tencentcloud-sdk-nodejs-clb 4.1.239 → 4.1.247
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
|
@@ -170,7 +170,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
170
170
|
*/
|
|
171
171
|
VpcId?: string;
|
|
172
172
|
/**
|
|
173
|
-
* <p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
|
173
|
+
* <p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。<br>创建内网负载均衡实例,或者创建 IPv6FullChain 版本的负载均衡实例,此参数必填。<br>创建公网IPv4负载均衡实例时,不支持指定该参数。</p>
|
|
174
174
|
*/
|
|
175
175
|
SubnetId?: string;
|
|
176
176
|
/**
|
|
@@ -194,7 +194,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
194
194
|
*/
|
|
195
195
|
ZoneId?: string;
|
|
196
196
|
/**
|
|
197
|
-
* <p
|
|
197
|
+
* <p>网络计费模式,其中的最大出带宽,仅对内网属性的性能容量型实例和公网属性的所有实例生效。</p>
|
|
198
198
|
*/
|
|
199
199
|
InternetAccessible?: InternetAccessible;
|
|
200
200
|
/**
|
|
@@ -262,11 +262,11 @@ export interface CreateLoadBalancerRequest {
|
|
|
262
262
|
*/
|
|
263
263
|
Egress?: string;
|
|
264
264
|
/**
|
|
265
|
-
* <p
|
|
265
|
+
* <p>负载均衡实例的预付费相关属性</p>
|
|
266
266
|
*/
|
|
267
267
|
LBChargePrepaid?: LBChargePrepaid;
|
|
268
268
|
/**
|
|
269
|
-
* <p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR
|
|
269
|
+
* <p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>PREPAID: 包年包月</li></ul>
|
|
270
270
|
*/
|
|
271
271
|
LBChargeType?: string;
|
|
272
272
|
/**
|
|
@@ -277,6 +277,10 @@ export interface CreateLoadBalancerRequest {
|
|
|
277
277
|
* <p>是否开启七层高级路由</p>
|
|
278
278
|
*/
|
|
279
279
|
AdvancedRoute?: boolean;
|
|
280
|
+
/**
|
|
281
|
+
* <p>可用区亲和信息</p>
|
|
282
|
+
*/
|
|
283
|
+
AvailableZoneAffinityInfo?: AvailableZoneAffinityInfo;
|
|
280
284
|
}
|
|
281
285
|
/**
|
|
282
286
|
* DescribeLoadBalancerOverview返回参数结构体
|
|
@@ -3946,7 +3950,7 @@ export interface CreateListenerRequest {
|
|
|
3946
3950
|
*/
|
|
3947
3951
|
FullEndPorts?: Array<number | bigint>;
|
|
3948
3952
|
/**
|
|
3949
|
-
* <p>内网
|
|
3953
|
+
* <p>内网 HTTP 监听器开启 h2c 开关。<br>True(开启)、False(关闭)。默认为关闭。<br>开启后,监听器仅支持创建后端转发类型为 GRPC 或 GRPCS 的七层规则;创建规则时需在 Rules.N.ForwardType 中显式传入 GRPC 或 GRPCS。</p>
|
|
3950
3954
|
*/
|
|
3951
3955
|
H2cSwitch?: boolean;
|
|
3952
3956
|
/**
|