tencentcloud-sdk-nodejs-tsf 4.0.496 → 4.0.498

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2224,8 +2224,9 @@ export interface DeleteImageTag {
2224
2224
  */
2225
2225
  export interface DescribeContainerGroupDeployInfoResponse {
2226
2226
  /**
2227
- * 获取部署组
2228
- */
2227
+ * 获取部署组
2228
+ 注意:此字段可能返回 null,表示取不到有效值。
2229
+ */
2229
2230
  Result: ContainerGroupDeploy;
2230
2231
  /**
2231
2232
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4828,6 +4829,16 @@ export interface ContainerGroupDeploy {
4828
4829
  注意:此字段可能返回 null,表示取不到有效值。
4829
4830
  */
4830
4831
  RepoType: string;
4832
+ /**
4833
+ * 预热配置设置
4834
+ 注意:此字段可能返回 null,表示取不到有效值。
4835
+ */
4836
+ WarmupSetting: WarmupSetting;
4837
+ /**
4838
+ * Envoy网关服务配置
4839
+ 注意:此字段可能返回 null,表示取不到有效值。
4840
+ */
4841
+ GatewayConfig: GatewayConfig;
4831
4842
  }
4832
4843
  /**
4833
4844
  * Tsf命名空间分页对象
@@ -6170,9 +6181,10 @@ export interface DescribeContainerGroupsResponse {
6170
6181
  */
6171
6182
  export interface UpdateApiGroupResponse {
6172
6183
  /**
6173
- * 返回结果,true: 成功, false: 失败
6174
- */
6175
- Result?: boolean;
6184
+ * 返回结果,true: 成功, false: 失败
6185
+ 注意:此字段可能返回 null,表示取不到有效值。
6186
+ */
6187
+ Result: boolean;
6176
6188
  /**
6177
6189
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6178
6190
  */
@@ -6752,6 +6764,22 @@ export interface UpdateApiGroupRequest {
6752
6764
  * 分组上下文
6753
6765
  */
6754
6766
  GroupContext?: string;
6767
+ /**
6768
+ * 命名空间参数key值
6769
+ */
6770
+ NamespaceNameKey?: string;
6771
+ /**
6772
+ * 微服务名参数key值
6773
+ */
6774
+ ServiceNameKey?: string;
6775
+ /**
6776
+ * 命名空间参数位置,path,header或query,默认是path
6777
+ */
6778
+ NamespaceNameKeyPosition?: string;
6779
+ /**
6780
+ * 微服务名参数位置,path,header或query,默认是path
6781
+ */
6782
+ ServiceNameKeyPosition?: string;
6755
6783
  }
6756
6784
  /**
6757
6785
  * TsfApiListResponse
@@ -6960,187 +6988,192 @@ export interface VmGroup {
6960
6988
  * 部署组ID
6961
6989
  注意:此字段可能返回 null,表示取不到有效值。
6962
6990
  */
6963
- GroupId: string;
6991
+ GroupId?: string;
6964
6992
  /**
6965
6993
  * 部署组名称
6966
6994
  注意:此字段可能返回 null,表示取不到有效值。
6967
6995
  */
6968
- GroupName: string;
6996
+ GroupName?: string;
6969
6997
  /**
6970
6998
  * 部署组状态
6971
6999
  注意:此字段可能返回 null,表示取不到有效值。
6972
7000
  */
6973
- GroupStatus: string;
7001
+ GroupStatus?: string;
6974
7002
  /**
6975
7003
  * 程序包ID
6976
7004
  注意:此字段可能返回 null,表示取不到有效值。
6977
7005
  */
6978
- PackageId: string;
7006
+ PackageId?: string;
6979
7007
  /**
6980
7008
  * 程序包名称
6981
7009
  注意:此字段可能返回 null,表示取不到有效值。
6982
7010
  */
6983
- PackageName: string;
7011
+ PackageName?: string;
6984
7012
  /**
6985
7013
  * 程序包版本号
6986
7014
  注意:此字段可能返回 null,表示取不到有效值。
6987
7015
  */
6988
- PackageVersion: string;
7016
+ PackageVersion?: string;
6989
7017
  /**
6990
7018
  * 集群ID
6991
7019
  注意:此字段可能返回 null,表示取不到有效值。
6992
7020
  */
6993
- ClusterId: string;
7021
+ ClusterId?: string;
6994
7022
  /**
6995
7023
  * 集群名称
6996
7024
  注意:此字段可能返回 null,表示取不到有效值。
6997
7025
  */
6998
- ClusterName: string;
7026
+ ClusterName?: string;
6999
7027
  /**
7000
7028
  * 命名空间ID
7001
7029
  注意:此字段可能返回 null,表示取不到有效值。
7002
7030
  */
7003
- NamespaceId: string;
7031
+ NamespaceId?: string;
7004
7032
  /**
7005
7033
  * 命名空间名称
7006
7034
  注意:此字段可能返回 null,表示取不到有效值。
7007
7035
  */
7008
- NamespaceName: string;
7036
+ NamespaceName?: string;
7009
7037
  /**
7010
7038
  * 应用ID
7011
7039
  注意:此字段可能返回 null,表示取不到有效值。
7012
7040
  */
7013
- ApplicationId: string;
7041
+ ApplicationId?: string;
7014
7042
  /**
7015
7043
  * 应用名称
7016
7044
  注意:此字段可能返回 null,表示取不到有效值。
7017
7045
  */
7018
- ApplicationName: string;
7046
+ ApplicationName?: string;
7019
7047
  /**
7020
7048
  * 部署组机器数目
7021
7049
  注意:此字段可能返回 null,表示取不到有效值。
7022
7050
  */
7023
- InstanceCount: number;
7051
+ InstanceCount?: number;
7024
7052
  /**
7025
7053
  * 部署组运行中机器数目
7026
7054
  注意:此字段可能返回 null,表示取不到有效值。
7027
7055
  */
7028
- RunInstanceCount: number;
7056
+ RunInstanceCount?: number;
7029
7057
  /**
7030
7058
  * 部署组启动参数信息
7031
7059
  注意:此字段可能返回 null,表示取不到有效值。
7032
7060
  */
7033
- StartupParameters: string;
7061
+ StartupParameters?: string;
7034
7062
  /**
7035
7063
  * 部署组创建时间
7036
7064
  注意:此字段可能返回 null,表示取不到有效值。
7037
7065
  */
7038
- CreateTime: string;
7066
+ CreateTime?: string;
7039
7067
  /**
7040
7068
  * 部署组更新时间
7041
7069
  注意:此字段可能返回 null,表示取不到有效值。
7042
7070
  */
7043
- UpdateTime: string;
7071
+ UpdateTime?: string;
7044
7072
  /**
7045
7073
  * 部署组停止机器数目
7046
7074
  注意:此字段可能返回 null,表示取不到有效值。
7047
7075
  */
7048
- OffInstanceCount: number;
7076
+ OffInstanceCount?: number;
7049
7077
  /**
7050
7078
  * 部署组描述信息
7051
7079
  注意:此字段可能返回 null,表示取不到有效值。
7052
7080
  */
7053
- GroupDesc: string;
7081
+ GroupDesc?: string;
7054
7082
  /**
7055
7083
  * 微服务类型
7056
7084
  注意:此字段可能返回 null,表示取不到有效值。
7057
7085
  */
7058
- MicroserviceType: string;
7086
+ MicroserviceType?: string;
7059
7087
  /**
7060
7088
  * 应用类型
7061
7089
  注意:此字段可能返回 null,表示取不到有效值。
7062
7090
  */
7063
- ApplicationType: string;
7091
+ ApplicationType?: string;
7064
7092
  /**
7065
7093
  * 部署组资源类型
7066
7094
  注意:此字段可能返回 null,表示取不到有效值。
7067
7095
  */
7068
- GroupResourceType: string;
7096
+ GroupResourceType?: string;
7069
7097
  /**
7070
7098
  * 部署组更新时间戳
7071
7099
  注意:此字段可能返回 null,表示取不到有效值。
7072
7100
  */
7073
- UpdatedTime: number;
7101
+ UpdatedTime?: number;
7074
7102
  /**
7075
7103
  * 部署应用描述信息
7076
7104
  注意:此字段可能返回 null,表示取不到有效值。
7077
7105
  */
7078
- DeployDesc: string;
7106
+ DeployDesc?: string;
7079
7107
  /**
7080
7108
  * 滚动发布的更新方式
7081
7109
  注意:此字段可能返回 null,表示取不到有效值。
7082
7110
  */
7083
- UpdateType: number;
7111
+ UpdateType?: number;
7084
7112
  /**
7085
7113
  * 发布是否启用beta批次
7086
7114
  注意:此字段可能返回 null,表示取不到有效值。
7087
7115
  */
7088
- DeployBetaEnable: boolean;
7116
+ DeployBetaEnable?: boolean;
7089
7117
  /**
7090
7118
  * 滚动发布的批次比例列表
7091
7119
  注意:此字段可能返回 null,表示取不到有效值。
7092
7120
  */
7093
- DeployBatch: Array<number>;
7121
+ DeployBatch?: Array<number>;
7094
7122
  /**
7095
7123
  * 滚动发布的批次执行方式
7096
7124
  注意:此字段可能返回 null,表示取不到有效值。
7097
7125
  */
7098
- DeployExeMode: string;
7126
+ DeployExeMode?: string;
7099
7127
  /**
7100
7128
  * 滚动发布的每个批次的等待时间
7101
7129
  注意:此字段可能返回 null,表示取不到有效值。
7102
7130
  */
7103
- DeployWaitTime: number;
7131
+ DeployWaitTime?: number;
7104
7132
  /**
7105
7133
  * 是否开启了健康检查
7106
7134
  注意:此字段可能返回 null,表示取不到有效值。
7107
7135
  */
7108
- EnableHealthCheck: boolean;
7136
+ EnableHealthCheck?: boolean;
7109
7137
  /**
7110
7138
  * 健康检查配置
7111
7139
  注意:此字段可能返回 null,表示取不到有效值。
7112
7140
  */
7113
- HealthCheckSettings: HealthCheckSettings;
7141
+ HealthCheckSettings?: HealthCheckSettings;
7114
7142
  /**
7115
7143
  * 程序包类型
7116
7144
  注意:此字段可能返回 null,表示取不到有效值。
7117
7145
  */
7118
- PackageType: string;
7146
+ PackageType?: string;
7119
7147
  /**
7120
7148
  * 启动脚本 base64编码
7121
7149
  注意:此字段可能返回 null,表示取不到有效值。
7122
7150
  */
7123
- StartScript: string;
7151
+ StartScript?: string;
7124
7152
  /**
7125
7153
  * 停止脚本 base64编码
7126
7154
  注意:此字段可能返回 null,表示取不到有效值。
7127
7155
  */
7128
- StopScript: string;
7156
+ StopScript?: string;
7129
7157
  /**
7130
7158
  * 部署组备注
7131
7159
  注意:此字段可能返回 null,表示取不到有效值。
7132
7160
  */
7133
- Alias: string;
7161
+ Alias?: string;
7134
7162
  /**
7135
7163
  * javaagent信息
7136
7164
  注意:此字段可能返回 null,表示取不到有效值。
7137
7165
  */
7138
- AgentProfileList: Array<AgentProfile>;
7166
+ AgentProfileList?: Array<AgentProfile>;
7139
7167
  /**
7140
7168
  * 预热属性配置
7141
7169
  注意:此字段可能返回 null,表示取不到有效值。
7142
7170
  */
7143
- WarmupSetting: WarmupSetting;
7171
+ WarmupSetting?: WarmupSetting;
7172
+ /**
7173
+ * Envoy网关配置
7174
+ 注意:此字段可能返回 null,表示取不到有效值。
7175
+ */
7176
+ GatewayConfig?: GatewayConfig;
7144
7177
  }
7145
7178
  /**
7146
7179
  * DescribeApiUseDetail返回参数结构体
@@ -8485,6 +8518,10 @@ export interface ApiVersionArray {
8485
8518
  */
8486
8519
  PkgVersion: string;
8487
8520
  }
