tencentcloud-sdk-nodejs 4.1.107 → 4.1.108

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.
@@ -7714,7 +7714,7 @@ export interface ClientAttester {
7714
7714
  Type?: string;
7715
7715
  /**
7716
7716
  * 认证方法。取值有:
7717
- <li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
7717
+ <li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
7718
7718
  <li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
7719
7719
  */
7720
7720
  AttesterSource?: string;
@@ -11189,8 +11189,8 @@ export interface Resource {
11189
11189
  PlanId?: string;
11190
11190
  /**
11191
11191
  * 地域,取值有:
11192
- <li>mainland:国内;</li>
11193
- <li>overseas:海外。</li>
11192
+ <li>mainland:中国大陆境内;</li>
11193
+ <li>overseas:中国大陆境外。</li>
11194
11194
  <li>global:全球。</li>
11195
11195
  */
11196
11196
  Area?: string;
@@ -744,12 +744,12 @@ export interface CFSOption {
744
744
  /**
745
745
  * 文件系统远程挂载ip及路径。
746
746
  */
747
- RemotePath: string;
747
+ RemotePath?: string;
748
748
  /**
749
- * 文件系统协议类型,默认值NFS 3.0。
750
- <li>NFS 3.0
751
- <li>NFS 4.0
752
- <li>TURBO
749
+ * 文件系统协议类型。
750
+ <li>NFS 3.0</li>
751
+ <li>NFS 4.0</li>
752
+ <li>TURBO</li>
753
753
  */
754
754
  Protocol?: string;
755
755
  /**
@@ -758,12 +758,15 @@ export interface CFSOption {
758
758
  StorageType?: string;
759
759
  /**
760
760
  * 文件系统挂载挂载命令参数选项。
761
-
762
761
  - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
763
762
  - NFS 4.0默认值:vers=4.0,noresvport
764
763
  - TURBO默认值:user_xattr
765
764
  */
766
765
  MountOption?: string;
766
+ /**
767
+ * 文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
768
+ */
769
+ FileSystemId?: string;
767
770
  }
768
771
  /**
769
772
  * DeleteClusterStorageOption请求参数结构体
@@ -4517,7 +4517,7 @@ export interface UpdateStreamIngestRequest {
4517
4517
  */
4518
4518
  Volume?: number;
4519
4519
  /**
4520
- * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
4520
+ * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。
4521
4521
  */
4522
4522
  IsPause?: boolean;
4523
4523
  }
@@ -435,7 +435,7 @@ export interface ClusterV2 {
435
435
  */
436
436
  KuberneteNativeType?: string;
437
437
  /**
438
- * native secret
438
+ * Kubernetes 密钥
439
439
  注意:此字段可能返回 null,表示取不到有效值。
440
440
  */
441
441
  KuberneteNativeSecret?: string;
@@ -923,7 +923,7 @@ export interface DescribeClustersRequest {
923
923
  */
924
924
  SearchWord?: string;
925
925
  /**
926
- * 排序字段,例如创建时间
926
+ * 排序字段,目前仅支持使用“创建时间”
927
927
  */
928
928
  OrderBy?: string;
929
929
  /**
@@ -3754,7 +3754,7 @@ export interface CreateUnitRuleWithDetailRespRequest {
3754
3754
  */
3755
3755
  export interface DescribeContainerGroupAttributeRequest {
3756
3756
  /**
3757
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
3757
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
3758
3758
  */
3759
3759
  GroupId: string;
3760
3760
  }
@@ -4506,7 +4506,7 @@ export interface ContainerAdditionalResourceRequirement {
4506
4506
  */
4507
4507
  export interface DeleteClusterRequest {
4508
4508
  /**
4509
- * 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
4509
+ * 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
4510
4510
  */
4511
4511
  ClusterId: string;
4512
4512
  /**
@@ -4905,7 +4905,7 @@ export interface DescribeContainerEventsRequest {
4905
4905
  */
4906
4906
  Limit?: number;
4907
4907
  /**
4908
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
4908
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
4909
4909
  */
4910
4910
  GroupId?: string;
4911
4911
  /**
@@ -5035,7 +5035,7 @@ export interface Env {
5035
5035
  */
5036
5036
  export interface ModifyClusterRequest {
5037
5037
  /**
5038
- * 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
5038
+ * 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
5039
5039
  */
5040
5040
  ClusterId: string;
5041
5041
  /**
@@ -8757,7 +8757,7 @@ export interface ContainerEvent {
8757
8757
  */
8758
8758
  Type?: string;
8759
8759
  /**
8760
- * 资源类型
8760
+ * Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等
8761
8761
  */
8762
8762
  Kind?: string;
8763
8763
  /**
@@ -9933,7 +9933,7 @@ export interface ExclusiveInstance {
9933
9933
  */
9934
9934
  CenterType?: string;
9935
9935
  /**
9936
- * 实例id,通过北极星控制台获取
9936
+ * 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9937
9937
  */
9938
9938
  InstanceId?: string;
9939
9939
  /**
@@ -9945,11 +9945,11 @@ export interface ExclusiveInstance {
9945
9945
  */
9946
9946
  InstanceName?: string;
9947
9947
  /**
9948
- * 实例地域id,通过北极星控制台获取
9948
+ * 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9949
9949
  */
9950
9950
  RegionId?: string;
9951
9951
  /**
9952
- * 实例命名空间ID,通过北极星控制台获取
9952
+ * 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9953
9953
  */
9954
9954
  InstanceNamespaceId?: string;
9955
9955
  }
@@ -11636,7 +11636,7 @@ export interface DescribeGroupInstancesResponse {
11636
11636
  */
11637
11637
  export interface DescribeContainerGroupDeployInfoRequest {
11638
11638
  /**
11639
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
11639
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
11640
11640
  */
11641
11641
  GroupId: string;
11642
11642
  }
@@ -11865,7 +11865,7 @@ export interface DescribeMicroservicesByGroupIdsResponse {
11865
11865
  */
11866
11866
  export interface DescribeGroupAttributeRequest {
11867
11867
  /**
11868
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
11868
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
11869
11869
  */
11870
11870
  GroupId: string;
11871
11871
  }
@@ -11976,15 +11976,29 @@ export interface GroupPod {
11976
11976
  */
11977
11977
  Runtime?: string;
11978
11978
  /**
11979
- * 实例启动时的时间戳
11979
+ * 实例启动时的时间戳,单位秒
11980
11980
  */
11981
11981
  CreatedAt?: string;
11982
11982
  /**
11983
- * 服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
11983
+ * 服务实例状态,枚举值为:
11984
+ - `Starting`:启动中
11985
+ - `Running`:运行中
11986
+ - `Stopping`:停止中
11987
+ - `Stopped`: 已停止
11988
+ - `StopFailed`: 停止失败
11989
+ - `Abnormal`: 异常
11990
+ - `Unknown`: 未知
11984
11991
  */
11985
11992
  ServiceInstanceStatus?: string;
11986
11993
  /**
11987
- * 机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
11994
+ * 机器实例可使用状态,枚举值为:
11995
+ - `Starting`:启动中
11996
+ - `Running`:运行中
11997
+ - `Stopping`:停止中
11998
+ - `Stopped`: 已停止
11999
+ - `StopFailed`: 停止失败
12000
+ - `Abnormal`: 异常
12001
+ - `Unknown`: 未知
11988
12002
  */
11989
12003
  InstanceAvailableStatus?: string;
11990
12004
  /**
@@ -13059,7 +13073,7 @@ export interface DescribeLogCapacityResponse {
13059
13073
  */
13060
13074
  export interface DescribePodInstancesRequest {
13061
13075
  /**
13062
- * 实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
13076
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
13063
13077
  */
13064
13078
  GroupId: string;
13065
13079
  /**
@@ -13301,7 +13315,16 @@ export interface InstanceEnrichedInfo {
13301
13315
  */
13302
13316
  VpcId?: string;
13303
13317
  /**
13304
- * 机器运行状态 Pending Running Stopped Rebooting Starting Stopping Abnormal Unknown
13318
+ * 机器运行状态,枚举值为:
13319
+ - `Pending`: 准备中
13320
+ - `Running`: 运行中
13321
+ - `Stopped`: 已停止
13322
+ - `Rebooting`: 重启中
13323
+ - `Starting`: 启动中
13324
+ - `Stopping`: 停止中
13325
+ - `Abnormal`: 异常
13326
+ - `Unknown`: 未知
13327
+ - `Offline`: 离线
13305
13328
  */
13306
13329
  InstanceStatus?: string;
13307
13330
  /**
@@ -14397,7 +14420,7 @@ export interface DisableUnitRuleResponse {
14397
14420
  */
14398
14421
  export interface ModifyApplicationRequest {
14399
14422
  /**
14400
- * 应用ID
14423
+ * 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
14401
14424
  */
14402
14425
  ApplicationId: string;
14403
14426
  /**
@@ -15181,7 +15204,7 @@ export interface LaneRuleTag {
15181
15204
  */
15182
15205
  export interface ModifyNamespaceRequest {
15183
15206
  /**
15184
- * 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
15207
+ * 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
15185
15208
  */
15186
15209
  NamespaceId: string;
15187
15210
  /**
@@ -15513,7 +15536,7 @@ export interface DescribeResourceConfigResultV2 {
15513
15536
  */
15514
15537
  export interface ModifyGroupRequest {
15515
15538
  /**
15516
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
15539
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
15517
15540
  */
15518
15541
  GroupId: string;
15519
15542
  /**