tencentcloud-sdk-nodejs-clb 4.1.32 → 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/package.json
CHANGED
@@ -46,7 +46,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
46
46
|
DescribeLoadBalancersDetail(req: DescribeLoadBalancersDetailRequest, cb?: (error: string, rep: DescribeLoadBalancersDetailResponse) => void): Promise<DescribeLoadBalancersDetailResponse>;
|
47
47
|
/**
|
48
48
|
* 本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。
|
49
|
-
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用
|
49
|
+
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
50
|
+
限制说明:
|
51
|
+
- 四层监听器绑定旧版目标组需要监听器开启后端目标组。
|
52
|
+
- 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
|
53
|
+
- 负载均衡的 VPC 需要和目标组的 VPC 一致。
|
50
54
|
*/
|
51
55
|
AssociateTargetGroups(req: AssociateTargetGroupsRequest, cb?: (error: string, rep: AssociateTargetGroupsResponse) => void): Promise<AssociateTargetGroupsResponse>;
|
52
56
|
/**
|
@@ -104,13 +108,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
104
108
|
*/
|
105
109
|
DisassociateCustomizedConfig(req: DisassociateCustomizedConfigRequest, cb?: (error: string, rep: DisassociateCustomizedConfigResponse) => void): Promise<DisassociateCustomizedConfigResponse>;
|
106
110
|
/**
|
107
|
-
* SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义,
|
111
|
+
* SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口。本接口是set语义,
|
108
112
|
绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。
|
109
113
|
解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网 CLB 绑定 EIP 后,CLB 上的安全组对来自 EIP 的流量不生效,对来自内网 CLB 的流量生效。
|
110
114
|
*/
|
111
115
|
SetLoadBalancerSecurityGroups(req: SetLoadBalancerSecurityGroupsRequest, cb?: (error: string, rep: SetLoadBalancerSecurityGroupsResponse) => void): Promise<SetLoadBalancerSecurityGroupsResponse>;
|
112
116
|
/**
|
113
|
-
* InquiryPriceRefundLoadBalancer
|
117
|
+
* InquiryPriceRefundLoadBalancer接口查询负载均衡退费价格,只支持预付费类型的负载均衡实例。
|
114
118
|
*/
|
115
119
|
InquiryPriceRefundLoadBalancer(req: InquiryPriceRefundLoadBalancerRequest, cb?: (error: string, rep: InquiryPriceRefundLoadBalancerResponse) => void): Promise<InquiryPriceRefundLoadBalancerResponse>;
|
116
120
|
/**
|
@@ -119,7 +123,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
119
123
|
*/
|
120
124
|
DeleteListener(req: DeleteListenerRequest, cb?: (error: string, rep: DeleteListenerResponse) => void): Promise<DeleteListenerResponse>;
|
121
125
|
/**
|
122
|
-
*
|
126
|
+
* 绑定或解绑一个安全组到多个公网负载均衡实例。
|
123
127
|
*/
|
124
128
|
SetSecurityGroupForLoadbalancers(req: SetSecurityGroupForLoadbalancersRequest, cb?: (error: string, rep: SetSecurityGroupForLoadbalancersResponse) => void): Promise<SetSecurityGroupForLoadbalancersResponse>;
|
125
129
|
/**
|
@@ -166,6 +170,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
166
170
|
- 目前仅 IPv4、IPv6 NAT64 版本的负载均衡支持绑定 SCF,IPv6 版本的暂不支持。
|
167
171
|
- 仅七层(HTTP、HTTPS)监听器支持绑定 SCF,四层(TCP、UDP、TCP SSL)监听器和七层 QUIC 监听器不支持。
|
168
172
|
- CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
|
173
|
+
- 一个转发规则只支持绑定一个云函数。
|
169
174
|
*/
|
170
175
|
RegisterFunctionTargets(req: RegisterFunctionTargetsRequest, cb?: (error: string, rep: RegisterFunctionTargetsResponse) => void): Promise<RegisterFunctionTargetsResponse>;
|
171
176
|
/**
|
@@ -248,12 +253,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
248
253
|
*/
|
249
254
|
ManualRewrite(req: ManualRewriteRequest, cb?: (error: string, rep: ManualRewriteResponse) => void): Promise<ManualRewriteResponse>;
|
250
255
|
/**
|
251
|
-
|
252
|
-
|
256
|
+
* 修改负载均衡转发规则上所绑定的云函数。
|
257
|
+
限制说明:
|
258
|
+
- 仅支持绑定“Event 函数”类型的云函数。
|
259
|
+
*/
|
253
260
|
ModifyFunctionTargets(req: ModifyFunctionTargetsRequest, cb?: (error: string, rep: ModifyFunctionTargetsResponse) => void): Promise<ModifyFunctionTargetsResponse>;
|
254
261
|
/**
|
255
262
|
* 这个接口用于删除SnatPro的负载均衡的SnatIp。
|
256
|
-
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用
|
263
|
+
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
257
264
|
*/
|
258
265
|
DeleteLoadBalancerSnatIps(req: DeleteLoadBalancerSnatIpsRequest, cb?: (error: string, rep: DeleteLoadBalancerSnatIpsResponse) => void): Promise<DeleteLoadBalancerSnatIpsResponse>;
|
259
266
|
/**
|
@@ -262,7 +269,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
262
269
|
ModifyLoadBalancerMixIpTarget(req: ModifyLoadBalancerMixIpTargetRequest, cb?: (error: string, rep: ModifyLoadBalancerMixIpTargetResponse) => void): Promise<ModifyLoadBalancerMixIpTargetResponse>;
|
263
270
|
/**
|
264
271
|
* CreateRule 接口用于在一个已存在的负载均衡七层监听器下创建转发规则,七层监听器中,后端服务必须绑定到规则上而非监听器上。
|
265
|
-
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
272
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
266
273
|
*/
|
267
274
|
CreateRule(req: CreateRuleRequest, cb?: (error: string, rep: CreateRuleResponse) => void): Promise<CreateRuleResponse>;
|
268
275
|
/**
|
@@ -336,7 +343,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
336
343
|
DescribeIdleLoadBalancers(req: DescribeIdleLoadBalancersRequest, cb?: (error: string, rep: DescribeIdleLoadBalancersResponse) => void): Promise<DescribeIdleLoadBalancersResponse>;
|
337
344
|
/**
|
338
345
|
* RegisterTargets 接口用来将一台或多台后端服务绑定到负载均衡的监听器(或7层转发规则),在此之前您需要先行创建相关的4层监听器或7层转发规则。对于四层监听器(TCP、UDP),只需指定监听器ID即可,对于七层监听器(HTTP、HTTPS),还需通过LocationId或者Domain+Url指定转发规则。
|
339
|
-
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
346
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
340
347
|
*/
|
341
348
|
RegisterTargets(req: RegisterTargetsRequest, cb?: (error: string, rep: RegisterTargetsResponse) => void): Promise<RegisterTargetsResponse>;
|
342
349
|
/**
|
@@ -356,7 +363,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
356
363
|
*/
|
357
364
|
DeleteLoadBalancerListeners(req: DeleteLoadBalancerListenersRequest, cb?: (error: string, rep: DeleteLoadBalancerListenersResponse) => void): Promise<DeleteLoadBalancerListenersResponse>;
|
358
365
|
/**
|
359
|
-
*
|
366
|
+
* 删除目标组,支持批量删除目标组,单次最多批量删除 20 个目标组。
|
360
367
|
*/
|
361
368
|
DeleteTargetGroups(req: DeleteTargetGroupsRequest, cb?: (error: string, rep: DeleteTargetGroupsResponse) => void): Promise<DeleteTargetGroupsResponse>;
|
362
369
|
/**
|
@@ -371,6 +378,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
371
378
|
/**
|
372
379
|
* 解除规则的目标组关联关系。
|
373
380
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
381
|
+
当解绑七层转发规则时,LocationId 为必填项。
|
374
382
|
*/
|
375
383
|
DisassociateTargetGroups(req: DisassociateTargetGroupsRequest, cb?: (error: string, rep: DisassociateTargetGroupsResponse) => void): Promise<DisassociateTargetGroupsResponse>;
|
376
384
|
/**
|
@@ -418,7 +426,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
418
426
|
DescribeClassicalLBHealthStatus(req: DescribeClassicalLBHealthStatusRequest, cb?: (error: string, rep: DescribeClassicalLBHealthStatusResponse) => void): Promise<DescribeClassicalLBHealthStatusResponse>;
|
419
427
|
/**
|
420
428
|
* 针对SnatPro负载均衡,这个接口用于添加SnatIp,如果负载均衡没有开启SnatPro,添加SnatIp后会自动开启。
|
421
|
-
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用
|
429
|
+
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
422
430
|
*/
|
423
431
|
CreateLoadBalancerSnatIps(req: CreateLoadBalancerSnatIpsRequest, cb?: (error: string, rep: CreateLoadBalancerSnatIpsResponse) => void): Promise<CreateLoadBalancerSnatIpsResponse>;
|
424
432
|
/**
|
@@ -86,7 +86,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
86
86
|
}
|
87
87
|
/**
|
88
88
|
* 本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。
|
89
|
-
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用
|
89
|
+
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
90
|
+
限制说明:
|
91
|
+
- 四层监听器绑定旧版目标组需要监听器开启后端目标组。
|
92
|
+
- 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
|
93
|
+
- 负载均衡的 VPC 需要和目标组的 VPC 一致。
|
90
94
|
*/
|
91
95
|
async AssociateTargetGroups(req, cb) {
|
92
96
|
return this.request("AssociateTargetGroups", req, cb);
|
@@ -170,7 +174,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
170
174
|
return this.request("DisassociateCustomizedConfig", req, cb);
|
171
175
|
}
|
172
176
|
/**
|
173
|
-
* SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义,
|
177
|
+
* SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口。本接口是set语义,
|
174
178
|
绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。
|
175
179
|
解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网 CLB 绑定 EIP 后,CLB 上的安全组对来自 EIP 的流量不生效,对来自内网 CLB 的流量生效。
|
176
180
|
*/
|
@@ -178,7 +182,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
178
182
|
return this.request("SetLoadBalancerSecurityGroups", req, cb);
|
179
183
|
}
|
180
184
|
/**
|
181
|
-
* InquiryPriceRefundLoadBalancer
|
185
|
+
* InquiryPriceRefundLoadBalancer接口查询负载均衡退费价格,只支持预付费类型的负载均衡实例。
|
182
186
|
*/
|
183
187
|
async InquiryPriceRefundLoadBalancer(req, cb) {
|
184
188
|
return this.request("InquiryPriceRefundLoadBalancer", req, cb);
|
@@ -191,7 +195,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
191
195
|
return this.request("DeleteListener", req, cb);
|
192
196
|
}
|
193
197
|
/**
|
194
|
-
*
|
198
|
+
* 绑定或解绑一个安全组到多个公网负载均衡实例。
|
195
199
|
*/
|
196
200
|
async SetSecurityGroupForLoadbalancers(req, cb) {
|
197
201
|
return this.request("SetSecurityGroupForLoadbalancers", req, cb);
|
@@ -254,6 +258,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
254
258
|
- 目前仅 IPv4、IPv6 NAT64 版本的负载均衡支持绑定 SCF,IPv6 版本的暂不支持。
|
255
259
|
- 仅七层(HTTP、HTTPS)监听器支持绑定 SCF,四层(TCP、UDP、TCP SSL)监听器和七层 QUIC 监听器不支持。
|
256
260
|
- CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
|
261
|
+
- 一个转发规则只支持绑定一个云函数。
|
257
262
|
*/
|
258
263
|
async RegisterFunctionTargets(req, cb) {
|
259
264
|
return this.request("RegisterFunctionTargets", req, cb);
|
@@ -368,14 +373,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
368
373
|
return this.request("ManualRewrite", req, cb);
|
369
374
|
}
|
370
375
|
/**
|
371
|
-
|
372
|
-
|
376
|
+
* 修改负载均衡转发规则上所绑定的云函数。
|
377
|
+
限制说明:
|
378
|
+
- 仅支持绑定“Event 函数”类型的云函数。
|
379
|
+
*/
|
373
380
|
async ModifyFunctionTargets(req, cb) {
|
374
381
|
return this.request("ModifyFunctionTargets", req, cb);
|
375
382
|
}
|
376
383
|
/**
|
377
384
|
* 这个接口用于删除SnatPro的负载均衡的SnatIp。
|
378
|
-
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用
|
385
|
+
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
379
386
|
*/
|
380
387
|
async DeleteLoadBalancerSnatIps(req, cb) {
|
381
388
|
return this.request("DeleteLoadBalancerSnatIps", req, cb);
|
@@ -388,7 +395,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
388
395
|
}
|
389
396
|
/**
|
390
397
|
* CreateRule 接口用于在一个已存在的负载均衡七层监听器下创建转发规则,七层监听器中,后端服务必须绑定到规则上而非监听器上。
|
391
|
-
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
398
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
392
399
|
*/
|
393
400
|
async CreateRule(req, cb) {
|
394
401
|
return this.request("CreateRule", req, cb);
|
@@ -496,7 +503,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
496
503
|
}
|
497
504
|
/**
|
498
505
|
* RegisterTargets 接口用来将一台或多台后端服务绑定到负载均衡的监听器(或7层转发规则),在此之前您需要先行创建相关的4层监听器或7层转发规则。对于四层监听器(TCP、UDP),只需指定监听器ID即可,对于七层监听器(HTTP、HTTPS),还需通过LocationId或者Domain+Url指定转发规则。
|
499
|
-
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
506
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
500
507
|
*/
|
501
508
|
async RegisterTargets(req, cb) {
|
502
509
|
return this.request("RegisterTargets", req, cb);
|
@@ -524,7 +531,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
524
531
|
return this.request("DeleteLoadBalancerListeners", req, cb);
|
525
532
|
}
|
526
533
|
/**
|
527
|
-
*
|
534
|
+
* 删除目标组,支持批量删除目标组,单次最多批量删除 20 个目标组。
|
528
535
|
*/
|
529
536
|
async DeleteTargetGroups(req, cb) {
|
530
537
|
return this.request("DeleteTargetGroups", req, cb);
|
@@ -545,6 +552,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
545
552
|
/**
|
546
553
|
* 解除规则的目标组关联关系。
|
547
554
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
555
|
+
当解绑七层转发规则时,LocationId 为必填项。
|
548
556
|
*/
|
549
557
|
async DisassociateTargetGroups(req, cb) {
|
550
558
|
return this.request("DisassociateTargetGroups", req, cb);
|
@@ -614,7 +622,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
614
622
|
}
|
615
623
|
/**
|
616
624
|
* 针对SnatPro负载均衡,这个接口用于添加SnatIp,如果负载均衡没有开启SnatPro,添加SnatIp后会自动开启。
|
617
|
-
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用
|
625
|
+
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
618
626
|
*/
|
619
627
|
async CreateLoadBalancerSnatIps(req, cb) {
|
620
628
|
return this.request("CreateLoadBalancerSnatIps", req, cb);
|
@@ -212,7 +212,7 @@ export interface BatchModifyTargetWeightResponse {
|
|
212
212
|
*/
|
213
213
|
export interface SetSecurityGroupForLoadbalancersRequest {
|
214
214
|
/**
|
215
|
-
* 安全组ID,如 sg-12345678
|
215
|
+
* 安全组ID,如 sg-12345678。可以通过 [DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808) 接口获取。
|
216
216
|
*/
|
217
217
|
SecurityGroup: string;
|
218
218
|
/**
|
@@ -221,7 +221,8 @@ export interface SetSecurityGroupForLoadbalancersRequest {
|
|
221
221
|
*/
|
222
222
|
OperationType: string;
|
223
223
|
/**
|
224
|
-
* 负载均衡实例ID
|
224
|
+
* 负载均衡实例ID数组,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
225
|
+
列表支持的最大长度为20。
|
225
226
|
*/
|
226
227
|
LoadBalancerIds: Array<string>;
|
227
228
|
}
|
@@ -717,7 +718,7 @@ export interface ModifyLoadBalancerAttributesResponse {
|
|
717
718
|
*/
|
718
719
|
export interface DescribeTargetGroupInstancesRequest {
|
719
720
|
/**
|
720
|
-
*
|
721
|
+
* 过滤条件,当前支持按照 TargetGroupId,BindIP,InstanceId 多个条件组合过滤。
|
721
722
|
*/
|
722
723
|
Filters: Array<Filter>;
|
723
724
|
/**
|
@@ -1069,7 +1070,7 @@ export interface DeregisterTargetsFromClassicalLBRequest {
|
|
1069
1070
|
*/
|
1070
1071
|
export interface InquiryPriceModifyLoadBalancerRequest {
|
1071
1072
|
/**
|
1072
|
-
* 负载均衡实例ID
|
1073
|
+
* 负载均衡实例 ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
1073
1074
|
*/
|
1074
1075
|
LoadBalancerId: string;
|
1075
1076
|
/**
|
@@ -1167,7 +1168,9 @@ export interface ZoneResource {
|
|
1167
1168
|
*/
|
1168
1169
|
export interface AssociateTargetGroupsRequest {
|
1169
1170
|
/**
|
1170
|
-
*
|
1171
|
+
* 绑定的关系数组,目标组类型需要一致。
|
1172
|
+
一次请求最多支持20个。
|
1173
|
+
|
1171
1174
|
*/
|
1172
1175
|
Associations: Array<TargetGroupAssociation>;
|
1173
1176
|
}
|
@@ -1199,8 +1202,8 @@ export interface TargetGroupInstance {
|
|
1199
1202
|
Port?: number;
|
1200
1203
|
/**
|
1201
1204
|
* 目标组实例的权重
|
1202
|
-
|
1203
1205
|
v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
|
1206
|
+
取值范围:0-100
|
1204
1207
|
*/
|
1205
1208
|
Weight?: number;
|
1206
1209
|
/**
|
@@ -1228,7 +1231,7 @@ export interface CreateRuleResponse {
|
|
1228
1231
|
/**
|
1229
1232
|
* 创建的转发规则的唯一标识数组。
|
1230
1233
|
*/
|
1231
|
-
LocationIds
|
1234
|
+
LocationIds?: Array<string>;
|
1232
1235
|
/**
|
1233
1236
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1234
1237
|
*/
|
@@ -1607,11 +1610,11 @@ export interface DescribeCustomizedConfigListRequest {
|
|
1607
1610
|
*/
|
1608
1611
|
ConfigType: string;
|
1609
1612
|
/**
|
1610
|
-
* 拉取页偏移,默认值0
|
1613
|
+
* 拉取页偏移,默认值0。
|
1611
1614
|
*/
|
1612
1615
|
Offset?: number;
|
1613
1616
|
/**
|
1614
|
-
* 拉取数目,默认值20
|
1617
|
+
* 拉取数目,默认值20。
|
1615
1618
|
*/
|
1616
1619
|
Limit?: number;
|
1617
1620
|
/**
|
@@ -1619,13 +1622,21 @@ export interface DescribeCustomizedConfigListRequest {
|
|
1619
1622
|
*/
|
1620
1623
|
ConfigName?: string;
|
1621
1624
|
/**
|
1622
|
-
* 配置ID
|
1625
|
+
* 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/api/214/60009) 接口查询。
|
1623
1626
|
*/
|
1624
1627
|
UconfigIds?: Array<string>;
|
1625
1628
|
/**
|
1626
1629
|
* 过滤条件如下:
|
1627
|
-
|
1628
|
-
|
1630
|
+
- loadbalancer-id
|
1631
|
+
按照【负载均衡 ID】进行过滤。实例计费模式例如:lb-9vxezxza。
|
1632
|
+
类型:String
|
1633
|
+
必选:否
|
1634
|
+
获取方式:[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)
|
1635
|
+
- vip
|
1636
|
+
按照【负载均衡VIP】进行过滤。网络计费模式例如:"1.1.1.1","2204::22:3"。
|
1637
|
+
类型:String
|
1638
|
+
必选:否
|
1639
|
+
获取方式:[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)
|
1629
1640
|
*/
|
1630
1641
|
Filters?: Array<Filter>;
|
1631
1642
|
}
|
@@ -1747,7 +1758,7 @@ export interface DescribeLoadBalancerListByCertIdResponse {
|
|
1747
1758
|
/**
|
1748
1759
|
* 证书ID,以及与该证书ID关联的负载均衡实例列表
|
1749
1760
|
*/
|
1750
|
-
CertSet
|
1761
|
+
CertSet?: Array<CertIdRelatedWithLoadBalancers>;
|
1751
1762
|
/**
|
1752
1763
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1753
1764
|
*/
|
@@ -1779,7 +1790,7 @@ export interface DescribeTargetGroupsRequest {
|
|
1779
1790
|
*/
|
1780
1791
|
Offset?: number;
|
1781
1792
|
/**
|
1782
|
-
* 过滤条件数组,与TargetGroupIds互斥,支持TargetGroupVpcId
|
1793
|
+
* 过滤条件数组,与TargetGroupIds互斥,支持 TargetGroupVpcId(私有网络 ID)和 TargetGroupName(目标组名称)以及 Tag(标签)。
|
1783
1794
|
*/
|
1784
1795
|
Filters?: Array<Filter>;
|
1785
1796
|
}
|
@@ -1890,7 +1901,8 @@ export interface DescribeLBListenersRequest {
|
|
1890
1901
|
*/
|
1891
1902
|
export interface SlaUpdateParam {
|
1892
1903
|
/**
|
1893
|
-
*
|
1904
|
+
* 负载均衡实例 ID。
|
1905
|
+
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
1894
1906
|
*/
|
1895
1907
|
LoadBalancerId: string;
|
1896
1908
|
/**
|
@@ -2217,7 +2229,7 @@ export interface ConfigListItem {
|
|
2217
2229
|
*/
|
2218
2230
|
UconfigId?: string;
|
2219
2231
|
/**
|
2220
|
-
*
|
2232
|
+
* 配置类型, 可选值:CLB(实例维度配置), SERVER(服务维度配置),LOCATION(规则维度配置)
|
2221
2233
|
*/
|
2222
2234
|
ConfigType?: string;
|
2223
2235
|
/**
|
@@ -2229,11 +2241,13 @@ export interface ConfigListItem {
|
|
2229
2241
|
*/
|
2230
2242
|
ConfigContent?: string;
|
2231
2243
|
/**
|
2232
|
-
*
|
2244
|
+
* 配置的创建时间。
|
2245
|
+
格式:YYYY-MM-DD HH:mm:ss
|
2233
2246
|
*/
|
2234
2247
|
CreateTimestamp?: string;
|
2235
2248
|
/**
|
2236
|
-
*
|
2249
|
+
* 配置的修改时间。
|
2250
|
+
格式:YYYY-MM-DD HH:mm:ss
|
2237
2251
|
*/
|
2238
2252
|
UpdateTimestamp?: string;
|
2239
2253
|
}
|
@@ -2480,7 +2494,7 @@ export interface RegisterTargetsRequest {
|
|
2480
2494
|
*/
|
2481
2495
|
Targets: Array<Target>;
|
2482
2496
|
/**
|
2483
|
-
* 转发规则的ID
|
2497
|
+
* 转发规则的ID,可以通过 [DescribeListeners](https://cloud.tencent.com/document/product/214/30686) 接口获取,当绑定后端服务到七层转发规则时,必须提供此参数或Domain+Url两者之一。
|
2484
2498
|
*/
|
2485
2499
|
LocationId?: string;
|
2486
2500
|
/**
|
@@ -2531,7 +2545,7 @@ export interface CreateTopicRequest {
|
|
2531
2545
|
*/
|
2532
2546
|
TopicType?: string;
|
2533
2547
|
/**
|
2534
|
-
*
|
2548
|
+
* 存储时间,单位天,默认为 30。
|
2535
2549
|
- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
2536
2550
|
- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
2537
2551
|
*/
|
@@ -2834,7 +2848,7 @@ export interface ModifyTargetGroupInstancesWeightRequest {
|
|
2834
2848
|
*/
|
2835
2849
|
TargetGroupId: string;
|
2836
2850
|
/**
|
2837
|
-
*
|
2851
|
+
* 待修改权重的服务器数组,在这个接口 Port 为必填项。
|
2838
2852
|
*/
|
2839
2853
|
TargetGroupInstances: Array<TargetGroupInstance>;
|
2840
2854
|
}
|
@@ -3125,7 +3139,8 @@ export interface DeleteLoadBalancerRequest {
|
|
3125
3139
|
*/
|
3126
3140
|
export interface ModifyLoadBalancersProjectRequest {
|
3127
3141
|
/**
|
3128
|
-
* 一个或多个待操作的负载均衡实例ID
|
3142
|
+
* 一个或多个待操作的负载均衡实例ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
3143
|
+
列表支持最大长度为20。
|
3129
3144
|
*/
|
3130
3145
|
LoadBalancerIds: Array<string>;
|
3131
3146
|
/**
|
@@ -3180,11 +3195,11 @@ export interface CertificateInput {
|
|
3180
3195
|
*/
|
3181
3196
|
CertContent?: string;
|
3182
3197
|
/**
|
3183
|
-
* 上传客户端 CA 证书的名称,如果 SSLMode=
|
3198
|
+
* 上传客户端 CA 证书的名称,如果 SSLMode=MUTUAL,如果没有 CertCaId,则此项必传。
|
3184
3199
|
*/
|
3185
3200
|
CertCaName?: string;
|
3186
3201
|
/**
|
3187
|
-
* 上传客户端证书的内容,如果 SSLMode=
|
3202
|
+
* 上传客户端证书的内容,如果 SSLMode=MUTUAL,如果没有 CertCaId,则此项必传。
|
3188
3203
|
*/
|
3189
3204
|
CertCaContent?: string;
|
3190
3205
|
}
|
@@ -3206,11 +3221,12 @@ export interface ResourceAvailability {
|
|
3206
3221
|
*/
|
3207
3222
|
export interface SetLoadBalancerSecurityGroupsRequest {
|
3208
3223
|
/**
|
3209
|
-
* 负载均衡实例 ID
|
3224
|
+
* 负载均衡实例 ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
3210
3225
|
*/
|
3211
3226
|
LoadBalancerId: string;
|
3212
3227
|
/**
|
3213
3228
|
* 安全组ID构成的数组,一个负载均衡实例最多可绑定50个安全组,如果要解绑所有安全组,可不传此参数。
|
3229
|
+
可以通过 [DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808) 接口查询。
|
3214
3230
|
*/
|
3215
3231
|
SecurityGroups?: Array<string>;
|
3216
3232
|
}
|
@@ -3237,7 +3253,7 @@ export interface DescribeCustomizedConfigAssociateListResponse {
|
|
3237
3253
|
export interface SetCustomizedConfigForLoadBalancerRequest {
|
3238
3254
|
/**
|
3239
3255
|
* 操作类型。
|
3240
|
-
- ADD
|
3256
|
+
- ADD:创建
|
3241
3257
|
- DELETE:删除
|
3242
3258
|
- UPDATE:修改
|
3243
3259
|
- BIND:绑定
|
@@ -3249,15 +3265,17 @@ export interface SetCustomizedConfigForLoadBalancerRequest {
|
|
3249
3265
|
*/
|
3250
3266
|
UconfigId?: string;
|
3251
3267
|
/**
|
3252
|
-
*
|
3268
|
+
* 个性化配置内容。创建个性化配置或修改个性化配置的内容时,必传此字段。
|
3269
|
+
具体限制查看 [七层个性化配置](https://cloud.tencent.com/document/product/214/15171)
|
3253
3270
|
*/
|
3254
3271
|
ConfigContent?: string;
|
3255
3272
|
/**
|
3256
|
-
*
|
3273
|
+
* 个性化配置名称。创建个性化配置或修改个性化配置的名字时,必传此字段。
|
3257
3274
|
*/
|
3258
3275
|
ConfigName?: string;
|
3259
3276
|
/**
|
3260
|
-
* 负载均衡实例ID
|
3277
|
+
* 负载均衡实例ID。绑定解绑时,必传此字段。
|
3278
|
+
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
3261
3279
|
*/
|
3262
3280
|
LoadBalancerIds?: Array<string>;
|
3263
3281
|
}
|
@@ -3467,11 +3485,11 @@ export interface CreateTopicResponse {
|
|
3467
3485
|
*/
|
3468
3486
|
export interface CreateRuleRequest {
|
3469
3487
|
/**
|
3470
|
-
* 负载均衡实例 ID
|
3488
|
+
* 负载均衡实例 ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取
|
3471
3489
|
*/
|
3472
3490
|
LoadBalancerId: string;
|
3473
3491
|
/**
|
3474
|
-
* 监听器 ID
|
3492
|
+
* 监听器 ID,可以通过 [DescribeListeners](https://cloud.tencent.com/document/product/214/30686) 接口获取
|
3475
3493
|
*/
|
3476
3494
|
ListenerId: string;
|
3477
3495
|
/**
|
@@ -3494,10 +3512,12 @@ export interface ModifyTargetGroupInstancesPortResponse {
|
|
3494
3512
|
export interface LbRsItem {
|
3495
3513
|
/**
|
3496
3514
|
* vpc的字符串id,只支持字符串id。
|
3515
|
+
可以通过 [DescribeVpcs](https://cloud.tencent.com/document/api/215/15778) 接口查询。
|
3497
3516
|
*/
|
3498
3517
|
VpcId: string;
|
3499
3518
|
/**
|
3500
|
-
* 需要查询后端的内网
|
3519
|
+
* 需要查询后端的内网 IP,可以是 CVM 和弹性网卡。
|
3520
|
+
可以通过 [DescribeAddresses](https://cloud.tencent.com/document/product/215/16702) 接口查询。
|
3501
3521
|
*/
|
3502
3522
|
PrivateIp: string;
|
3503
3523
|
}
|
@@ -3548,7 +3568,8 @@ export interface DeregisterTargetGroupInstancesRequest {
|
|
3548
3568
|
*/
|
3549
3569
|
TargetGroupId: string;
|
3550
3570
|
/**
|
3551
|
-
*
|
3571
|
+
* 待解绑的服务器信息,支持批量解除绑定,单次批量解除数量最多为20个。
|
3572
|
+
|
3552
3573
|
*/
|
3553
3574
|
TargetGroupInstances: Array<TargetGroupInstance>;
|
3554
3575
|
}
|
@@ -3664,13 +3685,21 @@ export interface CreateTargetGroupRequest {
|
|
3664
3685
|
<li>取值范围[0, 100]</li>
|
3665
3686
|
<li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li>
|
3666
3687
|
</ul>
|
3667
|
-
|
3688
|
+
v1 目标组类型不支持设置 Weight 参数。
|
3668
3689
|
*/
|
3669
3690
|
Weight?: number;
|
3670
3691
|
/**
|
3671
3692
|
* 全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
|
3672
3693
|
*/
|
3673
3694
|
FullListenSwitch?: boolean;
|
3695
|
+
/**
|
3696
|
+
* 是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,0:关闭;1:开启, 默认关闭。
|
3697
|
+
*/
|
3698
|
+
KeepaliveEnable?: boolean;
|
3699
|
+
/**
|
3700
|
+
* 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。
|
3701
|
+
*/
|
3702
|
+
SessionExpireTime?: number;
|
3674
3703
|
}
|
3675
3704
|
/**
|
3676
3705
|
* 独占集群信息
|
@@ -3872,7 +3901,7 @@ export interface TypeInfo {
|
|
3872
3901
|
*/
|
3873
3902
|
export interface DisassociateTargetGroupsRequest {
|
3874
3903
|
/**
|
3875
|
-
*
|
3904
|
+
* 待解绑的规则关系数组,支持批量解绑多个监听器,单次批量解除最多20个。
|
3876
3905
|
*/
|
3877
3906
|
Associations: Array<TargetGroupAssociation>;
|
3878
3907
|
}
|
@@ -4557,7 +4586,8 @@ export interface BatchTarget {
|
|
4557
4586
|
*/
|
4558
4587
|
export interface DescribeLoadBalancerListByCertIdRequest {
|
4559
4588
|
/**
|
4560
|
-
* 服务端证书的ID,或客户端证书的ID
|
4589
|
+
* 服务端证书的ID,或客户端证书的ID。可以通过 [DescribeCertificate](https://cloud.tencent.com/document/api/400/41674) 接口查询。
|
4590
|
+
数组最大长度为20。
|
4561
4591
|
*/
|
4562
4592
|
CertIds: Array<string>;
|
4563
4593
|
}
|
@@ -4665,8 +4695,17 @@ export interface ModifyTargetGroupAttributeRequest {
|
|
4665
4695
|
<li>取值范围[0, 100]</li>
|
4666
4696
|
<li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li>
|
4667
4697
|
</ul>
|
4698
|
+
v1目标组类型不支持设置Weight参数。
|
4668
4699
|
*/
|
4669
4700
|
Weight?: number;
|
4701
|
+
/**
|
4702
|
+
* 是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,true:关闭;false:开启, 默认关闭。
|
4703
|
+
*/
|
4704
|
+
KeepaliveEnable?: boolean;
|
4705
|
+
/**
|
4706
|
+
* 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。
|
4707
|
+
*/
|
4708
|
+
SessionExpireTime?: number;
|
4670
4709
|
}
|
4671
4710
|
/**
|
4672
4711
|
* 独占集群
|
@@ -4744,11 +4783,11 @@ export interface InquiryPriceCreateLoadBalancerResponse {
|
|
4744
4783
|
*/
|
4745
4784
|
export interface CreateLoadBalancerSnatIpsRequest {
|
4746
4785
|
/**
|
4747
|
-
* 负载均衡唯一性ID
|
4786
|
+
* 负载均衡唯一性ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口查询。例如:lb-12345678。
|
4748
4787
|
*/
|
4749
4788
|
LoadBalancerId: string;
|
4750
4789
|
/**
|
4751
|
-
* 添加的SnatIp信息,可指定IP
|
4790
|
+
* 添加的SnatIp信息,可指定IP申请,或者指定子网自动申请。可以通过 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784) 查询获取,单个CLB实例可申请的默认上限为10个。
|
4752
4791
|
*/
|
4753
4792
|
SnatIps: Array<SnatIp>;
|
4754
4793
|
/**
|
@@ -4827,7 +4866,7 @@ export interface ModifyTargetGroupInstancesPortRequest {
|
|
4827
4866
|
*/
|
4828
4867
|
TargetGroupId: string;
|
4829
4868
|
/**
|
4830
|
-
*
|
4869
|
+
* 待修改端口的服务器数组,在这个接口 NewPort 和 Port 为必填项。
|
4831
4870
|
*/
|
4832
4871
|
TargetGroupInstances: Array<TargetGroupInstance>;
|
4833
4872
|
}
|
@@ -4892,7 +4931,7 @@ export interface RuleInput {
|
|
4892
4931
|
*/
|
4893
4932
|
Scheduler?: string;
|
4894
4933
|
/**
|
4895
|
-
* 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/GRPC/TRPC,TRPC暂未对外开放,默认HTTP。
|
4934
|
+
* 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/GRPC/GRPCS/TRPC,TRPC暂未对外开放,默认HTTP。
|
4896
4935
|
*/
|
4897
4936
|
ForwardType?: string;
|
4898
4937
|
/**
|
@@ -4960,6 +4999,7 @@ export interface SnatIp {
|
|
4960
4999
|
export interface ModifyLoadBalancerMixIpTargetRequest {
|
4961
5000
|
/**
|
4962
5001
|
* 负载均衡实例ID数组,默认支持20个负载均衡实例ID。
|
5002
|
+
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
4963
5003
|
*/
|
4964
5004
|
LoadBalancerIds: Array<string>;
|
4965
5005
|
/**
|
@@ -4994,8 +5034,20 @@ export interface DescribeResourcesRequest {
|
|
4994
5034
|
Offset?: number;
|
4995
5035
|
/**
|
4996
5036
|
* 查询可用区资源列表条件,详细的过滤条件如下:
|
4997
|
-
|
4998
|
-
|
5037
|
+
- master-zone
|
5038
|
+
按照【地域可用区】进行过滤,例如:ap-guangzhou-2。
|
5039
|
+
类型:String
|
5040
|
+
必选:否
|
5041
|
+
- ip-version
|
5042
|
+
按照【IP 类型】进行过滤,例如:IPv4。
|
5043
|
+
类型:String
|
5044
|
+
必选:否
|
5045
|
+
可选项:IPv4、IPv6、IPv6_Nat
|
5046
|
+
- isp
|
5047
|
+
按照【ISP 类型】进行过滤,例如:BGP。
|
5048
|
+
类型:String
|
5049
|
+
必选:否
|
5050
|
+
可选项:BGP、CMCC(中国移动)、CUCC(中国联通)、CTCC(中国电信)、BGP_PRO、INTERNAL(内网)
|
4999
5051
|
*/
|
5000
5052
|
Filters?: Array<Filter>;
|
5001
5053
|
}
|
@@ -5123,7 +5175,7 @@ export interface ModifyFunctionTargetsRequest {
|
|
5123
5175
|
*/
|
5124
5176
|
ListenerId: string;
|
5125
5177
|
/**
|
5126
|
-
*
|
5178
|
+
* 要修改的后端云函数服务列表,仅支持 Event 函数类型。
|
5127
5179
|
*/
|
5128
5180
|
FunctionTargets: Array<FunctionTarget>;
|
5129
5181
|
/**
|
@@ -5163,8 +5215,9 @@ export interface Quota {
|
|
5163
5215
|
<li> TOTAL_LISTENER_QUOTA:一个CLB下的监听器配额 </li>
|
5164
5216
|
<li> TOTAL_LISTENER_RULE_QUOTA:一个监听器下的转发规则配额 </li>
|
5165
5217
|
<li> TOTAL_TARGET_BIND_QUOTA:一条转发规则下可绑定设备的配额 </li>
|
5166
|
-
<li>
|
5218
|
+
<li> TOTAL_SNAT_IP_QUOTA: 一个CLB实例下跨地域2.0的SNAT IP配额 </li>
|
5167
5219
|
<li>TOTAL_ISP_CLB_QUOTA:用户当前地域下的三网CLB配额 </li>
|
5220
|
+
<li>TOTAL_FULL_PORT_RANGE_LISTENER_QUOTA:一个CLB实例下的单个协议全端口段监听器配额</li>
|
5168
5221
|
*/
|
5169
5222
|
QuotaId?: string;
|
5170
5223
|
/**
|
@@ -5182,7 +5235,7 @@ export interface Quota {
|
|
5182
5235
|
*/
|
5183
5236
|
export interface SetLoadBalancerClsLogRequest {
|
5184
5237
|
/**
|
5185
|
-
* 负载均衡实例 ID
|
5238
|
+
* 负载均衡实例 ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
5186
5239
|
*/
|
5187
5240
|
LoadBalancerId: string;
|
5188
5241
|
/**
|
@@ -5275,11 +5328,11 @@ export interface DescribeIdleLoadBalancersRequest {
|
|
5275
5328
|
*/
|
5276
5329
|
export interface DeleteLoadBalancerSnatIpsRequest {
|
5277
5330
|
/**
|
5278
|
-
* 负载均衡唯一ID
|
5331
|
+
* 负载均衡唯一ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。例如:lb-12345678。
|
5279
5332
|
*/
|
5280
5333
|
LoadBalancerId: string;
|
5281
5334
|
/**
|
5282
|
-
* 删除SnatIp
|
5335
|
+
* 删除SnatIp地址数组,最大支持删除数量为20个。
|
5283
5336
|
*/
|
5284
5337
|
Ips: Array<string>;
|
5285
5338
|
}
|
@@ -5528,7 +5581,7 @@ export interface DeleteLoadBalancerSnatIpsResponse {
|
|
5528
5581
|
*/
|
5529
5582
|
export interface InquiryPriceRenewLoadBalancerRequest {
|
5530
5583
|
/**
|
5531
|
-
* 负载均衡实例ID
|
5584
|
+
* 负载均衡实例 ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。
|
5532
5585
|
*/
|
5533
5586
|
LoadBalancerId: string;
|
5534
5587
|
/**
|
@@ -5740,7 +5793,7 @@ export interface RegisterTargetGroupInstancesRequest {
|
|
5740
5793
|
*/
|
5741
5794
|
TargetGroupId: string;
|
5742
5795
|
/**
|
5743
|
-
*
|
5796
|
+
* 服务器实例数组,服务器和目标组的 VPC 需相同。
|
5744
5797
|
*/
|
5745
5798
|
TargetGroupInstances: Array<TargetGroupInstance>;
|
5746
5799
|
}
|
@@ -5801,11 +5854,11 @@ export interface LoadBalancer {
|
|
5801
5854
|
*/
|
5802
5855
|
OpenBgp?: number;
|
5803
5856
|
/**
|
5804
|
-
*
|
5857
|
+
* 是否开启 SNAT,在 2016 年 12 月份之前的传统型内网负载均衡都是开启了 SNAT 的。
|
5805
5858
|
*/
|
5806
5859
|
Snat?: boolean;
|
5807
5860
|
/**
|
5808
|
-
* 0:表示未被隔离,1:表示被隔离。
|
5861
|
+
* 是否被隔离,0:表示未被隔离,1:表示被隔离。
|
5809
5862
|
*/
|
5810
5863
|
Isolation?: number;
|
5811
5864
|
/**
|