tencentcloud-sdk-nodejs 4.0.1052 → 4.0.1053
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 +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +0 -123
- package/src/services/captcha/v20190722/captcha_models.ts +31 -40
- package/src/services/cdc/v20201214/cdc_models.ts +0 -6
- package/src/services/cvm/v20170312/cvm_client.ts +19 -5
- package/src/services/cvm/v20170312/cvm_models.ts +95 -38
- package/src/services/cwp/v20180228/cwp_models.ts +32 -12
- package/src/services/domain/v20180808/domain_models.ts +8 -12
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +23 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -3
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +33 -11
- package/src/services/lke/v20231130/lke_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +4 -16
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +4 -4
- package/src/services/ses/v20201002/ses_models.ts +1 -2
- package/src/services/tat/v20201028/tat_models.ts +5 -4
- package/src/services/tcb/v20180608/tcb_models.ts +1 -116
- package/src/services/tdmq/v20200217/tdmq_models.ts +19 -114
- package/src/services/teo/v20220901/teo_client.ts +17 -10
- package/src/services/teo/v20220901/teo_models.ts +77 -15
- package/src/services/trocket/v20230308/trocket_client.ts +12 -0
- package/src/services/trocket/v20230308/trocket_models.ts +32 -0
- package/src/services/trro/v20220325/trro_client.ts +14 -0
- package/src/services/trro/v20220325/trro_models.ts +44 -0
- package/src/services/waf/v20180125/waf_client.ts +40 -3
- package/src/services/waf/v20180125/waf_models.ts +120 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -123
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +31 -40
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +0 -6
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +91 -38
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -12
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -12
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +32 -11
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -16
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -4
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -116
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +19 -114
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +8 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +74 -15
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +30 -0
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +7 -1
- package/tencentcloud/services/trro/v20220325/trro_client.js +8 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +42 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +113 -6
|
@@ -26,19 +26,19 @@ export interface CaptchaOperDataInterceptUnit {
|
|
|
26
26
|
/**
|
|
27
27
|
* 时间
|
|
28
28
|
*/
|
|
29
|
-
DateKey
|
|
29
|
+
DateKey?: string;
|
|
30
30
|
/**
|
|
31
31
|
* 停止验证数量
|
|
32
32
|
*/
|
|
33
|
-
AllStopCnt
|
|
33
|
+
AllStopCnt?: number;
|
|
34
34
|
/**
|
|
35
35
|
* 图片停止加载数量
|
|
36
36
|
*/
|
|
37
|
-
PicStopCnt
|
|
37
|
+
PicStopCnt?: number;
|
|
38
38
|
/**
|
|
39
39
|
* 策略拦截数量
|
|
40
40
|
*/
|
|
41
|
-
StrategyStopCnt
|
|
41
|
+
StrategyStopCnt?: number;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* DescribeCaptchaOperData方法 尝试次数分布 type = 4
|
|
@@ -47,11 +47,11 @@ export interface CaptchaOperDataTryTimesDistributeUnit {
|
|
|
47
47
|
/**
|
|
48
48
|
* 尝试次数
|
|
49
49
|
*/
|
|
50
|
-
TryCount
|
|
50
|
+
TryCount?: number;
|
|
51
51
|
/**
|
|
52
52
|
* 用户请求数量
|
|
53
53
|
*/
|
|
54
|
-
UserCount
|
|
54
|
+
UserCount?: number;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* DescribeCaptchaMiniOperData返回参数结构体
|
|
@@ -289,37 +289,31 @@ export interface OutputManageMarketingRiskValue {
|
|
|
289
289
|
AccountType 是 8 时,对应 imei、idfa、imeiMD5 或者 idfaMD5。
|
|
290
290
|
AccountType 是 0 时,对应账号信息。
|
|
291
291
|
AccountType 是 10004 时,对应手机号的 MD5。
|
|
292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
293
292
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
293
|
*/
|
|
295
|
-
UserId
|
|
294
|
+
UserId?: string;
|
|
296
295
|
/**
|
|
297
296
|
* 操作时间戳,单位秒(对应输入参数)。
|
|
298
|
-
|
|
299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
297
|
+
|
|
300
298
|
*/
|
|
301
|
-
PostTime
|
|
299
|
+
PostTime?: number;
|
|
302
300
|
/**
|
|
303
301
|
* 对应输入参数,AccountType 是 QQ 或微信开放账号时,用于标识 QQ 或微信用户登录 后关联业务自身的账号 ID。
|
|
304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
305
302
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
306
303
|
*/
|
|
307
|
-
AssociateAccount
|
|
304
|
+
AssociateAccount?: string;
|
|
308
305
|
/**
|
|
309
|
-
*
|
|
310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
306
|
+
* 业务详情
|
|
311
307
|
*/
|
|
312
|
-
UserIp
|
|
308
|
+
UserIp?: string;
|
|
313
309
|
/**
|
|
314
310
|
* 风险值 pass : 无恶意
|
|
315
311
|
review:需要人工审核
|
|
316
312
|
reject:拒绝,高风险恶意
|
|
317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
319
313
|
*/
|
|
320
|
-
RiskLevel
|
|
314
|
+
RiskLevel?: string;
|
|
321
315
|
/**
|
|
322
|
-
* 风险类型,请查看下面详细说明
|
|
316
|
+
* 风险类型,请查看下面详细说明
|
|
323
317
|
账号风险
|
|
324
318
|
账号信用低 1 账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素
|
|
325
319
|
疑似 低活跃账号 11 账号活跃度与正常用户有差异
|
|
@@ -342,7 +336,7 @@ export interface OutputManageMarketingRiskValue {
|
|
|
342
336
|
非公网有效 ip 205 传进来的 IP 地址为内网 ip 地址或者 ip 保留地
|
|
343
337
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
344
338
|
*/
|
|
345
|
-
RiskType
|
|
339
|
+
RiskType?: Array<number | bigint>;
|
|
346
340
|
}
|
|
347
341
|
/**
|
|
348
342
|
* DescribeCaptchaOperData 接口 返回数据类型集合
|
|
@@ -397,11 +391,11 @@ export interface TicketInterceptUnit {
|
|
|
397
391
|
/**
|
|
398
392
|
* 时间
|
|
399
393
|
*/
|
|
400
|
-
DateKey
|
|
394
|
+
DateKey?: string;
|
|
401
395
|
/**
|
|
402
396
|
* 票据验证拦截量
|
|
403
397
|
*/
|
|
404
|
-
Intercept
|
|
398
|
+
Intercept?: number;
|
|
405
399
|
}
|
|
406
400
|
/**
|
|
407
401
|
* DescribeCaptchaUserAllAppId请求参数结构体
|
|
@@ -565,19 +559,19 @@ export interface CaptchaUserAllAppId {
|
|
|
565
559
|
/**
|
|
566
560
|
* 验证码应用ID
|
|
567
561
|
*/
|
|
568
|
-
CaptchaAppId
|
|
562
|
+
CaptchaAppId?: number;
|
|
569
563
|
/**
|
|
570
564
|
* 注册应用名称
|
|
571
565
|
*/
|
|
572
|
-
AppName
|
|
566
|
+
AppName?: string;
|
|
573
567
|
/**
|
|
574
568
|
* 腾讯云APPID
|
|
575
569
|
*/
|
|
576
|
-
TcAppId
|
|
570
|
+
TcAppId?: number;
|
|
577
571
|
/**
|
|
578
572
|
* 渠道信息
|
|
579
573
|
*/
|
|
580
|
-
ChannelInfo
|
|
574
|
+
ChannelInfo?: string;
|
|
581
575
|
}
|
|
582
576
|
/**
|
|
583
577
|
* DescribeCaptchaDataSum返回参数结构体
|
|
@@ -631,11 +625,11 @@ export interface TicketThroughUnit {
|
|
|
631
625
|
/**
|
|
632
626
|
* 时间
|
|
633
627
|
*/
|
|
634
|
-
DateKey
|
|
628
|
+
DateKey?: string;
|
|
635
629
|
/**
|
|
636
630
|
* 票据验证的通过量
|
|
637
631
|
*/
|
|
638
|
-
Through
|
|
632
|
+
Through?: number;
|
|
639
633
|
}
|
|
640
634
|
/**
|
|
641
635
|
* DescribeCaptchaTicketData请求参数结构体
|
|
@@ -729,15 +723,15 @@ export interface CaptchaOperDataTryTimesUnit {
|
|
|
729
723
|
/**
|
|
730
724
|
* 时间
|
|
731
725
|
*/
|
|
732
|
-
DateKey
|
|
726
|
+
DateKey?: string;
|
|
733
727
|
/**
|
|
734
728
|
* 平均尝试次数
|
|
735
729
|
*/
|
|
736
|
-
CntPerPass
|
|
730
|
+
CntPerPass?: Array<number>;
|
|
737
731
|
/**
|
|
738
732
|
* market平均尝试次数
|
|
739
733
|
*/
|
|
740
|
-
MarketCntPerPass
|
|
734
|
+
MarketCntPerPass?: number;
|
|
741
735
|
}
|
|
742
736
|
/**
|
|
743
737
|
* DescribeCaptchaOperData请求参数结构体
|
|
@@ -796,13 +790,11 @@ export interface DescribeCaptchaMiniRiskResultResponse {
|
|
|
796
790
|
CaptchaCode?: number;
|
|
797
791
|
/**
|
|
798
792
|
* 状态描述及验证错误信息
|
|
799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
800
793
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
801
794
|
*/
|
|
802
795
|
CaptchaMsg?: string;
|
|
803
796
|
/**
|
|
804
797
|
* 拦截策略返回信息
|
|
805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
806
798
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
807
799
|
*/
|
|
808
800
|
ManageMarketingRiskValue?: OutputManageMarketingRiskValue;
|
|
@@ -857,11 +849,11 @@ export interface TicketAmountUnit {
|
|
|
857
849
|
/**
|
|
858
850
|
* 时间
|
|
859
851
|
*/
|
|
860
|
-
DateKey
|
|
852
|
+
DateKey?: string;
|
|
861
853
|
/**
|
|
862
854
|
* 票据验证总量
|
|
863
855
|
*/
|
|
864
|
-
Amount
|
|
856
|
+
Amount?: number;
|
|
865
857
|
}
|
|
866
858
|
/**
|
|
867
859
|
* GetTotalRequestStatistics返回参数结构体
|
|
@@ -1105,15 +1097,15 @@ export interface CaptchaOperDataLoadTimeUnit {
|
|
|
1105
1097
|
/**
|
|
1106
1098
|
* 时间
|
|
1107
1099
|
*/
|
|
1108
|
-
DateKey
|
|
1100
|
+
DateKey?: string;
|
|
1109
1101
|
/**
|
|
1110
1102
|
* Market加载时间
|
|
1111
1103
|
*/
|
|
1112
|
-
MarketLoadTime
|
|
1104
|
+
MarketLoadTime?: number;
|
|
1113
1105
|
/**
|
|
1114
1106
|
* AppId加载时间
|
|
1115
1107
|
*/
|
|
1116
|
-
AppIdLoadTime
|
|
1108
|
+
AppIdLoadTime?: number;
|
|
1117
1109
|
}
|
|
1118
1110
|
/**
|
|
1119
1111
|
* DescribeCaptchaMiniOperData请求参数结构体
|
|
@@ -1405,7 +1397,6 @@ export interface DescribeCaptchaMiniResultResponse {
|
|
|
1405
1397
|
CaptchaCode?: number;
|
|
1406
1398
|
/**
|
|
1407
1399
|
* 状态描述及验证错误信息
|
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1409
1400
|
*/
|
|
1410
1401
|
CaptchaMsg?: string;
|
|
1411
1402
|
/**
|
|
@@ -228,22 +228,18 @@ export interface DescribeDedicatedClusterOverviewResponse {
|
|
|
228
228
|
HostCount?: number;
|
|
229
229
|
/**
|
|
230
230
|
* vpn通道状态
|
|
231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
231
|
*/
|
|
233
232
|
VpnConnectionState?: string;
|
|
234
233
|
/**
|
|
235
234
|
* vpn网关监控数据
|
|
236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
237
235
|
*/
|
|
238
236
|
VpngwBandwidthData?: VpngwBandwidthData;
|
|
239
237
|
/**
|
|
240
238
|
* 本地网关信息
|
|
241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
242
239
|
*/
|
|
243
240
|
LocalNetInfo?: LocalNetInfo;
|
|
244
241
|
/**
|
|
245
242
|
* vpn网关通道监控数据
|
|
246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
243
|
*/
|
|
248
244
|
VpnConnectionBandwidthData?: Array<VpngwBandwidthData>;
|
|
249
245
|
/**
|
|
@@ -947,7 +943,6 @@ export interface DescribeDedicatedClusterHostsRequest {
|
|
|
947
943
|
export interface CreateDedicatedClusterOrderResponse {
|
|
948
944
|
/**
|
|
949
945
|
* 专用集群订单id
|
|
950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
951
946
|
*/
|
|
952
947
|
DedicatedClusterOrderId?: string;
|
|
953
948
|
/**
|
|
@@ -1221,7 +1216,6 @@ export interface DescribeDedicatedClusterCbsStatisticsResponse {
|
|
|
1221
1216
|
export interface DescribeDedicatedClusterHostsResponse {
|
|
1222
1217
|
/**
|
|
1223
1218
|
* 宿主机信息
|
|
1224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1225
1219
|
*/
|
|
1226
1220
|
HostInfoSet?: Array<HostInfo>;
|
|
1227
1221
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { InquiryPriceTerminateInstancesResponse, AssociateInstancesKeyPairsResponse, ModifyChcAttributeResponse, DescribeHpcClustersRequest, DescribeImageQuotaResponse, ModifyInstancesProjectRequest, ConfigureChcDeployVpcResponse, InquiryPriceRenewHostsRequest, DeleteDisasterRecoverGroupsRequest, DeleteKeyPairsResponse, TerminateInstancesResponse, RepairTaskControlResponse, ModifyInstancesChargeTypeResponse, InquiryPriceResetInstancesInternetMaxBandwidthResponse, DescribeZonesRequest, ModifyKeyPairAttributeRequest, AssociateSecurityGroupsRequest, ResetInstancesTypeRequest, DeleteLaunchTemplateVersionsRequest, DeleteImagesRequest, DeleteLaunchTemplateRequest, DescribeInstancesResponse, DescribeHostsResponse, DeleteKeyPairsRequest, ModifyInstancesDisasterRecoverGroupRequest, ModifyHpcClusterAttributeRequest, ExitRescueModeResponse, DescribeChcHostsResponse, RepairTaskControlRequest, AllocateHostsRequest, DescribeImageFromFamilyRequest, DescribeRegionsResponse, PurchaseReservedInstancesOfferingRequest, RebootInstancesRequest, ResetInstancesTypeResponse, DeleteInstancesActionTimerRequest, AssociateInstancesKeyPairsRequest, DeleteLaunchTemplateResponse, DescribeChcDeniedActionsResponse, DescribeInstancesStatusResponse, ModifyHpcClusterAttributeResponse, InquiryPriceModifyInstancesChargeTypeResponse, ImportInstancesActionTimerResponse, DescribeKeyPairsResponse, ResetInstancesPasswordRequest,
|
|
3
|
+
import { InquiryPriceTerminateInstancesResponse, AssociateInstancesKeyPairsResponse, ModifyChcAttributeResponse, DescribeHpcClustersRequest, DescribeImageQuotaResponse, ModifyInstancesProjectRequest, ConfigureChcDeployVpcResponse, InquiryPriceRenewHostsRequest, DeleteDisasterRecoverGroupsRequest, DeleteKeyPairsResponse, TerminateInstancesResponse, RepairTaskControlResponse, ModifyInstancesChargeTypeResponse, InquiryPriceResetInstancesInternetMaxBandwidthResponse, DescribeZonesRequest, ModifyKeyPairAttributeRequest, AssociateSecurityGroupsRequest, ResetInstancesTypeRequest, DeleteLaunchTemplateVersionsRequest, DeleteImagesRequest, DeleteLaunchTemplateRequest, DescribeInstancesResponse, DescribeHostsResponse, DeleteKeyPairsRequest, ModifyInstancesDisasterRecoverGroupRequest, ModifyHpcClusterAttributeRequest, ExitRescueModeResponse, DescribeChcHostsResponse, RepairTaskControlRequest, AllocateHostsRequest, DescribeImageFromFamilyRequest, DescribeRegionsResponse, PurchaseReservedInstancesOfferingRequest, RebootInstancesRequest, ResetInstancesTypeResponse, DeleteInstancesActionTimerRequest, AssociateInstancesKeyPairsRequest, DeleteLaunchTemplateResponse, DescribeChcDeniedActionsResponse, DescribeInstancesStatusResponse, ModifyHpcClusterAttributeResponse, InquiryPriceModifyInstancesChargeTypeResponse, ImportInstancesActionTimerResponse, DescribeKeyPairsResponse, ResetInstancesPasswordRequest, DescribeInternetChargeTypeConfigsResponse, DescribeImagesResponse, ModifyInstancesVpcAttributeResponse, DescribeLaunchTemplatesResponse, DeleteHpcClustersResponse, DescribeInstancesActionTimerResponse, DescribeInstancesOperationLimitRequest, ResetInstancesPasswordResponse, ModifyImageAttributeRequest, EnterRescueModeRequest, DescribeInstanceVncUrlRequest, StopInstancesResponse, ModifyImageSharePermissionRequest, DisassociateInstancesKeyPairsResponse, DescribeLaunchTemplateVersionsRequest, InquiryPriceResizeInstanceDisksRequest, RunInstancesResponse, DescribeHpcClustersResponse, ModifyImageSharePermissionResponse, DescribeInstancesOperationLimitResponse, SyncImagesResponse, DescribeZoneInstanceConfigInfosResponse, ModifyInstancesAttributeRequest, RenewHostsRequest, CreateDisasterRecoverGroupResponse, RemoveChcAssistVpcRequest, ConvertOperatingSystemsRequest, StartInstancesRequest, ProgramFpgaImageResponse, DescribeInstanceInternetBandwidthConfigsResponse, CreateHpcClusterResponse, DescribeDisasterRecoverGroupsRequest, ModifyKeyPairAttributeResponse, ModifyInstancesRenewFlagRequest, SyncImagesRequest, DisassociateInstancesKeyPairsRequest, DescribeImageQuotaRequest, ResetInstancesInternetMaxBandwidthResponse, ConfigureChcDeployVpcRequest, DescribeInstanceFamilyConfigsResponse, ImportKeyPairResponse, CreateImageResponse, DeleteInstancesActionTimerResponse, DescribeInstancesModificationRequest, DescribeImageSharePermissionResponse, DescribeInstancesAttributesResponse, DescribeTaskInfoRequest, InquiryPriceRunInstancesRequest, DescribeDisasterRecoverGroupQuotaResponse, DescribeRegionsRequest, ImportInstancesActionTimerRequest, CreateDisasterRecoverGroupRequest, DescribeChcDeniedActionsRequest, DescribeImportImageOsResponse, InquirePricePurchaseReservedInstancesOfferingRequest, StopInstancesRequest, DescribeKeyPairsRequest, DeleteDisasterRecoverGroupsResponse, ConvertOperatingSystemsResponse, InquiryPriceModifyInstancesChargeTypeRequest, CreateImageRequest, CreateLaunchTemplateVersionRequest, CreateKeyPairResponse, DescribeInstanceVncUrlResponse, DescribeReservedInstancesOfferingsRequest, DescribeInternetChargeTypeConfigsRequest, ExitRescueModeRequest, DescribeDisasterRecoverGroupsResponse, ExportImagesRequest, ModifyInstanceDiskTypeResponse, CreateLaunchTemplateRequest, DescribeReservedInstancesConfigInfosRequest, InquiryPriceResetInstanceRequest, DescribeLaunchTemplatesRequest, ResetInstancesInternetMaxBandwidthRequest, RemoveChcDeployVpcResponse, AssociateSecurityGroupsResponse, ImportImageRequest, ConfigureChcAssistVpcRequest, DescribeImportImageOsRequest, CreateLaunchTemplateResponse, CreateKeyPairRequest, InquiryPriceRenewInstancesResponse, AllocateHostsResponse, DescribeImageSharePermissionRequest, DescribeInstancesAttributesRequest, DescribeInstanceTypeConfigsRequest, InquiryPriceResetInstanceResponse, RunInstancesRequest, CreateHpcClusterRequest, InquiryPriceResetInstancesInternetMaxBandwidthRequest, ModifyHostsAttributeResponse, EnterRescueModeResponse, DescribeTaskInfoResponse, DescribeDisasterRecoverGroupQuotaRequest, DeleteLaunchTemplateVersionsResponse, StartInstancesResponse, ModifyInstancesVpcAttributeRequest, ModifyInstancesChargeTypeRequest, ResizeInstanceDisksRequest, DescribeZoneInstanceConfigInfosRequest, DescribeZonesResponse, InquiryPriceTerminateInstancesRequest, ExportImagesResponse, RemoveChcDeployVpcRequest, InquiryPriceRunInstancesResponse, DescribeHostsRequest, DescribeAccountQuotaRequest, ModifyChcAttributeRequest, ModifyInstancesRenewFlagResponse, ModifyLaunchTemplateDefaultVersionResponse, DescribeInstancesStatusRequest, InquiryPriceResizeInstanceDisksResponse, TerminateInstancesRequest, PurchaseReservedInstancesOfferingResponse, DeleteImagesResponse, ResetInstanceRequest, ImportImageResponse, ModifyDisasterRecoverGroupAttributeRequest, ConfigureChcAssistVpcResponse, RebootInstancesResponse, DescribeChcHostsRequest, ModifyInstanceDiskTypeRequest, InquiryPriceResetInstancesTypeResponse, DeleteHpcClustersRequest, CreateLaunchTemplateVersionResponse, ModifyImageAttributeResponse, InquiryPriceRenewInstancesRequest, DescribeReservedInstancesOfferingsResponse, DescribeInstancesRequest, DescribeReservedInstancesConfigInfosResponse, DescribeImageFromFamilyResponse, ModifyLaunchTemplateDefaultVersionRequest, ModifyInstancesAttributeResponse, DescribeImagesRequest, InquiryPriceRenewHostsResponse, ResizeInstanceDisksResponse, InquirePricePurchaseReservedInstancesOfferingResponse, DisassociateSecurityGroupsRequest, ModifyHostsAttributeRequest, RenewInstancesRequest, ImportKeyPairRequest, DescribeInstancesModificationResponse, RenewInstancesResponse, DescribeLaunchTemplateVersionsResponse, DescribeAccountQuotaResponse, ResetInstanceResponse, ProgramFpgaImageRequest, ModifyInstancesDisasterRecoverGroupResponse, ModifyDisasterRecoverGroupAttributeResponse, DescribeInstanceTypeConfigsResponse, DescribeInstancesActionTimerRequest, DescribeInstanceFamilyConfigsRequest, DescribeInstanceInternetBandwidthConfigsRequest, RenewHostsResponse, DisassociateSecurityGroupsResponse, RemoveChcAssistVpcResponse, ModifyInstancesProjectResponse, InquiryPriceResetInstancesTypeRequest } from "./cvm_models";
|
|
4
4
|
/**
|
|
5
5
|
* cvm client
|
|
6
6
|
* @class
|
|
@@ -150,6 +150,10 @@ export declare class Client extends AbstractClient {
|
|
|
150
150
|
* 本接口(DescribeImageSharePermission)用于查询镜像分享信息。
|
|
151
151
|
*/
|
|
152
152
|
DescribeImageSharePermission(req: DescribeImageSharePermissionRequest, cb?: (error: string, rep: DescribeImageSharePermissionResponse) => void): Promise<DescribeImageSharePermissionResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 获取指定实例的属性,目前支持查询实例自定义数据User-Data。
|
|
155
|
+
*/
|
|
156
|
+
DescribeInstancesAttributes(req: DescribeInstancesAttributesRequest, cb?: (error: string, rep: DescribeInstancesAttributesResponse) => void): Promise<DescribeInstancesAttributesResponse>;
|
|
153
157
|
/**
|
|
154
158
|
* 本接口 (DescribeInstancesModification) 用于查询指定实例支持调整的机型配置。
|
|
155
159
|
*/
|
|
@@ -220,6 +220,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
220
220
|
async DescribeImageSharePermission(req, cb) {
|
|
221
221
|
return this.request("DescribeImageSharePermission", req, cb);
|
|
222
222
|
}
|
|
223
|
+
/**
|
|
224
|
+
* 获取指定实例的属性,目前支持查询实例自定义数据User-Data。
|
|
225
|
+
*/
|
|
226
|
+
async DescribeInstancesAttributes(req, cb) {
|
|
227
|
+
return this.request("DescribeInstancesAttributes", req, cb);
|
|
228
|
+
}
|
|
223
229
|
/**
|
|
224
230
|
* 本接口 (DescribeInstancesModification) 用于查询指定实例支持调整的机型配置。
|
|
225
231
|
*/
|
|
@@ -1322,9 +1322,13 @@ export interface ResetInstancesPasswordRequest {
|
|
|
1322
1322
|
ForceStop?: boolean;
|
|
1323
1323
|
}
|
|
1324
1324
|
/**
|
|
1325
|
-
*
|
|
1325
|
+
* DescribeInternetChargeTypeConfigs返回参数结构体
|
|
1326
1326
|
*/
|
|
1327
|
-
export interface
|
|
1327
|
+
export interface DescribeInternetChargeTypeConfigsResponse {
|
|
1328
|
+
/**
|
|
1329
|
+
* 网络计费类型配置。
|
|
1330
|
+
*/
|
|
1331
|
+
InternetChargeTypeConfigSet?: Array<InternetChargeTypeConfig>;
|
|
1328
1332
|
/**
|
|
1329
1333
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1330
1334
|
*/
|
|
@@ -1487,9 +1491,14 @@ export interface EnterRescueModeRequest {
|
|
|
1487
1491
|
*/
|
|
1488
1492
|
Username?: string;
|
|
1489
1493
|
/**
|
|
1490
|
-
*
|
|
1494
|
+
* 是否强制关机。本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。
|
|
1495
|
+
* @deprecated
|
|
1491
1496
|
*/
|
|
1492
1497
|
ForceStop?: boolean;
|
|
1498
|
+
/**
|
|
1499
|
+
* 实例的关闭模式。取值范围:<br><li>SOFT_FIRST:表示在正常关闭失败后进行强制关闭</li><br><li>HARD:直接强制关闭</li><br><li>SOFT:仅软关机</li><br>默认取值:SOFT。
|
|
1500
|
+
*/
|
|
1501
|
+
StopType?: string;
|
|
1493
1502
|
}
|
|
1494
1503
|
/**
|
|
1495
1504
|
* DescribeInstanceVncUrl请求参数结构体
|
|
@@ -1599,6 +1608,19 @@ export interface RunInstancesResponse {
|
|
|
1599
1608
|
*/
|
|
1600
1609
|
RequestId?: string;
|
|
1601
1610
|
}
|
|
1611
|
+
/**
|
|
1612
|
+
* 实例属性
|
|
1613
|
+
*/
|
|
1614
|
+
export interface InstanceAttribute {
|
|
1615
|
+
/**
|
|
1616
|
+
* 实例 ID。
|
|
1617
|
+
*/
|
|
1618
|
+
InstanceId?: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* 实例属性信息。
|
|
1621
|
+
*/
|
|
1622
|
+
Attributes?: Attribute;
|
|
1623
|
+
}
|
|
1602
1624
|
/**
|
|
1603
1625
|
* 预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。
|
|
1604
1626
|
*/
|
|
@@ -2180,9 +2202,13 @@ export interface DescribeImageSharePermissionResponse {
|
|
|
2180
2202
|
RequestId?: string;
|
|
2181
2203
|
}
|
|
2182
2204
|
/**
|
|
2183
|
-
*
|
|
2205
|
+
* DescribeInstancesAttributes返回参数结构体
|
|
2184
2206
|
*/
|
|
2185
|
-
export interface
|
|
2207
|
+
export interface DescribeInstancesAttributesResponse {
|
|
2208
|
+
/**
|
|
2209
|
+
* 指定的实例属性列表
|
|
2210
|
+
*/
|
|
2211
|
+
InstanceSet?: Array<InstanceAttribute>;
|
|
2186
2212
|
/**
|
|
2187
2213
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2188
2214
|
*/
|
|
@@ -4061,28 +4087,33 @@ export interface DescribeImageSharePermissionRequest {
|
|
|
4061
4087
|
ImageId: string;
|
|
4062
4088
|
}
|
|
4063
4089
|
/**
|
|
4064
|
-
*
|
|
4090
|
+
* DescribeInstancesAttributes请求参数结构体
|
|
4065
4091
|
*/
|
|
4066
|
-
export interface
|
|
4067
|
-
/**
|
|
4068
|
-
* 按照一个或者多个实例ID查询。实例ID例如:`ins-xxxxxxxx`。(此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。参数不支持同时指定`InstanceIds`和`Filters`。
|
|
4069
|
-
*/
|
|
4070
|
-
InstanceIds?: Array<string>;
|
|
4092
|
+
export interface DescribeInstancesAttributesRequest {
|
|
4071
4093
|
/**
|
|
4072
|
-
*
|
|
4073
|
-
|
|
4074
|
-
<li><strong>creation-end-time</strong></li> <p style="padding-left: 30px;">按照【<strong>实例创建截止时间</strong>】进行过滤。例如:2023-06-01 00:00:00。
|
|
4075
|
-
</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。
|
|
4094
|
+
* 需要获取的实例属性。可选值:
|
|
4095
|
+
UserData: 实例自定义数据
|
|
4076
4096
|
*/
|
|
4077
|
-
|
|
4097
|
+
Attributes: Array<string>;
|
|
4078
4098
|
/**
|
|
4079
|
-
*
|
|
4099
|
+
* 实例ID列表
|
|
4080
4100
|
*/
|
|
4081
|
-
|
|
4101
|
+
InstanceIds: Array<string>;
|
|
4102
|
+
}
|
|
4103
|
+
/**
|
|
4104
|
+
* DescribeInstanceTypeConfigs请求参数结构体
|
|
4105
|
+
*/
|
|
4106
|
+
export interface DescribeInstanceTypeConfigsRequest {
|
|
4082
4107
|
/**
|
|
4083
|
-
*
|
|
4108
|
+
* <li><strong>zone</strong></li>
|
|
4109
|
+
<p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
|
4110
|
+
<li><strong>instance-family</strong></li>
|
|
4111
|
+
<p style="padding-left: 30px;">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。具体取值参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
4112
|
+
<li><strong>instance-type</strong></li>
|
|
4113
|
+
<p style="padding-left: 30px;">按照【<strong>实例类型</strong>】进行过滤。实例类型形如:S5.12XLARGE128、S5.12XLARGE96等。具体取值参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
4114
|
+
每次请求的`Filters`的上限为10,`Filter.Values`的上限为1。
|
|
4084
4115
|
*/
|
|
4085
|
-
|
|
4116
|
+
Filters?: Array<Filter>;
|
|
4086
4117
|
}
|
|
4087
4118
|
/**
|
|
4088
4119
|
* InquiryPriceResetInstance返回参数结构体
|
|
@@ -4327,7 +4358,6 @@ export interface DescribeTaskInfoResponse {
|
|
|
4327
4358
|
TotalCount?: number;
|
|
4328
4359
|
/**
|
|
4329
4360
|
* 查询返回的维修任务列表。
|
|
4330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4331
4361
|
*/
|
|
4332
4362
|
RepairTaskInfoSet?: Array<RepairTaskInfo>;
|
|
4333
4363
|
/**
|
|
@@ -4339,6 +4369,15 @@ export interface DescribeTaskInfoResponse {
|
|
|
4339
4369
|
* DescribeDisasterRecoverGroupQuota请求参数结构体
|
|
4340
4370
|
*/
|
|
4341
4371
|
export declare type DescribeDisasterRecoverGroupQuotaRequest = null;
|
|
4372
|
+
/**
|
|
4373
|
+
* DeleteLaunchTemplateVersions返回参数结构体
|
|
4374
|
+
*/
|
|
4375
|
+
export interface DeleteLaunchTemplateVersionsResponse {
|
|
4376
|
+
/**
|
|
4377
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4378
|
+
*/
|
|
4379
|
+
RequestId?: string;
|
|
4380
|
+
}
|
|
4342
4381
|
/**
|
|
4343
4382
|
* StartInstances返回参数结构体
|
|
4344
4383
|
*/
|
|
@@ -4431,17 +4470,13 @@ export interface ResizeInstanceDisksRequest {
|
|
|
4431
4470
|
ResizeOnline?: boolean;
|
|
4432
4471
|
}
|
|
4433
4472
|
/**
|
|
4434
|
-
*
|
|
4473
|
+
* 属性信息
|
|
4435
4474
|
*/
|
|
4436
|
-
export interface
|
|
4475
|
+
export interface Attribute {
|
|
4437
4476
|
/**
|
|
4438
|
-
*
|
|
4477
|
+
* 实例的自定义数据。
|
|
4439
4478
|
*/
|
|
4440
|
-
|
|
4441
|
-
/**
|
|
4442
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4443
|
-
*/
|
|
4444
|
-
RequestId?: string;
|
|
4479
|
+
UserData?: string;
|
|
4445
4480
|
}
|
|
4446
4481
|
/**
|
|
4447
4482
|
* 配额详情概览
|
|
@@ -5360,19 +5395,28 @@ export interface InstanceRefund {
|
|
|
5360
5395
|
PriceDetail?: string;
|
|
5361
5396
|
}
|
|
5362
5397
|
/**
|
|
5363
|
-
*
|
|
5398
|
+
* DescribeInstances请求参数结构体
|
|
5364
5399
|
*/
|
|
5365
|
-
export interface
|
|
5400
|
+
export interface DescribeInstancesRequest {
|
|
5366
5401
|
/**
|
|
5367
|
-
*
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5402
|
+
* 按照一个或者多个实例ID查询。实例ID例如:`ins-xxxxxxxx`。(此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。参数不支持同时指定`InstanceIds`和`Filters`。
|
|
5403
|
+
*/
|
|
5404
|
+
InstanceIds?: Array<string>;
|
|
5405
|
+
/**
|
|
5406
|
+
* <li><strong>zone</strong></li> <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区例如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p> <li><strong>project-id</strong></li> <p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID例如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p> <li><strong>host-id</strong></li> <p style="padding-left: 30px;">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID例如:host-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>dedicated-cluster-id</strong></li> <p style="padding-left: 30px;">按照【<strong>[CDC](https://cloud.tencent.com/document/product/1346) ID</strong>】进行过滤。[CDC](https://cloud.tencent.com/document/product/1346) ID例如:cluster-xxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>vpc-id</strong></li> <p style="padding-left: 30px;">按照【<strong>VPC ID</strong>】进行过滤。VPC ID例如:vpc-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>subnet-id</strong></li> <p style="padding-left: 30px;">按照【<strong>子网ID</strong>】进行过滤。子网ID例如:subnet-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>instance-id</strong></li> <p style="padding-left: 30px;">按照【<strong>实例ID</strong>】进行过滤。实例ID例如:ins-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>uuid</strong></li> <p style="padding-left: 30px;">按照【<strong>实例UUID</strong>】进行过滤。实例UUID例如:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>security-group-id</strong></li> <p style="padding-left: 30px;">按照【<strong>安全组ID</strong>】进行过滤。安全组ID例如: sg-8jlk3f3r。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>instance-name</strong></li> <p style="padding-left: 30px;">按照【<strong>实例名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>instance-charge-type</strong></li> <p style="padding-left: 30px;">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对[CDH](https://cloud.tencent.com/document/product/416)计费,不对[CDH](https://cloud.tencent.com/document/product/416)上的实例计费。)</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>instance-state</strong></li> <p style="padding-left: 30px;">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>private-ip-address</strong></li> <p style="padding-left: 30px;">按照【<strong>实例主网卡的内网IP</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>public-ip-address</strong></li> <p style="padding-left: 30px;">按照【<strong>实例主网卡的公网IP</strong>】进行过滤,包含实例创建时自动分配的IP和实例创建后手动绑定的弹性IP。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>ipv6-address</strong></li> <p style="padding-left: 30px;">按照【<strong>实例的IPv6地址</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>creation-start-time</strong></li> <p style="padding-left: 30px;">按照【<strong>实例创建起始时间</strong>】进行过滤。例如:2023-06-01 00:00:00。
|
|
5407
|
+
</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
5408
|
+
<li><strong>creation-end-time</strong></li> <p style="padding-left: 30px;">按照【<strong>实例创建截止时间</strong>】进行过滤。例如:2023-06-01 00:00:00。
|
|
5409
|
+
</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。
|
|
5374
5410
|
*/
|
|
5375
5411
|
Filters?: Array<Filter>;
|
|
5412
|
+
/**
|
|
5413
|
+
* 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
5414
|
+
*/
|
|
5415
|
+
Offset?: number;
|
|
5416
|
+
/**
|
|
5417
|
+
* 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
5418
|
+
*/
|
|
5419
|
+
Limit?: number;
|
|
5376
5420
|
}
|
|
5377
5421
|
/**
|
|
5378
5422
|
* 地域信息
|
|
@@ -6075,6 +6119,15 @@ export interface DisassociateSecurityGroupsResponse {
|
|
|
6075
6119
|
*/
|
|
6076
6120
|
RequestId?: string;
|
|
6077
6121
|
}
|
|
6122
|
+
/**
|
|
6123
|
+
* RemoveChcAssistVpc返回参数结构体
|
|
6124
|
+
*/
|
|
6125
|
+
export interface RemoveChcAssistVpcResponse {
|
|
6126
|
+
/**
|
|
6127
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6128
|
+
*/
|
|
6129
|
+
RequestId?: string;
|
|
6130
|
+
}
|
|
6078
6131
|
/**
|
|
6079
6132
|
* 描述镜像关联的快照信息
|
|
6080
6133
|
*/
|