tencentcloud-sdk-nodejs 4.1.302 → 4.1.303
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/emr/v20190103/emr_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +3 -0
- package/es/services/essbasic/v20210526/essbasic_client.js +5 -2
- package/es/services/monitor/v20230616/monitor_client.js +32 -2
- package/es/services/mps/v20190612/mps_client.js +5 -2
- package/es/services/tcr/v20190924/tcr_client.js +6 -0
- 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/adp/v20260520/adp_models.d.ts +32 -3
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +111 -45
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -5
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +26 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +119 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +120 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +127 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +129 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -0
- package/tencentcloud/services/fwm/v20250611/fwm_models.d.ts +48 -28
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +20 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -40
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +43 -3
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +63 -3
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +557 -74
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +7 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +9 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +66 -16
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +15 -7
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +155 -37
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +9 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +186 -24
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -0
- package/tencentcloud/services/teo/v20220901/teo_client.js +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -27
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +164 -136
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +49 -20
|
@@ -539,6 +539,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
539
539
|
async CreateInternalEndpointDns(req, cb) {
|
|
540
540
|
return this.request("CreateInternalEndpointDns", req, cb);
|
|
541
541
|
}
|
|
542
|
+
/**
|
|
543
|
+
* 实例同步/实例复制策略执行记录列表
|
|
544
|
+
*/
|
|
545
|
+
async DescribeReplicationExecutions(req, cb) {
|
|
546
|
+
return this.request("DescribeReplicationExecutions", req, cb);
|
|
547
|
+
}
|
|
542
548
|
/**
|
|
543
549
|
* 更新实例内指定长期访问凭证的启用状态
|
|
544
550
|
*/
|
|
@@ -731,6 +737,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
731
737
|
async DescribeInstanceStatus(req, cb) {
|
|
732
738
|
return this.request("DescribeInstanceStatus", req, cb);
|
|
733
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* 实例同步/实例复制执行任务列表
|
|
742
|
+
*/
|
|
743
|
+
async DescribeReplicationTasks(req, cb) {
|
|
744
|
+
return this.request("DescribeReplicationTasks", req, cb);
|
|
745
|
+
}
|
|
734
746
|
/**
|
|
735
747
|
* 用于在个人版仓库中创建镜像仓库
|
|
736
748
|
*/
|
|
@@ -538,13 +538,17 @@ export interface ModifyRepositoryRequest {
|
|
|
538
538
|
Description: string;
|
|
539
539
|
}
|
|
540
540
|
/**
|
|
541
|
-
*
|
|
541
|
+
* ManageImageLifecycleGlobalPersonal请求参数结构体
|
|
542
542
|
*/
|
|
543
|
-
export interface
|
|
543
|
+
export interface ManageImageLifecycleGlobalPersonalRequest {
|
|
544
544
|
/**
|
|
545
|
-
*
|
|
545
|
+
* global_keep_last_days:全局保留最近几天的数据;global_keep_last_nums:全局保留最近多少个
|
|
546
546
|
*/
|
|
547
|
-
|
|
547
|
+
Type: string;
|
|
548
|
+
/**
|
|
549
|
+
* 策略值
|
|
550
|
+
*/
|
|
551
|
+
Val: number;
|
|
548
552
|
}
|
|
549
553
|
/**
|
|
550
554
|
* ListAIModels请求参数结构体
|
|
@@ -1951,14 +1955,18 @@ export interface ModifyInstanceStorageRequest {
|
|
|
1951
1955
|
TargetStorageName: string;
|
|
1952
1956
|
}
|
|
1953
1957
|
/**
|
|
1954
|
-
*
|
|
1958
|
+
* DescribeReplicationExecutions返回参数结构体
|
|
1955
1959
|
*/
|
|
1956
|
-
export interface
|
|
1960
|
+
export interface DescribeReplicationExecutionsResponse {
|
|
1957
1961
|
/**
|
|
1958
|
-
*
|
|
1962
|
+
* 镜像分发执行记录列表
|
|
1959
1963
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1960
1964
|
*/
|
|
1961
|
-
|
|
1965
|
+
ReplicationExecutionList?: Array<ReplicationExecution>;
|
|
1966
|
+
/**
|
|
1967
|
+
* 执行记录总数
|
|
1968
|
+
*/
|
|
1969
|
+
TotalCount?: number;
|
|
1962
1970
|
/**
|
|
1963
1971
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1964
1972
|
*/
|
|
@@ -2824,6 +2832,19 @@ export interface DescribeApplicationTriggerLogPersonalResp {
|
|
|
2824
2832
|
*/
|
|
2825
2833
|
LogInfo?: Array<TriggerLogResp>;
|
|
2826
2834
|
}
|
|
2835
|
+
/**
|
|
2836
|
+
* 云标签
|
|
2837
|
+
*/
|
|
2838
|
+
export interface TagSpecification {
|
|
2839
|
+
/**
|
|
2840
|
+
* 默认值为instance
|
|
2841
|
+
*/
|
|
2842
|
+
ResourceType: string;
|
|
2843
|
+
/**
|
|
2844
|
+
* 云标签数组
|
|
2845
|
+
*/
|
|
2846
|
+
Tags: Array<Tag>;
|
|
2847
|
+
}
|
|
2827
2848
|
/**
|
|
2828
2849
|
* DeleteImagePersonal请求参数结构体
|
|
2829
2850
|
*/
|
|
@@ -2971,6 +2992,27 @@ export interface NamespaceInfoResp {
|
|
|
2971
2992
|
*/
|
|
2972
2993
|
NamespaceInfo?: Array<NamespaceInfo>;
|
|
2973
2994
|
}
|
|
2995
|
+
/**
|
|
2996
|
+
* DescribeReplicationTasks请求参数结构体
|
|
2997
|
+
*/
|
|
2998
|
+
export interface DescribeReplicationTasksRequest {
|
|
2999
|
+
/**
|
|
3000
|
+
* 实例ID
|
|
3001
|
+
*/
|
|
3002
|
+
RegistryId: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* 执行记录ID
|
|
3005
|
+
*/
|
|
3006
|
+
ExecutionId: number;
|
|
3007
|
+
/**
|
|
3008
|
+
* 页数,默认为1
|
|
3009
|
+
*/
|
|
3010
|
+
Page?: number;
|
|
3011
|
+
/**
|
|
3012
|
+
* 每页展示个数,默认为100
|
|
3013
|
+
*/
|
|
3014
|
+
PageSize?: number;
|
|
3015
|
+
}
|
|
2974
3016
|
/**
|
|
2975
3017
|
* CreateRepositoryPersonal请求参数结构体
|
|
2976
3018
|
*/
|
|
@@ -3244,17 +3286,18 @@ export interface ModifyRepositoryAccessPersonalRequest {
|
|
|
3244
3286
|
Public: number;
|
|
3245
3287
|
}
|
|
3246
3288
|
/**
|
|
3247
|
-
*
|
|
3289
|
+
* DescribeSecurityPolicies返回参数结构体
|
|
3248
3290
|
*/
|
|
3249
|
-
export interface
|
|
3291
|
+
export interface DescribeSecurityPoliciesResponse {
|
|
3250
3292
|
/**
|
|
3251
|
-
*
|
|
3293
|
+
* 实例安全策略组
|
|
3294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3252
3295
|
*/
|
|
3253
|
-
|
|
3296
|
+
SecurityPolicySet: Array<SecurityPolicy>;
|
|
3254
3297
|
/**
|
|
3255
|
-
*
|
|
3298
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3256
3299
|
*/
|
|
3257
|
-
|
|
3300
|
+
RequestId?: string;
|
|
3258
3301
|
}
|
|
3259
3302
|
/**
|
|
3260
3303
|
* CreateMultipleSecurityPolicy请求参数结构体
|
|
@@ -3828,6 +3871,15 @@ export interface DescribeInstancesRequest {
|
|
|
3828
3871
|
*/
|
|
3829
3872
|
AllRegion?: boolean;
|
|
3830
3873
|
}
|
|
3874
|
+
/**
|
|
3875
|
+
* ValidateNamespaceExistPersonal请求参数结构体
|
|
3876
|
+
*/
|
|
3877
|
+
export interface ValidateNamespaceExistPersonalRequest {
|
|
3878
|
+
/**
|
|
3879
|
+
* 命名空间名称
|
|
3880
|
+
*/
|
|
3881
|
+
Namespace: string;
|
|
3882
|
+
}
|
|
3831
3883
|
/**
|
|
3832
3884
|
* ListAIModelVersions请求参数结构体
|
|
3833
3885
|
*/
|
|
@@ -3927,6 +3979,46 @@ export interface Filter {
|
|
|
3927
3979
|
*/
|
|
3928
3980
|
Values: Array<string>;
|
|
3929
3981
|
}
|
|
3982
|
+
/**
|
|
3983
|
+
* 策略执行记录
|
|
3984
|
+
*/
|
|
3985
|
+
export interface ReplicationExecution {
|
|
3986
|
+
/**
|
|
3987
|
+
* 执行记录ID
|
|
3988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3989
|
+
*/
|
|
3990
|
+
ExecutionID?: number;
|
|
3991
|
+
/**
|
|
3992
|
+
* 策略ID
|
|
3993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3994
|
+
*/
|
|
3995
|
+
PolicyID?: number;
|
|
3996
|
+
/**
|
|
3997
|
+
* 执行状态
|
|
3998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3999
|
+
*/
|
|
4000
|
+
Status?: string;
|
|
4001
|
+
/**
|
|
4002
|
+
* 执行任务总数
|
|
4003
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4004
|
+
*/
|
|
4005
|
+
Total?: number;
|
|
4006
|
+
/**
|
|
4007
|
+
* 执行任务成功数
|
|
4008
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4009
|
+
*/
|
|
4010
|
+
Succeed?: number;
|
|
4011
|
+
/**
|
|
4012
|
+
* 开始时间
|
|
4013
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4014
|
+
*/
|
|
4015
|
+
StartTime?: string;
|
|
4016
|
+
/**
|
|
4017
|
+
* 结束时间
|
|
4018
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4019
|
+
*/
|
|
4020
|
+
EndTime?: string;
|
|
4021
|
+
}
|
|
3930
4022
|
/**
|
|
3931
4023
|
* 版本保留规则执行
|
|
3932
4024
|
*/
|
|
@@ -4033,17 +4125,29 @@ export interface RepoInfo {
|
|
|
4033
4125
|
UpdateTime?: string;
|
|
4034
4126
|
}
|
|
4035
4127
|
/**
|
|
4036
|
-
*
|
|
4128
|
+
* DescribeReplicationExecutions请求参数结构体
|
|
4037
4129
|
*/
|
|
4038
|
-
export interface
|
|
4130
|
+
export interface DescribeReplicationExecutionsRequest {
|
|
4039
4131
|
/**
|
|
4040
|
-
*
|
|
4132
|
+
* 实例ID
|
|
4041
4133
|
*/
|
|
4042
|
-
|
|
4134
|
+
RegistryId: string;
|
|
4043
4135
|
/**
|
|
4044
|
-
*
|
|
4136
|
+
* 策略ID
|
|
4045
4137
|
*/
|
|
4046
|
-
|
|
4138
|
+
PolicyId?: number;
|
|
4139
|
+
/**
|
|
4140
|
+
* 复制实例ID
|
|
4141
|
+
*/
|
|
4142
|
+
ReplicationInstanceId?: string;
|
|
4143
|
+
/**
|
|
4144
|
+
* 页数,默认为1
|
|
4145
|
+
*/
|
|
4146
|
+
Page?: number;
|
|
4147
|
+
/**
|
|
4148
|
+
* 每页展示个数,默认为100
|
|
4149
|
+
*/
|
|
4150
|
+
PageSize?: number;
|
|
4047
4151
|
}
|
|
4048
4152
|
/**
|
|
4049
4153
|
* DescribeUserQuotaPersonal返回参数结构体
|
|
@@ -5111,6 +5215,46 @@ export interface DescribeImagesRequest {
|
|
|
5111
5215
|
*/
|
|
5112
5216
|
ExactMatch?: boolean;
|
|
5113
5217
|
}
|
|
5218
|
+
/**
|
|
5219
|
+
* 实例同步/实例复制任务列表
|
|
5220
|
+
*/
|
|
5221
|
+
export interface ReplicationTask {
|
|
5222
|
+
/**
|
|
5223
|
+
* 资源类型
|
|
5224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5225
|
+
*/
|
|
5226
|
+
ResourceType?: string;
|
|
5227
|
+
/**
|
|
5228
|
+
* 源资源
|
|
5229
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5230
|
+
*/
|
|
5231
|
+
SrcResource?: string;
|
|
5232
|
+
/**
|
|
5233
|
+
* 目的资源
|
|
5234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5235
|
+
*/
|
|
5236
|
+
DstResource?: string;
|
|
5237
|
+
/**
|
|
5238
|
+
* Job任务ID
|
|
5239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5240
|
+
*/
|
|
5241
|
+
JobID?: string;
|
|
5242
|
+
/**
|
|
5243
|
+
* 任务执行状态
|
|
5244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5245
|
+
*/
|
|
5246
|
+
Status?: string;
|
|
5247
|
+
/**
|
|
5248
|
+
* 开始时间
|
|
5249
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5250
|
+
*/
|
|
5251
|
+
StartTime?: string;
|
|
5252
|
+
/**
|
|
5253
|
+
* 结束时间
|
|
5254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5255
|
+
*/
|
|
5256
|
+
EndTime?: string;
|
|
5257
|
+
}
|
|
5114
5258
|
/**
|
|
5115
5259
|
* 修改同步规则参数,用于 ModifyReplication 接口更新已有的实例同步规则配置。
|
|
5116
5260
|
*/
|
|
@@ -5444,6 +5588,24 @@ export interface DeleteTagRetentionRuleRequest {
|
|
|
5444
5588
|
*/
|
|
5445
5589
|
RetentionId: number;
|
|
5446
5590
|
}
|
|
5591
|
+
/**
|
|
5592
|
+
* DescribeReplicationTasks返回参数结构体
|
|
5593
|
+
*/
|
|
5594
|
+
export interface DescribeReplicationTasksResponse {
|
|
5595
|
+
/**
|
|
5596
|
+
* 任务列表
|
|
5597
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5598
|
+
*/
|
|
5599
|
+
ReplicationTaskList?: Array<ReplicationTask>;
|
|
5600
|
+
/**
|
|
5601
|
+
* 任务列表总数
|
|
5602
|
+
*/
|
|
5603
|
+
TotalCount?: number;
|
|
5604
|
+
/**
|
|
5605
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5606
|
+
*/
|
|
5607
|
+
RequestId?: string;
|
|
5608
|
+
}
|
|
5447
5609
|
/**
|
|
5448
5610
|
* 同步规则过滤器
|
|
5449
5611
|
*/
|
|
@@ -5707,13 +5869,13 @@ export interface DescribeInstanceAllNamespacesResponse {
|
|
|
5707
5869
|
RequestId?: string;
|
|
5708
5870
|
}
|
|
5709
5871
|
/**
|
|
5710
|
-
*
|
|
5872
|
+
* ModifyReplication返回参数结构体
|
|
5711
5873
|
*/
|
|
5712
|
-
export interface
|
|
5874
|
+
export interface ModifyReplicationResponse {
|
|
5713
5875
|
/**
|
|
5714
|
-
*
|
|
5876
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5715
5877
|
*/
|
|
5716
|
-
|
|
5878
|
+
RequestId?: string;
|
|
5717
5879
|
}
|
|
5718
5880
|
/**
|
|
5719
5881
|
* ModifyServiceAccountPassword返回参数结构体
|
|
@@ -98,6 +98,7 @@ export declare class Client extends AbstractClient {
|
|
|
98
98
|
IdentifyZone(req: IdentifyZoneRequest, cb?: (error: string, rep: IdentifyZoneResponse) => void): Promise<IdentifyZoneResponse>;
|
|
99
99
|
/**
|
|
100
100
|
* 查询默认证书列表
|
|
101
|
+
<p style="color: red;">注意:该旧版接口已停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。如需查询域名配置的证书,请使用DescribeAccelerationDomains。</p>
|
|
101
102
|
*/
|
|
102
103
|
DescribeDefaultCertificates(req: DescribeDefaultCertificatesRequest, cb?: (error: string, rep: DescribeDefaultCertificatesResponse) => void): Promise<DescribeDefaultCertificatesResponse>;
|
|
103
104
|
/**
|
|
@@ -158,6 +158,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* 查询默认证书列表
|
|
161
|
+
<p style="color: red;">注意:该旧版接口已停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。如需查询域名配置的证书,请使用DescribeAccelerationDomains。</p>
|
|
161
162
|
*/
|
|
162
163
|
async DescribeDefaultCertificates(req, cb) {
|
|
163
164
|
return this.request("DescribeDefaultCertificates", req, cb);
|
|
@@ -155,11 +155,11 @@ export interface CreateRoutesRequest {
|
|
|
155
155
|
*/
|
|
156
156
|
export interface DescribeHaVipsResponse {
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* <p>符合条件的对象数。</p>
|
|
159
159
|
*/
|
|
160
160
|
TotalCount?: number;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* <p><code>HAVIP</code>对象数组。</p>
|
|
163
163
|
*/
|
|
164
164
|
HaVipSet?: Array<HaVip>;
|
|
165
165
|
/**
|
|
@@ -5282,22 +5282,19 @@ export interface DescribeAssistantCidrResponse {
|
|
|
5282
5282
|
*/
|
|
5283
5283
|
export interface DescribeHaVipsRequest {
|
|
5284
5284
|
/**
|
|
5285
|
-
*
|
|
5285
|
+
* <p><code>HAVIP</code>唯一<code>ID</code>,形如:<code>havip-9o233uri</code>。</p>
|
|
5286
5286
|
*/
|
|
5287
5287
|
HaVipIds?: Array<string>;
|
|
5288
5288
|
/**
|
|
5289
|
-
*
|
|
5290
|
-
<li>type- String - HAVIP类型。取值: NORMAL(普通); GWLB(网关负载均衡); OPTIMIZATION(优化模式)。</li>
|
|
5289
|
+
* <p>过滤条件,参数不支持同时指定<code>HaVipIds</code>和<code>Filters</code>。Filter 数量限制为10个,以及单Filter 的value值限制为5个。<li>havip-id - String - <code>HAVIP</code>唯一<code>ID</code>,形如:<code>havip-9o233uri</code>。</li><li>havip-name - String - <code>HAVIP</code>名称。</li><li>vpc-id - String - <code>HAVIP</code>所在私有网络<code>ID</code>。</li><li>subnet-id - String - <code>HAVIP</code>所在子网<code>ID</code>。</li><li>vip - String - <code>HAVIP</code>的地址<code>VIP</code>。</li><li>address-ip - String - <code>HAVIP</code>绑定的弹性公网<code>IP</code>。</li><li>havip-association.instance-id - String - <code>HAVIP</code>绑定的子机或网卡。</li><li>havip-association.instance-type - String - <code>HAVIP</code>绑定的类型,取值:CVM, ENI。</li><li>check-associate - Bool - 是否开启HaVip飘移时校验绑定的子机或网卡。</li><li>cdc-id - String - CDC实例ID。</li></p><li>type - String - HAVIP类型。取值: NORMAL(普通); GWLB(网关负载均衡); OPTIMIZATION(优化模式)。</li><li>termination-protection - String - 删除保护。取值: true; false。</li><li>traffic-protection - String - 流量保护。取值: true; false。</li>
|
|
5291
5290
|
*/
|
|
5292
5291
|
Filters?: Array<Filter>;
|
|
5293
5292
|
/**
|
|
5294
|
-
*
|
|
5295
|
-
|
|
5293
|
+
* <p>偏移量,默认为0。</p>
|
|
5296
5294
|
*/
|
|
5297
5295
|
Offset?: number;
|
|
5298
5296
|
/**
|
|
5299
|
-
*
|
|
5300
|
-
|
|
5297
|
+
* <p>返回数量,默认为20,最大值为100。</p>
|
|
5301
5298
|
*/
|
|
5302
5299
|
Limit?: number;
|
|
5303
5300
|
}
|
|
@@ -10951,69 +10948,67 @@ export interface DeleteBandwidthPackageRequest {
|
|
|
10951
10948
|
*/
|
|
10952
10949
|
export interface HaVip {
|
|
10953
10950
|
/**
|
|
10954
|
-
*
|
|
10951
|
+
* <p><code>HAVIP</code>的<code>ID</code>,是<code>HAVIP</code>的唯一标识。</p>
|
|
10955
10952
|
*/
|
|
10956
10953
|
HaVipId?: string;
|
|
10957
10954
|
/**
|
|
10958
|
-
*
|
|
10955
|
+
* <p><code>HAVIP</code>名称。</p>
|
|
10959
10956
|
*/
|
|
10960
10957
|
HaVipName?: string;
|
|
10961
10958
|
/**
|
|
10962
|
-
*
|
|
10959
|
+
* <p>虚拟IP地址。</p>
|
|
10963
10960
|
*/
|
|
10964
10961
|
Vip?: string;
|
|
10965
10962
|
/**
|
|
10966
|
-
*
|
|
10963
|
+
* <p><code>HAVIP</code>所在私有网络<code>ID</code>。</p>
|
|
10967
10964
|
*/
|
|
10968
10965
|
VpcId?: string;
|
|
10969
10966
|
/**
|
|
10970
|
-
*
|
|
10967
|
+
* <p><code>HAVIP</code>所在子网<code>ID</code>。</p>
|
|
10971
10968
|
*/
|
|
10972
10969
|
SubnetId?: string;
|
|
10973
10970
|
/**
|
|
10974
|
-
*
|
|
10971
|
+
* <p><code>HAVIP</code>关联弹性网卡<code>ID</code>。</p>
|
|
10975
10972
|
*/
|
|
10976
10973
|
NetworkInterfaceId?: string;
|
|
10977
10974
|
/**
|
|
10978
|
-
*
|
|
10975
|
+
* <p>被绑定的实例<code>ID</code>。</p>
|
|
10979
10976
|
*/
|
|
10980
10977
|
InstanceId?: string;
|
|
10981
10978
|
/**
|
|
10982
|
-
*
|
|
10979
|
+
* <p>绑定<code>EIP</code>。</p>
|
|
10983
10980
|
*/
|
|
10984
10981
|
AddressIp?: string;
|
|
10985
10982
|
/**
|
|
10986
|
-
*
|
|
10987
|
-
<li>`AVAILABLE`:运行中</li>
|
|
10988
|
-
<li>`UNBIND`:未绑定</li>
|
|
10983
|
+
* <p>状态:</p><li><code>AVAILABLE</code>:运行中</li><li><code>UNBIND</code>:未绑定</li>
|
|
10989
10984
|
*/
|
|
10990
10985
|
State?: string;
|
|
10991
10986
|
/**
|
|
10992
|
-
*
|
|
10987
|
+
* <p>创建时间。</p>
|
|
10993
10988
|
*/
|
|
10994
10989
|
CreatedTime?: string;
|
|
10995
10990
|
/**
|
|
10996
|
-
*
|
|
10991
|
+
* <p>使用havip的业务标识。</p>
|
|
10997
10992
|
*/
|
|
10998
10993
|
Business?: string;
|
|
10999
10994
|
/**
|
|
11000
|
-
*
|
|
10995
|
+
* <p><code>HAVIP</code>的飘移范围。</p>
|
|
11001
10996
|
*/
|
|
11002
10997
|
HaVipAssociationSet?: Array<HaVipAssociation>;
|
|
11003
10998
|
/**
|
|
11004
|
-
*
|
|
10999
|
+
* <p>是否开启<code>HAVIP</code>的漂移范围校验。</p>
|
|
11005
11000
|
*/
|
|
11006
11001
|
CheckAssociate?: boolean;
|
|
11007
11002
|
/**
|
|
11008
|
-
* CDC实例ID
|
|
11003
|
+
* <p>CDC实例ID。</p>
|
|
11009
11004
|
*/
|
|
11010
11005
|
CdcId?: string;
|
|
11011
11006
|
/**
|
|
11012
|
-
* HAVIP 刷新时间。该参数只作为出参数。以下场景会触发FlushedTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
|
|
11007
|
+
* <p>HAVIP 刷新时间。该参数只作为出参数。以下场景会触发FlushedTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00</p>
|
|
11013
11008
|
*/
|
|
11014
11009
|
FlushedTime?: string;
|
|
11015
11010
|
/**
|
|
11016
|
-
*
|
|
11011
|
+
* <p>标签键值对。</p>
|
|
11017
11012
|
*/
|
|
11018
11013
|
TagSet?: Array<Tag>;
|
|
11019
11014
|
}
|