tencentcloud-sdk-nodejs 4.1.22 → 4.1.23
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/es/common/sdk_version.js +1 -1
- package/es/services/bma/index.js +2 -2
- package/es/services/cdc/v20201214/cdc_client.js +39 -33
- package/es/services/chdfs/index.js +2 -2
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/dbbrain/v20210527/dbbrain_client.js +5 -2
- package/es/services/dlc/v20210125/dlc_client.js +3 -0
- package/es/services/es/index.js +2 -2
- package/es/services/essbasic/index.js +2 -2
- package/es/services/facefusion/index.js +2 -2
- package/es/services/iotvideo/index.js +2 -2
- package/es/services/sms/index.js +2 -2
- package/es/services/tds/v20220801/tds_client.js +3 -0
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vm/index.js +2 -2
- package/es/services/vod/index.js +2 -2
- package/es/services/yunsou/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +47 -39
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +69 -57
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +148 -100
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +69 -39
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -0
- package/tencentcloud/services/es/index.d.ts +4 -4
- package/tencentcloud/services/es/index.js +2 -2
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +3 -3
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +37 -4
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +12 -0
- package/tencentcloud/services/tds/v20220801/tds_client.d.ts +5 -1
- package/tencentcloud/services/tds/v20220801/tds_client.js +6 -0
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +114 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +57 -306
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/index.d.ts +4 -4
- package/tencentcloud/services/vod/index.js +2 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +45 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
|
@@ -33,18 +33,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
33
33
|
async ModifySiteDeviceInfo(req, cb) {
|
|
34
34
|
return this.request("ModifySiteDeviceInfo", req, cb);
|
|
35
35
|
}
|
|
36
|
-
/**
|
|
37
|
-
* 创建专用集群订单
|
|
38
|
-
*/
|
|
39
|
-
async CreateDedicatedClusterOrder(req, cb) {
|
|
40
|
-
return this.request("CreateDedicatedClusterOrder", req, cb);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* 删除专用集群
|
|
44
|
-
*/
|
|
45
|
-
async DeleteDedicatedClusters(req, cb) {
|
|
46
|
-
return this.request("DeleteDedicatedClusters", req, cb);
|
|
47
|
-
}
|
|
48
36
|
/**
|
|
49
37
|
* 修改机房信息
|
|
50
38
|
*/
|
|
@@ -52,58 +40,58 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
40
|
return this.request("ModifySiteInfo", req, cb);
|
|
53
41
|
}
|
|
54
42
|
/**
|
|
55
|
-
*
|
|
43
|
+
* 查询专用集群宿主机信息
|
|
56
44
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
45
|
+
async DescribeDedicatedClusterHosts(req, cb) {
|
|
46
|
+
return this.request("DescribeDedicatedClusterHosts", req, cb);
|
|
59
47
|
}
|
|
60
48
|
/**
|
|
61
|
-
*
|
|
49
|
+
* 删除站点
|
|
62
50
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
51
|
+
async DeleteSites(req, cb) {
|
|
52
|
+
return this.request("DeleteSites", req, cb);
|
|
65
53
|
}
|
|
66
54
|
/**
|
|
67
|
-
*
|
|
55
|
+
* 删除本地专用集群的云上镜像缓存
|
|
68
56
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
57
|
+
async DeleteDedicatedClusterImageCache(req, cb) {
|
|
58
|
+
return this.request("DeleteDedicatedClusterImageCache", req, cb);
|
|
71
59
|
}
|
|
72
60
|
/**
|
|
73
|
-
*
|
|
61
|
+
* 查询专有集群配置列表
|
|
74
62
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
63
|
+
async DescribeDedicatedClusterTypes(req, cb) {
|
|
64
|
+
return this.request("DescribeDedicatedClusterTypes", req, cb);
|
|
77
65
|
}
|
|
78
66
|
/**
|
|
79
|
-
*
|
|
67
|
+
* 删除专用集群
|
|
80
68
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
69
|
+
async DeleteDedicatedClusters(req, cb) {
|
|
70
|
+
return this.request("DeleteDedicatedClusters", req, cb);
|
|
83
71
|
}
|
|
84
72
|
/**
|
|
85
|
-
*
|
|
73
|
+
* 查询专用集群内宿主机的统计信息
|
|
86
74
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
75
|
+
async DescribeDedicatedClusterHostStatistics(req, cb) {
|
|
76
|
+
return this.request("DescribeDedicatedClusterHostStatistics", req, cb);
|
|
89
77
|
}
|
|
90
78
|
/**
|
|
91
|
-
*
|
|
79
|
+
* 查询专用集群订单列表
|
|
92
80
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
81
|
+
async DescribeDedicatedClusterOrders(req, cb) {
|
|
82
|
+
return this.request("DescribeDedicatedClusterOrders", req, cb);
|
|
95
83
|
}
|
|
96
84
|
/**
|
|
97
|
-
*
|
|
85
|
+
* 查询专用集群列表
|
|
98
86
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
87
|
+
async DescribeDedicatedClusters(req, cb) {
|
|
88
|
+
return this.request("DescribeDedicatedClusters", req, cb);
|
|
101
89
|
}
|
|
102
90
|
/**
|
|
103
|
-
*
|
|
91
|
+
* 查询站点详情
|
|
104
92
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
93
|
+
async DescribeSitesDetail(req, cb) {
|
|
94
|
+
return this.request("DescribeSitesDetail", req, cb);
|
|
107
95
|
}
|
|
108
96
|
/**
|
|
109
97
|
* 查询本地专用集群云硬盘仓库信息
|
|
@@ -112,22 +100,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
112
100
|
return this.request("DescribeDedicatedClusterCbsStatistics", req, cb);
|
|
113
101
|
}
|
|
114
102
|
/**
|
|
115
|
-
*
|
|
116
|
-
*/
|
|
117
|
-
async DescribeDedicatedClusterOverview(req, cb) {
|
|
118
|
-
return this.request("DescribeDedicatedClusterOverview", req, cb);
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* 删除站点
|
|
103
|
+
* 查询专用集群支持的实例规格列表
|
|
122
104
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
105
|
+
async DescribeDedicatedClusterInstanceTypes(req, cb) {
|
|
106
|
+
return this.request("DescribeDedicatedClusterInstanceTypes", req, cb);
|
|
125
107
|
}
|
|
126
108
|
/**
|
|
127
|
-
*
|
|
109
|
+
* 创建专用集群订单
|
|
128
110
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
111
|
+
async CreateDedicatedClusterOrder(req, cb) {
|
|
112
|
+
return this.request("CreateDedicatedClusterOrder", req, cb);
|
|
131
113
|
}
|
|
132
114
|
/**
|
|
133
115
|
* 查询专用集群内cos的容量信息
|
|
@@ -136,16 +118,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
136
118
|
return this.request("DescribeDedicatedClusterCosCapacity", req, cb);
|
|
137
119
|
}
|
|
138
120
|
/**
|
|
139
|
-
*
|
|
121
|
+
* 修改本地专用集群信息
|
|
140
122
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
123
|
+
async ModifyDedicatedClusterInfo(req, cb) {
|
|
124
|
+
return this.request("ModifyDedicatedClusterInfo", req, cb);
|
|
143
125
|
}
|
|
144
126
|
/**
|
|
145
|
-
*
|
|
127
|
+
* 查询专用集群支持的可用区列表
|
|
146
128
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
129
|
+
async DescribeDedicatedSupportedZones(req, cb) {
|
|
130
|
+
return this.request("DescribeDedicatedSupportedZones", req, cb);
|
|
149
131
|
}
|
|
150
132
|
/**
|
|
151
133
|
* 创建站点
|
|
@@ -153,5 +135,35 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
153
135
|
async CreateSite(req, cb) {
|
|
154
136
|
return this.request("CreateSite", req, cb);
|
|
155
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* 创建云上镜像缓存到本地专用集群中
|
|
140
|
+
*/
|
|
141
|
+
async CreateDedicatedClusterImageCache(req, cb) {
|
|
142
|
+
return this.request("CreateDedicatedClusterImageCache", req, cb);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* 查询专用集群概览信息
|
|
146
|
+
*/
|
|
147
|
+
async DescribeDedicatedClusterOverview(req, cb) {
|
|
148
|
+
return this.request("DescribeDedicatedClusterOverview", req, cb);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* 查询站点列表
|
|
152
|
+
*/
|
|
153
|
+
async DescribeSites(req, cb) {
|
|
154
|
+
return this.request("DescribeSites", req, cb);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* 创建专用集群
|
|
158
|
+
*/
|
|
159
|
+
async CreateDedicatedCluster(req, cb) {
|
|
160
|
+
return this.request("CreateDedicatedCluster", req, cb);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* 修改大订单、小订单的状态
|
|
164
|
+
*/
|
|
165
|
+
async ModifyOrderStatus(req, cb) {
|
|
166
|
+
return this.request("ModifyOrderStatus", req, cb);
|
|
167
|
+
}
|
|
156
168
|
}
|
|
157
169
|
exports.Client = Client;
|
|
@@ -11,6 +11,19 @@ export interface DescribeDedicatedClusterInstanceTypesResponse {
|
|
|
11
11
|
*/
|
|
12
12
|
RequestId?: string;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* RegionZoneInfo信息
|
|
16
|
+
*/
|
|
17
|
+
export interface RegionZoneInfo {
|
|
18
|
+
/**
|
|
19
|
+
* Region id
|
|
20
|
+
*/
|
|
21
|
+
RegionId?: number;
|
|
22
|
+
/**
|
|
23
|
+
* ZoneInfo数组
|
|
24
|
+
*/
|
|
25
|
+
Zones?: Array<ZoneInfo>;
|
|
26
|
+
}
|
|
14
27
|
/**
|
|
15
28
|
* DescribeDedicatedClusters请求参数结构体
|
|
16
29
|
*/
|
|
@@ -61,6 +74,19 @@ export interface DescribeDedicatedClusterTypesResponse {
|
|
|
61
74
|
*/
|
|
62
75
|
RequestId?: string;
|
|
63
76
|
}
|
|
77
|
+
/**
|
|
78
|
+
* CreateDedicatedClusterImageCache请求参数结构体
|
|
79
|
+
*/
|
|
80
|
+
export interface CreateDedicatedClusterImageCacheRequest {
|
|
81
|
+
/**
|
|
82
|
+
* 集群ID
|
|
83
|
+
*/
|
|
84
|
+
DedicatedClusterId: string;
|
|
85
|
+
/**
|
|
86
|
+
* 镜像ID
|
|
87
|
+
*/
|
|
88
|
+
ImageId: string;
|
|
89
|
+
}
|
|
64
90
|
/**
|
|
65
91
|
* 专用宿主机支持的实例规格列表
|
|
66
92
|
*/
|
|
@@ -281,29 +307,53 @@ export interface DescribeSitesRequest {
|
|
|
281
307
|
Limit?: number;
|
|
282
308
|
}
|
|
283
309
|
/**
|
|
284
|
-
*
|
|
310
|
+
* CDC宿主机的详细信息
|
|
285
311
|
*/
|
|
286
|
-
export interface
|
|
312
|
+
export interface HostInfo {
|
|
287
313
|
/**
|
|
288
|
-
*
|
|
314
|
+
* 宿主机IP(废弃)
|
|
289
315
|
*/
|
|
290
|
-
|
|
316
|
+
HostIp?: string;
|
|
291
317
|
/**
|
|
292
|
-
*
|
|
318
|
+
* 云服务类型
|
|
293
319
|
*/
|
|
294
|
-
|
|
320
|
+
ServiceType?: string;
|
|
295
321
|
/**
|
|
296
|
-
*
|
|
322
|
+
* 宿主机运行状态
|
|
297
323
|
*/
|
|
298
|
-
|
|
324
|
+
HostStatus?: string;
|
|
299
325
|
/**
|
|
300
|
-
*
|
|
326
|
+
* 宿主机类型
|
|
301
327
|
*/
|
|
302
|
-
|
|
328
|
+
HostType?: string;
|
|
303
329
|
/**
|
|
304
|
-
*
|
|
330
|
+
* cpu可用数
|
|
305
331
|
*/
|
|
306
|
-
|
|
332
|
+
CpuAvailable?: number;
|
|
333
|
+
/**
|
|
334
|
+
* cpu总数
|
|
335
|
+
*/
|
|
336
|
+
CpuTotal?: number;
|
|
337
|
+
/**
|
|
338
|
+
* 内存可用数
|
|
339
|
+
*/
|
|
340
|
+
MemAvailable?: number;
|
|
341
|
+
/**
|
|
342
|
+
* 内存总数
|
|
343
|
+
*/
|
|
344
|
+
MemTotal?: number;
|
|
345
|
+
/**
|
|
346
|
+
* 运行时间
|
|
347
|
+
*/
|
|
348
|
+
RunTime?: string;
|
|
349
|
+
/**
|
|
350
|
+
* 到期时间
|
|
351
|
+
*/
|
|
352
|
+
ExpireTime?: string;
|
|
353
|
+
/**
|
|
354
|
+
* 宿主机id
|
|
355
|
+
*/
|
|
356
|
+
HostId?: string;
|
|
307
357
|
}
|
|
308
358
|
/**
|
|
309
359
|
* CreateSite返回参数结构体
|
|
@@ -670,26 +720,26 @@ export interface InBandwidth {
|
|
|
670
720
|
Values?: Array<number>;
|
|
671
721
|
}
|
|
672
722
|
/**
|
|
673
|
-
*
|
|
723
|
+
* DeleteDedicatedClusters请求参数结构体
|
|
674
724
|
*/
|
|
675
|
-
export interface
|
|
725
|
+
export interface DeleteDedicatedClustersRequest {
|
|
676
726
|
/**
|
|
677
|
-
*
|
|
727
|
+
* 要删除的专用集群id
|
|
678
728
|
*/
|
|
679
|
-
|
|
729
|
+
DedicatedClusterIds: Array<string>;
|
|
680
730
|
}
|
|
681
731
|
/**
|
|
682
|
-
*
|
|
732
|
+
* DeleteDedicatedClusterImageCache请求参数结构体
|
|
683
733
|
*/
|
|
684
|
-
export interface
|
|
734
|
+
export interface DeleteDedicatedClusterImageCacheRequest {
|
|
685
735
|
/**
|
|
686
|
-
*
|
|
736
|
+
* 集群id
|
|
687
737
|
*/
|
|
688
|
-
|
|
738
|
+
DedicatedClusterId: string;
|
|
689
739
|
/**
|
|
690
|
-
*
|
|
740
|
+
* 镜像id
|
|
691
741
|
*/
|
|
692
|
-
|
|
742
|
+
ImageId: string;
|
|
693
743
|
}
|
|
694
744
|
/**
|
|
695
745
|
* DescribeSites返回参数结构体
|
|
@@ -964,17 +1014,13 @@ export interface DescribeDedicatedClusterCosCapacityResponse {
|
|
|
964
1014
|
RequestId?: string;
|
|
965
1015
|
}
|
|
966
1016
|
/**
|
|
967
|
-
*
|
|
1017
|
+
* DeleteDedicatedClusterImageCache返回参数结构体
|
|
968
1018
|
*/
|
|
969
|
-
export interface
|
|
970
|
-
/**
|
|
971
|
-
* Region id
|
|
972
|
-
*/
|
|
973
|
-
RegionId?: number;
|
|
1019
|
+
export interface DeleteDedicatedClusterImageCacheResponse {
|
|
974
1020
|
/**
|
|
975
|
-
*
|
|
1021
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
976
1022
|
*/
|
|
977
|
-
|
|
1023
|
+
RequestId?: string;
|
|
978
1024
|
}
|
|
979
1025
|
/**
|
|
980
1026
|
* CreateDedicatedCluster返回参数结构体
|
|
@@ -989,6 +1035,19 @@ export interface CreateDedicatedClusterResponse {
|
|
|
989
1035
|
*/
|
|
990
1036
|
RequestId?: string;
|
|
991
1037
|
}
|
|
1038
|
+
/**
|
|
1039
|
+
* 出带宽数据。
|
|
1040
|
+
*/
|
|
1041
|
+
export interface OutBandwidth {
|
|
1042
|
+
/**
|
|
1043
|
+
* 时间戳
|
|
1044
|
+
*/
|
|
1045
|
+
Timestamps?: Array<number>;
|
|
1046
|
+
/**
|
|
1047
|
+
* 对应时间的值
|
|
1048
|
+
*/
|
|
1049
|
+
Values?: Array<number>;
|
|
1050
|
+
}
|
|
992
1051
|
/**
|
|
993
1052
|
* 专用集群列表
|
|
994
1053
|
*/
|
|
@@ -1194,21 +1253,25 @@ export interface ModifySiteDeviceInfoResponse {
|
|
|
1194
1253
|
RequestId?: string;
|
|
1195
1254
|
}
|
|
1196
1255
|
/**
|
|
1197
|
-
*
|
|
1256
|
+
* CreateDedicatedCluster请求参数结构体
|
|
1198
1257
|
*/
|
|
1199
|
-
export interface
|
|
1258
|
+
export interface CreateDedicatedClusterRequest {
|
|
1200
1259
|
/**
|
|
1201
|
-
*
|
|
1260
|
+
* 专用集群所属的SiteId
|
|
1202
1261
|
*/
|
|
1203
|
-
|
|
1262
|
+
SiteId: string;
|
|
1204
1263
|
/**
|
|
1205
|
-
*
|
|
1264
|
+
* 专用集群的名称
|
|
1206
1265
|
*/
|
|
1207
|
-
|
|
1266
|
+
Name: string;
|
|
1208
1267
|
/**
|
|
1209
|
-
*
|
|
1268
|
+
* 专用集群所属的可用区
|
|
1210
1269
|
*/
|
|
1211
|
-
|
|
1270
|
+
Zone: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* 专用集群的描述
|
|
1273
|
+
*/
|
|
1274
|
+
Description?: string;
|
|
1212
1275
|
}
|
|
1213
1276
|
/**
|
|
1214
1277
|
* DescribeDedicatedClusterHosts返回参数结构体
|
|
@@ -1443,53 +1506,17 @@ export interface CosCapacity {
|
|
|
1443
1506
|
TotalUsedCapacity: number;
|
|
1444
1507
|
}
|
|
1445
1508
|
/**
|
|
1446
|
-
*
|
|
1509
|
+
* VPN网关的流量监控数据。
|
|
1447
1510
|
*/
|
|
1448
|
-
export interface
|
|
1449
|
-
/**
|
|
1450
|
-
* 宿主机IP(废弃)
|
|
1451
|
-
*/
|
|
1452
|
-
HostIp?: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* 云服务类型
|
|
1455
|
-
*/
|
|
1456
|
-
ServiceType?: string;
|
|
1457
|
-
/**
|
|
1458
|
-
* 宿主机运行状态
|
|
1459
|
-
*/
|
|
1460
|
-
HostStatus?: string;
|
|
1461
|
-
/**
|
|
1462
|
-
* 宿主机类型
|
|
1463
|
-
*/
|
|
1464
|
-
HostType?: string;
|
|
1465
|
-
/**
|
|
1466
|
-
* cpu可用数
|
|
1467
|
-
*/
|
|
1468
|
-
CpuAvailable?: number;
|
|
1469
|
-
/**
|
|
1470
|
-
* cpu总数
|
|
1471
|
-
*/
|
|
1472
|
-
CpuTotal?: number;
|
|
1473
|
-
/**
|
|
1474
|
-
* 内存可用数
|
|
1475
|
-
*/
|
|
1476
|
-
MemAvailable?: number;
|
|
1477
|
-
/**
|
|
1478
|
-
* 内存总数
|
|
1479
|
-
*/
|
|
1480
|
-
MemTotal?: number;
|
|
1481
|
-
/**
|
|
1482
|
-
* 运行时间
|
|
1483
|
-
*/
|
|
1484
|
-
RunTime?: string;
|
|
1511
|
+
export interface VpngwBandwidthData {
|
|
1485
1512
|
/**
|
|
1486
|
-
*
|
|
1513
|
+
* 出带宽流量
|
|
1487
1514
|
*/
|
|
1488
|
-
|
|
1515
|
+
OutBandwidth?: OutBandwidth;
|
|
1489
1516
|
/**
|
|
1490
|
-
*
|
|
1517
|
+
* 入带宽流量
|
|
1491
1518
|
*/
|
|
1492
|
-
|
|
1519
|
+
InBandwidth?: InBandwidth;
|
|
1493
1520
|
}
|
|
1494
1521
|
/**
|
|
1495
1522
|
* ModifySiteDeviceInfo请求参数结构体
|
|
@@ -1599,25 +1626,29 @@ export interface Site {
|
|
|
1599
1626
|
CreateTime?: string;
|
|
1600
1627
|
}
|
|
1601
1628
|
/**
|
|
1602
|
-
*
|
|
1629
|
+
* DescribeDedicatedClusterTypes请求参数结构体
|
|
1603
1630
|
*/
|
|
1604
|
-
export interface
|
|
1631
|
+
export interface DescribeDedicatedClusterTypesRequest {
|
|
1605
1632
|
/**
|
|
1606
|
-
*
|
|
1633
|
+
* 模糊匹配专用集群配置名称
|
|
1607
1634
|
*/
|
|
1608
|
-
|
|
1635
|
+
Name?: string;
|
|
1609
1636
|
/**
|
|
1610
|
-
*
|
|
1637
|
+
* 待查询的专用集群配置id列表
|
|
1611
1638
|
*/
|
|
1612
|
-
|
|
1639
|
+
DedicatedClusterTypeIds?: Array<string>;
|
|
1613
1640
|
/**
|
|
1614
|
-
*
|
|
1641
|
+
* 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1615
1642
|
*/
|
|
1616
|
-
|
|
1643
|
+
Offset?: number;
|
|
1617
1644
|
/**
|
|
1618
|
-
*
|
|
1645
|
+
* 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1619
1646
|
*/
|
|
1620
|
-
|
|
1647
|
+
Limit?: number;
|
|
1648
|
+
/**
|
|
1649
|
+
* 是否只查询计算规格类型
|
|
1650
|
+
*/
|
|
1651
|
+
IsCompute?: boolean;
|
|
1621
1652
|
}
|
|
1622
1653
|
/**
|
|
1623
1654
|
* DescribeDedicatedClusterOrders返回参数结构体
|
|
@@ -1662,17 +1693,34 @@ export interface DescribeDedicatedClusterHostStatisticsRequest {
|
|
|
1662
1693
|
Period?: string;
|
|
1663
1694
|
}
|
|
1664
1695
|
/**
|
|
1665
|
-
*
|
|
1696
|
+
* CreateDedicatedClusterImageCache返回参数结构体
|
|
1666
1697
|
*/
|
|
1667
|
-
export interface
|
|
1698
|
+
export interface CreateDedicatedClusterImageCacheResponse {
|
|
1668
1699
|
/**
|
|
1669
|
-
*
|
|
1700
|
+
* 任务id
|
|
1670
1701
|
*/
|
|
1671
|
-
|
|
1702
|
+
TaskId?: number;
|
|
1672
1703
|
/**
|
|
1673
|
-
*
|
|
1704
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1674
1705
|
*/
|
|
1675
|
-
|
|
1706
|
+
RequestId?: string;
|
|
1707
|
+
}
|
|
1708
|
+
/**
|
|
1709
|
+
* DescribeDedicatedClusterCbsStatistics返回参数结构体
|
|
1710
|
+
*/
|
|
1711
|
+
export interface DescribeDedicatedClusterCbsStatisticsResponse {
|
|
1712
|
+
/**
|
|
1713
|
+
* 云硬盘仓库信息
|
|
1714
|
+
*/
|
|
1715
|
+
SetList?: Array<SetInfo>;
|
|
1716
|
+
/**
|
|
1717
|
+
* 总数
|
|
1718
|
+
*/
|
|
1719
|
+
TotalCount?: number;
|
|
1720
|
+
/**
|
|
1721
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1722
|
+
*/
|
|
1723
|
+
RequestId?: string;
|
|
1676
1724
|
}
|
|
1677
1725
|
/**
|
|
1678
1726
|
* DescribeDedicatedClusterOverview请求参数结构体
|
|
@@ -1684,13 +1732,13 @@ export interface DescribeDedicatedClusterOverviewRequest {
|
|
|
1684
1732
|
DedicatedClusterId: string;
|
|
1685
1733
|
}
|
|
1686
1734
|
/**
|
|
1687
|
-
*
|
|
1735
|
+
* DescribeDedicatedClusterCosCapacity请求参数结构体
|
|
1688
1736
|
*/
|
|
1689
|
-
export interface
|
|
1737
|
+
export interface DescribeDedicatedClusterCosCapacityRequest {
|
|
1690
1738
|
/**
|
|
1691
|
-
*
|
|
1739
|
+
* 查询的专用集群id
|
|
1692
1740
|
*/
|
|
1693
|
-
|
|
1741
|
+
DedicatedClusterId: string;
|
|
1694
1742
|
}
|
|
1695
1743
|
/**
|
|
1696
1744
|
* DeleteDedicatedClusters返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const chdfs: {
|
|
2
|
-
v20190718: {
|
|
3
|
-
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
4
|
-
Models: typeof import("./v20190718/chdfs_models");
|
|
5
|
-
};
|
|
6
2
|
v20201112: {
|
|
7
3
|
Client: typeof import("./v20201112/chdfs_client").Client;
|
|
8
4
|
Models: typeof import("./v20201112/chdfs_models");
|
|
9
5
|
};
|
|
6
|
+
v20190718: {
|
|
7
|
+
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
8
|
+
Models: typeof import("./v20190718/chdfs_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chdfs = void 0;
|
|
4
|
-
const v20190718_1 = require("./v20190718");
|
|
5
4
|
const v20201112_1 = require("./v20201112");
|
|
5
|
+
const v20190718_1 = require("./v20190718");
|
|
6
6
|
exports.chdfs = {
|
|
7
|
-
v20190718: v20190718_1.v20190718,
|
|
8
7
|
v20201112: v20201112_1.v20201112,
|
|
8
|
+
v20190718: v20190718_1.v20190718,
|
|
9
9
|
};
|
|
@@ -1601,6 +1601,15 @@ export interface InquiryPriceResizeInstanceDisksRequest {
|
|
|
1601
1601
|
* 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
|
|
1602
1602
|
*/
|
|
1603
1603
|
ForceStop?: boolean;
|
|
1604
|
+
/**
|
|
1605
|
+
* 待扩容的系统盘配置信息。只支持扩容云盘。
|
|
1606
|
+
<dx-alert infotype="explain" title="">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>
|
|
1607
|
+
*/
|
|
1608
|
+
SystemDisk?: SystemDisk;
|
|
1609
|
+
/**
|
|
1610
|
+
* 是否在线扩容
|
|
1611
|
+
*/
|
|
1612
|
+
ResizeOnline?: boolean;
|
|
1604
1613
|
}
|
|
1605
1614
|
/**
|
|
1606
1615
|
* RunInstances返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20191016: {
|
|
3
|
-
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20191016/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20210527: {
|
|
7
3
|
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20191016: {
|
|
7
|
+
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20191016_1 = require("./v20191016");
|
|
5
4
|
const v20210527_1 = require("./v20210527");
|
|
5
|
+
const v20191016_1 = require("./v20191016");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20191016: v20191016_1.v20191016,
|
|
8
7
|
v20210527: v20210527_1.v20210527,
|
|
8
|
+
v20191016: v20191016_1.v20191016,
|
|
9
9
|
};
|