8521
+ /**
8522
+ * TSF Envoy网关服务配置
8523
+ */
8524
+ export declare type GatewayConfig = null;
8488
8525
  /**
8489
8526
  * 描述配置项绑定的部署组
8490
8527
  */
@@ -10197,9 +10234,10 @@ export interface DescribeEnabledUnitRuleRequest {
10197
10234
  */
10198
10235
  export interface DescribeApiGroupResponse {
10199
10236
  /**
10200
- * API分组信息
10201
- */
10202
- Result?: ApiGroupInfo;
10237
+ * API分组信息
10238
+ 注意:此字段可能返回 null,表示取不到有效值。
10239
+ */
10240
+ Result: ApiGroupInfo;
10203
10241
  /**
10204
10242
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10205
10243
  */
@@ -11991,6 +12029,26 @@ export interface ApiGroupInfo {
11991
12029
  注意:此字段可能返回 null,表示取不到有效值。
11992
12030
  */
11993
12031
  GatewayInstanceId: string;
12032
+ /**
12033
+ * 命名空间参数key值
12034
+ 注意:此字段可能返回 null,表示取不到有效值。
12035
+ */
12036
+ NamespaceNameKey: string;
12037
+ /**
12038
+ * 微服务名参数key值
12039
+ 注意:此字段可能返回 null,表示取不到有效值。
12040
+ */
12041
+ ServiceNameKey: string;
12042
+ /**
12043
+ * 命名空间参数位置,path,header或query,默认是path
12044
+ 注意:此字段可能返回 null,表示取不到有效值。
12045
+ */
12046
+ NamespaceNameKeyPosition: string;
12047
+ /**
12048
+ * 微服务名参数位置,path,header或query,默认是path
12049
+ 注意:此字段可能返回 null,表示取不到有效值。
12050
+ */
12051
+ ServiceNameKeyPosition: string;
11994
12052
  }
11995
12053
  /**
11996
12054
  * 微服务网关单元化命名空间
@@ -12053,6 +12111,22 @@ export interface CreateApiGroupRequest {
12053
12111
  * 网关实体ID
12054
12112
  */
12055
12113
  GatewayInstanceId?: string;
12114
+ /**
12115
+ * 命名空间参数key值
12116
+ */
12117
+ NamespaceNameKey?: string;
12118
+ /**
12119
+ * 微服务名参数key值
12120
+ */
12121
+ ServiceNameKey?: string;
12122
+ /**
12123
+ * 命名空间参数位置,path,header或query,默认是path
12124
+ */
12125
+ NamespaceNameKeyPosition?: string;
12126
+ /**
12127
+ * 微服务名参数位置,path,header或query,默认是path
12128
+ */
12129
+ ServiceNameKeyPosition?: string;
12056
12130
  }
12057
12131
  /**
12058
12132
  * DescribeDownloadInfo返回参数结构体