tencentcloud-sdk-nodejs-tsf 4.1.100 → 4.1.102
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
|
@@ -469,12 +469,12 @@ export interface TsfPageLicenseTag {
|
|
|
469
469
|
* 记录总数
|
|
470
470
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
471
471
|
*/
|
|
472
|
-
TotalCount
|
|
472
|
+
TotalCount?: number;
|
|
473
473
|
/**
|
|
474
474
|
* 记录实体列表
|
|
475
475
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
476
476
|
*/
|
|
477
|
-
Content
|
|
477
|
+
Content?: Array<LicenseTag>;
|
|
478
478
|
}
|
|
479
479
|
/**
|
|
480
480
|
* DescribeApiVersions返回参数结构体
|
|
@@ -4110,12 +4110,12 @@ export interface LicenseTag {
|
|
|
4110
4110
|
* 许可ID
|
|
4111
4111
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4112
4112
|
*/
|
|
4113
|
-
LicenseId
|
|
4113
|
+
LicenseId?: string;
|
|
4114
4114
|
/**
|
|
4115
4115
|
* 标签列表
|
|
4116
4116
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4117
4117
|
*/
|
|
4118
|
-
Tags
|
|
4118
|
+
Tags?: Array<Tag>;
|
|
4119
4119
|
}
|
|
4120
4120
|
/**
|
|
4121
4121
|
* DescribeUploadInfo返回参数结构体
|
|
@@ -4494,12 +4494,12 @@ export interface ContainerAdditionalResourceRequirement {
|
|
|
4494
4494
|
* CPU 核数
|
|
4495
4495
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4496
4496
|
*/
|
|
4497
|
-
Cpu
|
|
4497
|
+
Cpu?: string;
|
|
4498
4498
|
/**
|
|
4499
4499
|
* 内存 MiB 数
|
|
4500
4500
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4501
4501
|
*/
|
|
4502
|
-
Mem
|
|
4502
|
+
Mem?: string;
|
|
4503
4503
|
}
|
|
4504
4504
|
/**
|
|
4505
4505
|
* DeleteCluster请求参数结构体
|
|
@@ -5532,12 +5532,12 @@ export interface DescribeResourceConfigLicenseResource {
|
|
|
5532
5532
|
* Name
|
|
5533
5533
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5534
5534
|
*/
|
|
5535
|
-
Name
|
|
5535
|
+
Name?: string;
|
|
5536
5536
|
/**
|
|
5537
5537
|
* Quota
|
|
5538
5538
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5539
5539
|
*/
|
|
5540
|
-
Quota
|
|
5540
|
+
Quota?: number;
|
|
5541
5541
|
}
|
|
5542
5542
|
/**
|
|
5543
5543
|
* DescribeApiRateLimitRules返回参数结构体
|
|
@@ -7277,7 +7277,7 @@ export interface DescribeResourceConfigClusterContainer {
|
|
|
7277
7277
|
* 是否需要子网
|
|
7278
7278
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7279
7279
|
*/
|
|
7280
|
-
NeedSubnetWhenCreatingCluster
|
|
7280
|
+
NeedSubnetWhenCreatingCluster?: boolean;
|
|
7281
7281
|
}
|
|
7282
7282
|
/**
|
|
7283
7283
|
* DescribePathRewrites请求参数结构体
|
|
@@ -7963,15 +7963,15 @@ export interface ModifyGroupResponse {
|
|
|
7963
7963
|
*/
|
|
7964
7964
|
export interface DescribeResourceConfigLicenseFunction {
|
|
7965
7965
|
/**
|
|
7966
|
-
*
|
|
7966
|
+
* 功能名
|
|
7967
7967
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7968
7968
|
*/
|
|
7969
|
-
Name
|
|
7969
|
+
Name?: string;
|
|
7970
7970
|
/**
|
|
7971
|
-
*
|
|
7971
|
+
* 是否启用
|
|
7972
7972
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7973
7973
|
*/
|
|
7974
|
-
Enable
|
|
7974
|
+
Enable?: boolean;
|
|
7975
7975
|
}
|
|
7976
7976
|
/**
|
|
7977
7977
|
* BindApiGroup返回参数结构体
|
|
@@ -9314,7 +9314,7 @@ export interface VmInstanceResourceConfig {
|
|
|
9314
9314
|
* 实例导入方式,可多个,公有云为 ["R", "M"],独立版的取值仅有 "M" 脚本模式
|
|
9315
9315
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9316
9316
|
*/
|
|
9317
|
-
ImportMode
|
|
9317
|
+
ImportMode?: Array<string>;
|
|
9318
9318
|
}
|
|
9319
9319
|
/**
|
|
9320
9320
|
* BindPlugin返回参数结构体
|
|
@@ -9550,7 +9550,7 @@ export interface DescribeResourceConfigSts {
|
|
|
9550
9550
|
* uin
|
|
9551
9551
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9552
9552
|
*/
|
|
9553
|
-
Uin
|
|
9553
|
+
Uin?: string;
|
|
9554
9554
|
}
|
|
9555
9555
|
/**
|
|
9556
9556
|
* DescribeApplicationAttribute请求参数结构体
|
|
@@ -10606,7 +10606,7 @@ export interface PackageConfig {
|
|
|
10606
10606
|
* 程序包存储空间大小,单位字节
|
|
10607
10607
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10608
10608
|
*/
|
|
10609
|
-
SpaceSize
|
|
10609
|
+
SpaceSize?: number;
|
|
10610
10610
|
}
|
|
10611
10611
|
/**
|
|
10612
10612
|
* DescribeApiGroups请求参数结构体
|
|
@@ -10743,17 +10743,17 @@ export interface ContainerInstanceResourceConfig {
|
|
|
10743
10743
|
* 实例导入方式,可多个,公有云为 ["R"],独立版的取值有 "M" 脚本模式、"S" SSH 模式
|
|
10744
10744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10745
10745
|
*/
|
|
10746
|
-
ImportMode
|
|
10746
|
+
ImportMode?: Array<string>;
|
|
10747
10747
|
/**
|
|
10748
10748
|
* SSH 模式时,前端应该限制用户填这个数量的 master 主机信息
|
|
10749
10749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10750
10750
|
*/
|
|
10751
|
-
MasterNumLimit
|
|
10751
|
+
MasterNumLimit?: number;
|
|
10752
10752
|
/**
|
|
10753
10753
|
* SSH 模式时,前端应该限制用户填的最高数量的 node 主机信息
|
|
10754
10754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10755
10755
|
*/
|
|
10756
|
-
NodeNumLimitPerSetup
|
|
10756
|
+
NodeNumLimitPerSetup?: number;
|
|
10757
10757
|
}
|
|
10758
10758
|
/**
|
|
10759
10759
|
* 分页的应用描述信息字段
|
|
@@ -12295,27 +12295,27 @@ export interface DescribeResourceConfigLicense {
|
|
|
12295
12295
|
* 功能
|
|
12296
12296
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12297
12297
|
*/
|
|
12298
|
-
Function
|
|
12298
|
+
Function?: Array<DescribeResourceConfigLicenseFunction>;
|
|
12299
12299
|
/**
|
|
12300
12300
|
* 资源
|
|
12301
12301
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12302
12302
|
*/
|
|
12303
|
-
Resource
|
|
12303
|
+
Resource?: Array<DescribeResourceConfigLicenseResource>;
|
|
12304
12304
|
/**
|
|
12305
12305
|
* utc时间 单位秒
|
|
12306
12306
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12307
12307
|
*/
|
|
12308
|
-
ExpireTime
|
|
12308
|
+
ExpireTime?: number;
|
|
12309
12309
|
/**
|
|
12310
12310
|
* utc时间 单位秒
|
|
12311
12311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12312
12312
|
*/
|
|
12313
|
-
Countdown
|
|
12313
|
+
Countdown?: number;
|
|
12314
12314
|
/**
|
|
12315
12315
|
* 规格
|
|
12316
12316
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12317
12317
|
*/
|
|
12318
|
-
Spec
|
|
12318
|
+
Spec?: string;
|
|
12319
12319
|
}
|
|
12320
12320
|
/**
|
|
12321
12321
|
* 服务配置
|
|
@@ -13354,7 +13354,7 @@ export interface InstanceEnrichedInfo {
|
|
|
13354
13354
|
*/
|
|
13355
13355
|
export interface DescribeResourceTaskStatusRequest {
|
|
13356
13356
|
/**
|
|
13357
|
-
* 容器实例任务ID,可通过调用
|
|
13357
|
+
* 容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
|
|
13358
13358
|
*/
|
|
13359
13359
|
TaskId: string;
|
|
13360
13360
|
}
|