tencentcloud-sdk-nodejs-clb 4.1.37 → 4.1.38
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
@@ -266,7 +266,7 @@ export interface CreateLoadBalancerRequest {
|
|
266
266
|
Number?: number;
|
267
267
|
/**
|
268
268
|
* 仅适用于公网且IP版本为IPv4的负载均衡。设置跨可用区容灾时的主可用区ID, 可用区 ID 和名称均支持,例如 100001 或 ap-guangzhou-1
|
269
|
-
|
269
|
+
注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。
|
270
270
|
*/
|
271
271
|
MasterZoneId?: string;
|
272
272
|
/**
|
@@ -2600,7 +2600,7 @@ export interface ClassicalHealth {
|
|
2600
2600
|
*/
|
2601
2601
|
export interface DescribeCustomizedConfigAssociateListRequest {
|
2602
2602
|
/**
|
2603
|
-
* 配置ID
|
2603
|
+
* 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。
|
2604
2604
|
*/
|
2605
2605
|
UconfigId?: string;
|
2606
2606
|
/**
|
@@ -2612,7 +2612,7 @@ export interface DescribeCustomizedConfigAssociateListRequest {
|
|
2612
2612
|
*/
|
2613
2613
|
Limit?: number;
|
2614
2614
|
/**
|
2615
|
-
*
|
2615
|
+
* 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。
|
2616
2616
|
*/
|
2617
2617
|
Domain?: string;
|
2618
2618
|
}
|
@@ -5324,7 +5324,7 @@ export interface DescribeIdleLoadBalancersRequest {
|
|
5324
5324
|
*/
|
5325
5325
|
Limit?: number;
|
5326
5326
|
/**
|
5327
|
-
* 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930)
|
5327
|
+
* 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 接口返回值 `RegionSet.Region` 字段获取。
|
5328
5328
|
*/
|
5329
5329
|
LoadBalancerRegion?: string;
|
5330
5330
|
}
|