tencentcloud-sdk-nodejs-tsf 4.1.99 → 4.1.100

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tsf",
3
- "version": "4.1.99",
3
+ "version": "4.1.100",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -111,7 +111,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
111
111
  */
112
112
  ModifyCluster(req: ModifyClusterRequest, cb?: (error: string, rep: ModifyClusterResponse) => void): Promise<ModifyClusterResponse>;
113
113
  /**
114
- * 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
114
+ * 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221)
115
115
  */
116
116
  DescribeContainerGroupDetail(req: DescribeContainerGroupDetailRequest, cb?: (error: string, rep: DescribeContainerGroupDetailResponse) => void): Promise<DescribeContainerGroupDetailResponse>;
117
117
  /**
@@ -185,7 +185,7 @@ class Client extends TencentCloudCommon.AbstractClient {
185
185
  return this.request("ModifyCluster", req, cb);
186
186
  }
187
187
  /**
188
- * 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
188
+ * 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221)
189
189
  */
190
190
  async DescribeContainerGroupDetail(req, cb) {
191
191
  return this.request("DescribeContainerGroupDetail", req, cb);
@@ -773,7 +773,7 @@ export interface QuantileEntity {
773
773
  */
774
774
  export interface ModifyProgramRequest {
775
775
  /**
776
- * 数据集ID
776
+ * 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
777
777
  */
778
778
  ProgramId: string;
779
779
  /**
@@ -2371,7 +2371,7 @@ export interface ModifyContainerReplicasResponse {
2371
2371
  */
2372
2372
  export interface StopGroupRequest {
2373
2373
  /**
2374
- * 部署组ID
2374
+ * 按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
2375
2375
  */
2376
2376
  GroupId: string;
2377
2377
  }
@@ -2432,7 +2432,7 @@ export interface DescribeLanesResponse {
2432
2432
  */
2433
2433
  export interface StartGroupRequest {
2434
2434
  /**
2435
- * 部署组ID
2435
+ * 按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
2436
2436
  */
2437
2437
  GroupId: string;
2438
2438
  }
@@ -2453,11 +2453,11 @@ export interface CreateNamespaceRequest {
2453
2453
  */
2454
2454
  NamespaceDesc?: string;
2455
2455
  /**
2456
- * 命名空间资源类型(默认值为DEF)。DEF:默认普通命名空间。GLOBAL:全局命名空间
2456
+ * 命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型
2457
2457
  */
2458
2458
  NamespaceResourceType?: string;
2459
2459
  /**
2460
- * 是否是全局命名空间(默认是DEF,表示普通命名空间;GLOBAL表示全局命名空间)
2460
+ * 命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间
2461
2461
  */
2462
2462
  NamespaceType?: string;
2463
2463
  /**
@@ -2946,11 +2946,11 @@ export interface DescribeProgramsRequest {
2946
2946
  */
2947
2947
  SearchWord?: string;
2948
2948
  /**
2949
- * 每页数量
2949
+ * 每页数量,默认值20
2950
2950
  */
2951
2951
  Limit?: number;
2952
2952
  /**
2953
- * 起始偏移量
2953
+ * 起始偏移量,默认值0
2954
2954
  */
2955
2955
  Offset?: number;
2956
2956
  }
@@ -3754,7 +3754,7 @@ export interface CreateUnitRuleWithDetailRespRequest {
3754
3754
  */
3755
3755
  export interface DescribeContainerGroupAttributeRequest {
3756
3756
  /**
3757
- * 部署组ID
3757
+ * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
3758
3758
  */
3759
3759
  GroupId: string;
3760
3760
  }
@@ -3786,7 +3786,7 @@ export interface DescribeSimpleApplicationsRequest {
3786
3786
  */
3787
3787
  MicroserviceType?: string;
3788
3788
  /**
3789
- * 资源类型数组
3789
+ * 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
3790
3790
  */
3791
3791
  ApplicationResourceTypeList?: Array<string>;
3792
3792
  /**
@@ -4450,11 +4450,11 @@ export interface MonitorOverview {
4450
4450
  */
4451
4451
  export interface CreateGroupRequest {
4452
4452
  /**
4453
- * 部署组所属的应用ID
4453
+ * 部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
4454
4454
  */
4455
4455
  ApplicationId: string;
4456
4456
  /**
4457
- * 部署组所属命名空间ID
4457
+ * 部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
4458
4458
  */
4459
4459
  NamespaceId: string;
4460
4460
  /**
@@ -4462,7 +4462,7 @@ export interface CreateGroupRequest {
4462
4462
  */
4463
4463
  GroupName: string;
4464
4464
  /**
4465
- * 集群ID
4465
+ * 部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
4466
4466
  */
4467
4467
  ClusterId: string;
4468
4468
  /**
@@ -4470,7 +4470,7 @@ export interface CreateGroupRequest {
4470
4470
  */
4471
4471
  GroupDesc?: string;
4472
4472
  /**
4473
- * 部署组资源类型;DEF 表示默认资源类型;GW 表示网关资源类型
4473
+ * 部署组资源类型;DEF 表示默认资源类型
4474
4474
  */
4475
4475
  GroupResourceType?: string;
4476
4476
  /**
@@ -4481,6 +4481,10 @@ export interface CreateGroupRequest {
4481
4481
  * 标签列表
4482
4482
  */
4483
4483
  Tags?: Array<Tag>;
4484
+ /**
4485
+ * k8s命名空间名称
4486
+ */
4487
+ K8sNamespaceName?: string;
4484
4488
  }
4485
4489
  /**
4486
4490
  * 应用使用容器部署时需要的额外资源
@@ -5335,6 +5339,16 @@ export interface LaneInfo {
5335
5339
  注意:此字段可能返回 null,表示取不到有效值。
5336
5340
  */
5337
5341
  LaneGroupId?: string;
5342
+ /**
5343
+ * 是否禁用删除。
5344
+ true:禁用
5345
+ false:取消禁用
5346
+ */
5347
+ DeleteDisabled?: boolean;
5348
+ /**
5349
+ * 禁用原因
5350
+ */
5351
+ DeleteDisabledReason?: string;
5338
5352
  }
5339
5353
  /**
5340
5354
  * DescribeConfigReleaseLogs返回参数结构体
@@ -5984,7 +5998,7 @@ export interface DescribeSimpleNamespacesRequest {
5984
5998
  */
5985
5999
  NamespaceId?: string;
5986
6000
  /**
5987
- * 查询资源类型列表
6001
+ * 查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
5988
6002
  */
5989
6003
  NamespaceResourceTypeList?: Array<string>;
5990
6004
  /**
@@ -7493,6 +7507,14 @@ export interface GatewayPlugin {
7493
7507
  注意:此字段可能返回 null,表示取不到有效值。
7494
7508
  */
7495
7509
  Status?: string;
7510
+ /**
7511
+ * 是否禁用删除
7512
+ */
7513
+ DeleteDisabled?: boolean;
7514
+ /**
7515
+ * 禁用原因
7516
+ */
7517
+ DeleteDisabledReason?: string;
7496
7518
  }
7497
7519
  /**
7498
7520
  * 网关分组简单信息
@@ -7528,7 +7550,7 @@ export interface GatewayApiGroupVo {
7528
7550
  */
7529
7551
  export interface CreateApplicationRequest {
7530
7552
  /**
7531
- * 应用名称
7553
+ * 应用名称,最长60字符
7532
7554
  */
7533
7555
  ApplicationName: string;
7534
7556
  /**
@@ -7558,7 +7580,7 @@ export interface CreateApplicationRequest {
7558
7580
  */
7559
7581
  ApplicationRuntimeType?: string;
7560
7582
  /**
7561
- * 需要绑定的数据集ID
7583
+ * 【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
7562
7584
  */
7563
7585
  ProgramId?: string;
7564
7586
  /**
@@ -7612,11 +7634,11 @@ export interface ServiceStatisticsResults {
7612
7634
  */
7613
7635
  export interface DeployGroupRequest {
7614
7636
  /**
7615
- * 部署组ID
7637
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
7616
7638
  */
7617
7639
  GroupId: string;
7618
7640
  /**
7619
- * 程序包ID
7641
+ * 软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
7620
7642
  */
7621
7643
  PkgId: string;
7622
7644
  /**
@@ -7656,7 +7678,7 @@ export interface DeployGroupRequest {
7656
7678
  */
7657
7679
  DeployExeMode?: string;
7658
7680
  /**
7659
- * 滚动发布每个批次的时间间隔
7681
+ * 滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
7660
7682
  */
7661
7683
  DeployWaitTime?: number;
7662
7684
  /**
@@ -9535,7 +9557,7 @@ export interface DescribeResourceConfigSts {
9535
9557
  */
9536
9558
  export interface DescribeApplicationAttributeRequest {
9537
9559
  /**
9538
- * 应用ID
9560
+ * 【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
9539
9561
  */
9540
9562
  ApplicationId: string;
9541
9563
  }
@@ -9797,6 +9819,10 @@ export interface SimpleGroup {
9797
9819
  * 应用微服务类型
9798
9820
  */
9799
9821
  AppMicroServiceType?: string;
9822
+ /**
9823
+ * k8s 命名空间名称
9824
+ */
9825
+ K8sNamespaceName?: string;
9800
9826
  }
9801
9827
  /**
9802
9828
  * CreateApiRateLimitRuleWithDetailResp返回参数结构体
@@ -11168,7 +11194,10 @@ export interface DescribeApplicationsRequest {
11168
11194
  */
11169
11195
  Limit?: number;
11170
11196
  /**
11171
- * 应用类型
11197
+ * 指定应用类型,目前支持:
11198
+ - `V`:普通应用/CVM应用
11199
+ - `C`:容器应用
11200
+ - `S`:serverless 应用
11172
11201
  */
11173
11202
  ApplicationType?: string;
11174
11203
  /**
@@ -11176,7 +11205,7 @@ export interface DescribeApplicationsRequest {
11176
11205
  */
11177
11206
  MicroserviceType?: string;
11178
11207
  /**
11179
- * 应用资源类型数组
11208
+ * 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
11180
11209
  */
11181
11210
  ApplicationResourceTypeList?: Array<string>;
11182
11211
  /**
@@ -12903,7 +12932,7 @@ export interface DescribeUsableUnitNamespacesRequest {
12903
12932
  */
12904
12933
  export interface DescribeContainerGroupsRequest {
12905
12934
  /**
12906
- * 分组所属应用ID
12935
+ * 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
12907
12936
  */
12908
12937
  ApplicationId: string;
12909
12938
  /**
@@ -12927,11 +12956,11 @@ export interface DescribeContainerGroupsRequest {
12927
12956
  */
12928
12957
  Limit?: number;
12929
12958
  /**
12930
- * 集群ID
12959
+ * 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
12931
12960
  */
12932
12961
  ClusterId?: string;
12933
12962
  /**
12934
- * 命名空间 ID
12963
+ * 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
12935
12964
  */
12936
12965
  NamespaceId?: string;
12937
12966
  }
@@ -14289,6 +14318,22 @@ export interface DeployContainerApplicationRequest {
14289
14318
  * 本次部署的描述信息
14290
14319
  */
14291
14320
  DeployDesc?: string;
14321
+ /**
14322
+ * k8s命名空间名称
14323
+ */
14324
+ K8sNamespaceName?: string;
14325
+ /**
14326
+ * 是否启用静态IP
14327
+ */
14328
+ StaticIpEnabled?: boolean;
14329
+ /**
14330
+ * 启动策略[OrderedReady/Parallel]
14331
+ */
14332
+ PodManagementPolicyType?: string;
14333
+ /**
14334
+ * 滚动更新分区序号
14335
+ */
14336
+ Partition?: number;
14292
14337
  }
14293
14338
  /**
14294
14339
  * 用于请求参数中的条件过滤字段
@@ -14515,27 +14560,27 @@ export interface DeleteRepositoryRequest {
14515
14560
  */
14516
14561
  export interface DescribeSimpleGroupsRequest {
14517
14562
  /**
14518
- * 部署组ID列表,不填写时查询全量
14563
+ * 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
14519
14564
  */
14520
14565
  GroupIdList?: Array<string>;
14521
14566
  /**
14522
- * 应用ID,不填写时查询全量
14567
+ * 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
14523
14568
  */
14524
14569
  ApplicationId?: string;
14525
14570
  /**
14526
- * 集群ID,不填写时查询全量
14571
+ * 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
14527
14572
  */
14528
14573
  ClusterId?: string;
14529
14574
  /**
14530
- * 命名空间ID,不填写时查询全量
14575
+ * 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
14531
14576
  */
14532
14577
  NamespaceId?: string;
14533
14578
  /**
14534
- * 每页条数
14579
+ * 每页条数,默认值20,无上限
14535
14580
  */
14536
14581
  Limit?: number;
14537
14582
  /**
14538
- * 起始偏移量
14583
+ * 起始偏移量,默认值0
14539
14584
  */
14540
14585
  Offset?: number;
14541
14586
  /**
@@ -15591,11 +15636,11 @@ export interface DescribeConfigSummaryResponse {
15591
15636
  */
15592
15637
  export interface CreateContainGroupRequest {
15593
15638
  /**
15594
- * 分组所属应用ID
15639
+ * 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
15595
15640
  */
15596
15641
  ApplicationId: string;
15597
15642
  /**
15598
- * 分组所属命名空间ID
15643
+ * 分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
15599
15644
  */
15600
15645
  NamespaceId: string;
15601
15646
  /**
@@ -15647,13 +15692,11 @@ export interface CreateContainGroupRequest {
15647
15692
  */
15648
15693
  MemRequest?: string;
15649
15694
  /**
15650
- * 部署组资源类型;
15651
- DEF — 默认资源类型;
15652
- GW — 网关资源类型;
15695
+ * 部署组资源类型;DEF 表示默认资源类型
15653
15696
  */
15654
15697
  GroupResourceType?: string;
15655
15698
  /**
15656
- * 子网ID
15699
+ * 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
15657
15700
  */
15658
15701
  SubnetId?: string;
15659
15702
  /**