tencentcloud-sdk-nodejs 4.1.31 → 4.1.33
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/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/dsgc/v20190723/dsgc_client.js +5 -2
- package/es/services/waf/v20180125/waf_client.js +5 -2
- package/es/services/wedata/v20210820/wedata_client.js +21 -6
- 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/aiart/v20221229/aiart_models.d.ts +8 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +2 -4
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +23 -14
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +21 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +0 -12
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +31 -23
- package/tencentcloud/services/clb/v20180317/clb_client.js +31 -23
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +245 -133
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +0 -32
- package/tencentcloud/services/config/v20220802/config_models.d.ts +10 -85
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +36 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +4 -0
- package/tencentcloud/services/domain/v20180808/domain_client.js +4 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +86 -33
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +7 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +9 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +105 -0
- package/tencentcloud/services/es/v20250101/es_client.d.ts +4 -2
- package/tencentcloud/services/es/v20250101/es_client.js +4 -2
- package/tencentcloud/services/es/v20250101/es_models.d.ts +35 -35
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +0 -20
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +48 -4
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -18
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +47 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -13
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -13
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +136 -132
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +13 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +37 -16
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +49 -18
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +521 -47
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.33";
|
|
@@ -471,6 +471,9 @@ export class Client extends AbstractClient {
|
|
|
471
471
|
async RemoveClusterSlaveZone(req, cb) {
|
|
472
472
|
return this.request("RemoveClusterSlaveZone", req, cb);
|
|
473
473
|
}
|
|
474
|
+
async CloseSSL(req, cb) {
|
|
475
|
+
return this.request("CloseSSL", req, cb);
|
|
476
|
+
}
|
|
474
477
|
async DescribeParamTemplateDetail(req, cb) {
|
|
475
478
|
return this.request("DescribeParamTemplateDetail", req, cb);
|
|
476
479
|
}
|
|
@@ -78,6 +78,9 @@ export class Client extends AbstractClient {
|
|
|
78
78
|
async DescribeReportTaskDownloadUrl(req, cb) {
|
|
79
79
|
return this.request("DescribeReportTaskDownloadUrl", req, cb);
|
|
80
80
|
}
|
|
81
|
+
async ModifyMergeClassification(req, cb) {
|
|
82
|
+
return this.request("ModifyMergeClassification", req, cb);
|
|
83
|
+
}
|
|
81
84
|
async DescribeDSPACOSDiscoveryTaskResult(req, cb) {
|
|
82
85
|
return this.request("DescribeDSPACOSDiscoveryTaskResult", req, cb);
|
|
83
86
|
}
|
|
@@ -240,8 +243,8 @@ export class Client extends AbstractClient {
|
|
|
240
243
|
async DescribeDSPAAssessmentRiskTemplateVulnerableList(req, cb) {
|
|
241
244
|
return this.request("DescribeDSPAAssessmentRiskTemplateVulnerableList", req, cb);
|
|
242
245
|
}
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
246
|
+
async DescribeDSPADiscoveryTasks(req, cb) {
|
|
247
|
+
return this.request("DescribeDSPADiscoveryTasks", req, cb);
|
|
245
248
|
}
|
|
246
249
|
async DeleteDSPAAssessmentTask(req, cb) {
|
|
247
250
|
return this.request("DeleteDSPAAssessmentTask", req, cb);
|
|
@@ -129,8 +129,8 @@ export class Client extends AbstractClient {
|
|
|
129
129
|
async DescribeAreaBanSupportAreas(req, cb) {
|
|
130
130
|
return this.request("DescribeAreaBanSupportAreas", req, cb);
|
|
131
131
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
132
|
+
async ModifyInstanceAttackLogPost(req, cb) {
|
|
133
|
+
return this.request("ModifyInstanceAttackLogPost", req, cb);
|
|
134
134
|
}
|
|
135
135
|
async DescribeRuleLimit(req, cb) {
|
|
136
136
|
return this.request("DescribeRuleLimit", req, cb);
|
|
@@ -321,6 +321,9 @@ export class Client extends AbstractClient {
|
|
|
321
321
|
async SwitchDomainRules(req, cb) {
|
|
322
322
|
return this.request("SwitchDomainRules", req, cb);
|
|
323
323
|
}
|
|
324
|
+
async UpsertCCAutoStatus(req, cb) {
|
|
325
|
+
return this.request("UpsertCCAutoStatus", req, cb);
|
|
326
|
+
}
|
|
324
327
|
async DestroyPostCLSFlow(req, cb) {
|
|
325
328
|
return this.request("DestroyPostCLSFlow", req, cb);
|
|
326
329
|
}
|
|
@@ -183,6 +183,9 @@ export class Client extends AbstractClient {
|
|
|
183
183
|
async DescribeOpsMakePlanTasks(req, cb) {
|
|
184
184
|
return this.request("DescribeOpsMakePlanTasks", req, cb);
|
|
185
185
|
}
|
|
186
|
+
async UpdateWorkflowInfo(req, cb) {
|
|
187
|
+
return this.request("UpdateWorkflowInfo", req, cb);
|
|
188
|
+
}
|
|
186
189
|
async DescribeTopTableStat(req, cb) {
|
|
187
190
|
return this.request("DescribeTopTableStat", req, cb);
|
|
188
191
|
}
|
|
@@ -192,6 +195,9 @@ export class Client extends AbstractClient {
|
|
|
192
195
|
async RunForceSucScheduleInstances(req, cb) {
|
|
193
196
|
return this.request("RunForceSucScheduleInstances", req, cb);
|
|
194
197
|
}
|
|
198
|
+
async CreateTaskNew(req, cb) {
|
|
199
|
+
return this.request("CreateTaskNew", req, cb);
|
|
200
|
+
}
|
|
195
201
|
async DescribeDsFolderTree(req, cb) {
|
|
196
202
|
return this.request("DescribeDsFolderTree", req, cb);
|
|
197
203
|
}
|
|
@@ -390,8 +396,8 @@ export class Client extends AbstractClient {
|
|
|
390
396
|
async DeleteDsFolder(req, cb) {
|
|
391
397
|
return this.request("DeleteDsFolder", req, cb);
|
|
392
398
|
}
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
399
|
+
async DescribeDutyScheduleList(req, cb) {
|
|
400
|
+
return this.request("DescribeDutyScheduleList", req, cb);
|
|
395
401
|
}
|
|
396
402
|
async DescribeTaskLineage(req, cb) {
|
|
397
403
|
return this.request("DescribeTaskLineage", req, cb);
|
|
@@ -432,8 +438,8 @@ export class Client extends AbstractClient {
|
|
|
432
438
|
async DescribeInstanceDetailInfo(req, cb) {
|
|
433
439
|
return this.request("DescribeInstanceDetailInfo", req, cb);
|
|
434
440
|
}
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
441
|
+
async DescribeBatchOperateTask(req, cb) {
|
|
442
|
+
return this.request("DescribeBatchOperateTask", req, cb);
|
|
437
443
|
}
|
|
438
444
|
async DeleteRule(req, cb) {
|
|
439
445
|
return this.request("DeleteRule", req, cb);
|
|
@@ -513,6 +519,9 @@ export class Client extends AbstractClient {
|
|
|
513
519
|
async DescribeTableLineage(req, cb) {
|
|
514
520
|
return this.request("DescribeTableLineage", req, cb);
|
|
515
521
|
}
|
|
522
|
+
async ModifyTaskLinksDs(req, cb) {
|
|
523
|
+
return this.request("ModifyTaskLinksDs", req, cb);
|
|
524
|
+
}
|
|
516
525
|
async SuspendIntegrationTask(req, cb) {
|
|
517
526
|
return this.request("SuspendIntegrationTask", req, cb);
|
|
518
527
|
}
|
|
@@ -531,8 +540,8 @@ export class Client extends AbstractClient {
|
|
|
531
540
|
async DescribeRules(req, cb) {
|
|
532
541
|
return this.request("DescribeRules", req, cb);
|
|
533
542
|
}
|
|
534
|
-
async
|
|
535
|
-
return this.request("
|
|
543
|
+
async RegisterDsEvent(req, cb) {
|
|
544
|
+
return this.request("RegisterDsEvent", req, cb);
|
|
536
545
|
}
|
|
537
546
|
async StartIntegrationTask(req, cb) {
|
|
538
547
|
return this.request("StartIntegrationTask", req, cb);
|
|
@@ -609,6 +618,9 @@ export class Client extends AbstractClient {
|
|
|
609
618
|
async DescribeIntegrationVersionNodesInfo(req, cb) {
|
|
610
619
|
return this.request("DescribeIntegrationVersionNodesInfo", req, cb);
|
|
611
620
|
}
|
|
621
|
+
async RenewWorkflowOwnerDs(req, cb) {
|
|
622
|
+
return this.request("RenewWorkflowOwnerDs", req, cb);
|
|
623
|
+
}
|
|
612
624
|
async DescribeProjectUsers(req, cb) {
|
|
613
625
|
return this.request("DescribeProjectUsers", req, cb);
|
|
614
626
|
}
|
|
@@ -714,6 +726,9 @@ export class Client extends AbstractClient {
|
|
|
714
726
|
async ModifyIntegrationNode(req, cb) {
|
|
715
727
|
return this.request("ModifyIntegrationNode", req, cb);
|
|
716
728
|
}
|
|
729
|
+
async RobAndLockIntegrationTask(req, cb) {
|
|
730
|
+
return this.request("RobAndLockIntegrationTask", req, cb);
|
|
731
|
+
}
|
|
717
732
|
async DescribeProject(req, cb) {
|
|
718
733
|
return this.request("DescribeProject", req, cb);
|
|
719
734
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.33";
|
|
@@ -39,14 +39,17 @@ export interface RefineImageRequest {
|
|
|
39
39
|
export interface LogoParam {
|
|
40
40
|
/**
|
|
41
41
|
* 水印 Url
|
|
42
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
42
43
|
*/
|
|
43
44
|
LogoUrl?: string;
|
|
44
45
|
/**
|
|
45
46
|
* 水印 Base64,Url 和 Base64 二选一传入,如果都提供以 Url 为准
|
|
47
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
46
48
|
*/
|
|
47
49
|
LogoImage?: string;
|
|
48
50
|
/**
|
|
49
51
|
* 水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配
|
|
52
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
53
|
*/
|
|
51
54
|
LogoRect?: LogoRect;
|
|
52
55
|
}
|
|
@@ -229,6 +232,7 @@ export interface ResultConfig {
|
|
|
229
232
|
* 生成图分辨率
|
|
230
233
|
|
|
231
234
|
图像风格化(图生图)支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。
|
|
235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
236
|
*/
|
|
233
237
|
Resolution?: string;
|
|
234
238
|
}
|
|
@@ -730,18 +734,22 @@ export interface GenerateAvatarRequest {
|
|
|
730
734
|
export interface LogoRect {
|
|
731
735
|
/**
|
|
732
736
|
* 左上角X坐标
|
|
737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
733
738
|
*/
|
|
734
739
|
X?: number;
|
|
735
740
|
/**
|
|
736
741
|
* 左上角Y坐标
|
|
742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
737
743
|
*/
|
|
738
744
|
Y?: number;
|
|
739
745
|
/**
|
|
740
746
|
* 方框宽度
|
|
747
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
741
748
|
*/
|
|
742
749
|
Width?: number;
|
|
743
750
|
/**
|
|
744
751
|
* 方框高度
|
|
752
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
745
753
|
*/
|
|
746
754
|
Height?: number;
|
|
747
755
|
}
|
|
@@ -113,6 +113,14 @@ export interface ModifyApmInstanceRequest {
|
|
|
113
113
|
* 是否开启组件漏洞检测(0=关,1=开)
|
|
114
114
|
*/
|
|
115
115
|
IsInstrumentationVulnerabilityScan?: number;
|
|
116
|
+
/**
|
|
117
|
+
* 是否开启远程命令攻击检测
|
|
118
|
+
*/
|
|
119
|
+
IsRemoteCommandExecutionAnalysis?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 是否开启内存马检测
|
|
122
|
+
*/
|
|
123
|
+
IsMemoryHijackingAnalysis?: number;
|
|
116
124
|
}
|
|
117
125
|
/**
|
|
118
126
|
* APM 业务系统信息
|
|
@@ -272,6 +280,14 @@ export interface ApmInstanceDetail {
|
|
|
272
280
|
}
|
|
273
281
|
*/
|
|
274
282
|
StopReason?: number;
|
|
283
|
+
/**
|
|
284
|
+
* 是否开远程命令执行检测(0=关, 1=开)
|
|
285
|
+
*/
|
|
286
|
+
IsRemoteCommandExecutionAnalysis?: number;
|
|
287
|
+
/**
|
|
288
|
+
* 是否开内存马执行检测(0=关, 1=开)
|
|
289
|
+
*/
|
|
290
|
+
IsMemoryHijackingAnalysis?: number;
|
|
275
291
|
}
|
|
276
292
|
/**
|
|
277
293
|
* CreateApmInstance请求参数结构体
|
|
@@ -73,7 +73,7 @@ export declare class Client extends AbstractClient {
|
|
|
73
73
|
/**
|
|
74
74
|
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
75
75
|
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
76
|
-
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL
|
|
76
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
77
77
|
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
78
78
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
79
79
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -121,7 +121,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
121
121
|
/**
|
|
122
122
|
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
123
123
|
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
124
|
-
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL
|
|
124
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
125
125
|
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
126
126
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
127
127
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -642,6 +642,7 @@ export interface ModifyCustomizationResponse {
|
|
|
642
642
|
export interface GetAsrVocabListRequest {
|
|
643
643
|
/**
|
|
644
644
|
* 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
|
|
645
|
+
* @deprecated
|
|
645
646
|
*/
|
|
646
647
|
TagInfos?: Array<string>;
|
|
647
648
|
/**
|
|
@@ -1683,6 +1684,7 @@ export interface Model {
|
|
|
1683
1684
|
/**
|
|
1684
1685
|
* 标签信息
|
|
1685
1686
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1687
|
+
* @deprecated
|
|
1686
1688
|
*/
|
|
1687
1689
|
TagInfos?: Array<string>;
|
|
1688
1690
|
}
|
|
@@ -1009,7 +1009,7 @@ export interface SearchCommandResult {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
SessionTime?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* 该命令所属会话的会话开始时间(使用SessionTime)
|
|
1013
1013
|
*/
|
|
1014
1014
|
SessTime?: string;
|
|
1015
1015
|
/**
|
|
@@ -2363,9 +2363,7 @@ export interface CreateCmdTemplateRequest {
|
|
|
2363
2363
|
*/
|
|
2364
2364
|
CmdList: string;
|
|
2365
2365
|
/**
|
|
2366
|
-
* 标识
|
|
2367
|
-
0:表示非base64加密
|
|
2368
|
-
1:表示是base64加密
|
|
2366
|
+
* 标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
|
2369
2367
|
*/
|
|
2370
2368
|
Encoding?: number;
|
|
2371
2369
|
}
|
|
@@ -1780,56 +1780,65 @@ export interface SnapshotGroup {
|
|
|
1780
1780
|
/**
|
|
1781
1781
|
* 快照组ID。
|
|
1782
1782
|
*/
|
|
1783
|
-
SnapshotGroupId
|
|
1783
|
+
SnapshotGroupId?: string;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* 快照组类型。NORMAL: 普通快照组,非一致性快照。
|
|
1786
1786
|
*/
|
|
1787
|
-
SnapshotGroupType
|
|
1787
|
+
SnapshotGroupType?: string;
|
|
1788
1788
|
/**
|
|
1789
1789
|
* 快照组是否包含系统盘快照。
|
|
1790
1790
|
*/
|
|
1791
|
-
ContainRootSnapshot
|
|
1791
|
+
ContainRootSnapshot?: boolean;
|
|
1792
1792
|
/**
|
|
1793
1793
|
* 快照组包含的快照ID列表。
|
|
1794
1794
|
*/
|
|
1795
|
-
SnapshotIdSet
|
|
1795
|
+
SnapshotIdSet?: Array<string>;
|
|
1796
1796
|
/**
|
|
1797
|
-
*
|
|
1797
|
+
* <ul>
|
|
1798
|
+
<li>NORMAL: 正常</li>
|
|
1799
|
+
<li>CREATING: 创建中</li>
|
|
1800
|
+
<li>ROLLBACKING: 回滚中</li>
|
|
1801
|
+
</ul>
|
|
1798
1802
|
*/
|
|
1799
|
-
SnapshotGroupState
|
|
1803
|
+
SnapshotGroupState?: string;
|
|
1800
1804
|
/**
|
|
1801
1805
|
* 快照组创建进度。
|
|
1802
1806
|
*/
|
|
1803
|
-
Percent
|
|
1807
|
+
Percent?: number;
|
|
1804
1808
|
/**
|
|
1805
1809
|
* 快照组创建时间。
|
|
1806
1810
|
*/
|
|
1807
|
-
CreateTime
|
|
1811
|
+
CreateTime?: string;
|
|
1808
1812
|
/**
|
|
1809
1813
|
* 快照组最新修改时间
|
|
1810
1814
|
*/
|
|
1811
|
-
ModifyTime
|
|
1815
|
+
ModifyTime?: string;
|
|
1812
1816
|
/**
|
|
1813
1817
|
* 快照组关联的镜像列表。
|
|
1814
1818
|
*/
|
|
1815
|
-
Images
|
|
1819
|
+
Images?: Array<Image>;
|
|
1816
1820
|
/**
|
|
1817
1821
|
* 快照组名称。
|
|
1818
1822
|
*/
|
|
1819
|
-
SnapshotGroupName
|
|
1823
|
+
SnapshotGroupName?: string;
|
|
1820
1824
|
/**
|
|
1821
1825
|
* 快照组关联的镜像数量。
|
|
1822
1826
|
*/
|
|
1823
|
-
ImageCount
|
|
1827
|
+
ImageCount?: number;
|
|
1824
1828
|
/**
|
|
1825
1829
|
* 快照组是否永久保留
|
|
1826
1830
|
*/
|
|
1827
|
-
IsPermanent
|
|
1831
|
+
IsPermanent?: boolean;
|
|
1828
1832
|
/**
|
|
1829
1833
|
* 快照组到期时间。
|
|
1830
1834
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1831
1835
|
*/
|
|
1832
|
-
DeadlineTime
|
|
1836
|
+
DeadlineTime?: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* 来源自动快照策略ID
|
|
1839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1840
|
+
*/
|
|
1841
|
+
AutoSnapshotPolicyId?: string;
|
|
1833
1842
|
}
|
|
1834
1843
|
/**
|
|
1835
1844
|
* BindAutoSnapshotPolicy返回参数结构体
|
|
@@ -676,7 +676,7 @@ export interface CreateReceivingWorkOrderRequest {
|
|
|
676
676
|
*/
|
|
677
677
|
Remark?: string;
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* 服务器收货列表。最大值:200
|
|
680
680
|
*/
|
|
681
681
|
ServerDeviceList?: Array<ServerReceivingInfo>;
|
|
682
682
|
/**
|
|
@@ -691,6 +691,26 @@ export interface CreateReceivingWorkOrderRequest {
|
|
|
691
691
|
* 其他设备收货列表
|
|
692
692
|
*/
|
|
693
693
|
OtherDeviceList?: Array<OtherDevReceivingInfo>;
|
|
694
|
+
/**
|
|
695
|
+
* 收货后自动上架。此参数为true时,后台会自动提设备上架单
|
|
696
|
+
*/
|
|
697
|
+
WithRackOn?: boolean;
|
|
698
|
+
/**
|
|
699
|
+
* 设备上架信息。当WithRackOn为true此参数必传,且sn需要和收货的列表一致
|
|
700
|
+
*/
|
|
701
|
+
DeviceRackOnList?: Array<DeviceRackOn>;
|
|
702
|
+
/**
|
|
703
|
+
* 上架人员 1.自行解决 2.由腾讯IDC负责
|
|
704
|
+
*/
|
|
705
|
+
StuffOption?: string;
|
|
706
|
+
/**
|
|
707
|
+
* 自行解决信息。当StuffOption为1时,此参数必填
|
|
708
|
+
*/
|
|
709
|
+
SelfOperationInfo?: SelfOperation;
|
|
710
|
+
/**
|
|
711
|
+
* 上架后自动开电。此参数为true时,后台会自动提设备开电单
|
|
712
|
+
*/
|
|
713
|
+
WithPowerOn?: boolean;
|
|
694
714
|
}
|
|
695
715
|
/**
|
|
696
716
|
* DescribeWorkOrderStatistics请求参数结构体
|
|
@@ -533,17 +533,14 @@ export interface CreateAclRuleRequest {
|
|
|
533
533
|
export interface RouteFilter {
|
|
534
534
|
/**
|
|
535
535
|
* 过滤名称,目前支持security-group-id,按安全组关联过滤
|
|
536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
536
|
*/
|
|
538
537
|
Name?: string;
|
|
539
538
|
/**
|
|
540
539
|
* 过滤值,当过滤名称为security-group-id时仅支持传单个value
|
|
541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
542
540
|
*/
|
|
543
541
|
Values?: Array<string>;
|
|
544
542
|
/**
|
|
545
543
|
* 过滤关系,支持IN和NOT_IN,默认为IN
|
|
546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
547
544
|
*/
|
|
548
545
|
Relation?: string;
|
|
549
546
|
}
|
|
@@ -566,12 +563,10 @@ export interface DescribeInstancesDetailResponse {
|
|
|
566
563
|
export interface InstanceRoute {
|
|
567
564
|
/**
|
|
568
565
|
* ckafka集群实例Id
|
|
569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
570
566
|
*/
|
|
571
567
|
InstanceId: string;
|
|
572
568
|
/**
|
|
573
569
|
* 路由Id
|
|
574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
575
570
|
*/
|
|
576
571
|
RouteId: number;
|
|
577
572
|
}
|
|
@@ -774,27 +769,22 @@ export interface RecordMapping {
|
|
|
774
769
|
export interface SecurityGroupRoute {
|
|
775
770
|
/**
|
|
776
771
|
* 路由信息
|
|
777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
778
772
|
*/
|
|
779
773
|
InstanceRoute?: InstanceRoute;
|
|
780
774
|
/**
|
|
781
775
|
* 关联的安全组列表
|
|
782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
783
776
|
*/
|
|
784
777
|
SecurityGroupIds?: Array<string>;
|
|
785
778
|
/**
|
|
786
779
|
* ckafka集群实例名称
|
|
787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
788
780
|
*/
|
|
789
781
|
InstanceName?: string;
|
|
790
782
|
/**
|
|
791
783
|
* 路由vpcId
|
|
792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
793
784
|
*/
|
|
794
785
|
VpcId?: string;
|
|
795
786
|
/**
|
|
796
787
|
* 路由vip
|
|
797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
798
788
|
*/
|
|
799
789
|
Vip?: string;
|
|
800
790
|
}
|
|
@@ -2653,12 +2643,10 @@ export interface DescribeTopicDetailResponse {
|
|
|
2653
2643
|
export interface SecurityGroupRouteResp {
|
|
2654
2644
|
/**
|
|
2655
2645
|
* 符合条件的安全组路由信息总数
|
|
2656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2657
2646
|
*/
|
|
2658
2647
|
TotalCount?: number;
|
|
2659
2648
|
/**
|
|
2660
2649
|
* 符合条件的安全组路由信息列表
|
|
2661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2662
2650
|
*/
|
|
2663
2651
|
SecurityGroupRoutes?: Array<SecurityGroupRoute>;
|
|
2664
2652
|
}
|