tencentcloud-sdk-nodejs-clb 4.1.290 → 4.1.293
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
|
@@ -1789,6 +1789,10 @@ export interface ModelRouterDetail {
|
|
|
1789
1789
|
* <p>弹性公网IP的ID</p>
|
|
1790
1790
|
*/
|
|
1791
1791
|
EipAddressId?: string;
|
|
1792
|
+
/**
|
|
1793
|
+
* <p>计费信息</p>
|
|
1794
|
+
*/
|
|
1795
|
+
BillingConfig?: ModelRouterBillingConfigOutput;
|
|
1792
1796
|
}
|
|
1793
1797
|
/**
|
|
1794
1798
|
* DescribeLoadBalancerListByCertId请求参数结构体
|
|
@@ -2685,6 +2689,10 @@ export interface RouterSettingWithFallBack {
|
|
|
2685
2689
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2686
2690
|
*/
|
|
2687
2691
|
RoutingStrategyArgs?: RoutingStrategyArgs;
|
|
2692
|
+
/**
|
|
2693
|
+
* <p>粘连配置参数</p>
|
|
2694
|
+
*/
|
|
2695
|
+
StickyConfig?: StickyConfig;
|
|
2688
2696
|
}
|
|
2689
2697
|
/**
|
|
2690
2698
|
* 跨域2.0云联网下子机和网卡信息
|
|
@@ -2936,6 +2944,15 @@ export interface ZoneResource {
|
|
|
2936
2944
|
*/
|
|
2937
2945
|
Egress?: string;
|
|
2938
2946
|
}
|
|
2947
|
+
/**
|
|
2948
|
+
* 粘连路由配置
|
|
2949
|
+
*/
|
|
2950
|
+
export interface StickyConfig {
|
|
2951
|
+
/**
|
|
2952
|
+
* <p>是否开启粘连路由</p>
|
|
2953
|
+
*/
|
|
2954
|
+
Enabled?: boolean;
|
|
2955
|
+
}
|
|
2939
2956
|
/**
|
|
2940
2957
|
* DescribeExclusiveClusters返回参数结构体
|
|
2941
2958
|
*/
|
|
@@ -5307,6 +5324,10 @@ export interface RouterSettingWithoutFallBack {
|
|
|
5307
5324
|
* <p>CMR实例级别请求组内重试次数</p><p>取值范围:[0, 5]</p><p>默认值:2</p>
|
|
5308
5325
|
*/
|
|
5309
5326
|
NumRetries?: number;
|
|
5327
|
+
/**
|
|
5328
|
+
* <p>粘连路由配置参数</p>
|
|
5329
|
+
*/
|
|
5330
|
+
StickyConfig?: StickyConfig;
|
|
5310
5331
|
}
|
|
5311
5332
|
/**
|
|
5312
5333
|
* 目标组实例
|
|
@@ -5540,12 +5561,17 @@ export interface ModelRouterSet {
|
|
|
5540
5561
|
VpcId?: string;
|
|
5541
5562
|
/**
|
|
5542
5563
|
* <p>带宽</p><p>单位:Mbps</p>
|
|
5564
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5543
5565
|
*/
|
|
5544
5566
|
Bandwidth?: number;
|
|
5545
5567
|
/**
|
|
5546
5568
|
* <p>弹性公网IP的ID</p>
|
|
5547
5569
|
*/
|
|
5548
5570
|
EipAddressId?: string;
|
|
5571
|
+
/**
|
|
5572
|
+
* <p>计费信息</p>
|
|
5573
|
+
*/
|
|
5574
|
+
BillingConfig?: ModelRouterBillingConfigOutput;
|
|
5549
5575
|
}
|
|
5550
5576
|
/**
|
|
5551
5577
|
* InquiryPriceRenewLoadBalancer返回参数结构体
|
|
@@ -7197,6 +7223,26 @@ export interface BatchRegisterTargetsRequest {
|
|
|
7197
7223
|
*/
|
|
7198
7224
|
Targets: Array<BatchTarget>;
|
|
7199
7225
|
}
|
|
7226
|
+
/**
|
|
7227
|
+
* 模型路由计费信息
|
|
7228
|
+
*/
|
|
7229
|
+
export interface ModelRouterBillingConfigOutput {
|
|
7230
|
+
/**
|
|
7231
|
+
* <p>模型路由计费模式</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>RESOURCE_PACKAGE: 按资源包抵扣</li></ul>
|
|
7232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7233
|
+
*/
|
|
7234
|
+
ChargeType?: string;
|
|
7235
|
+
/**
|
|
7236
|
+
* <p>实例规格</p><p>枚举值:</p><ul><li>t1.nano-01: 入门版</li><li>t1.nano-02: 轻量版</li><li>t1.nano-03: 轻量增强版</li><li>t1.micro-01: 微型版</li><li>t1.micro-02: 基础版</li><li>t1.small-01: 标准版</li><li>t1.small-02: 标准增强版</li><li>t1.medium-01: 进阶版</li><li>t1.medium-02: 进阶增强版</li><li>t1.large-01: 专业版</li><li>t1.large-02: 专业增强版</li><li>t1.xlarge-01: 旗舰版</li><li>t1.xlarge-02: 至尊版</li></ul>
|
|
7237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7238
|
+
*/
|
|
7239
|
+
SlaType?: string;
|
|
7240
|
+
/**
|
|
7241
|
+
* <p>是否关联资源包抵扣</p><p>枚举值:</p><ul><li>true: 关联</li><li>false: 不关联</li></ul>
|
|
7242
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7243
|
+
*/
|
|
7244
|
+
AssociateResourcePackage?: boolean;
|
|
7245
|
+
}
|
|
7200
7246
|
/**
|
|
7201
7247
|
* DescribeResources请求参数结构体
|
|
7202
7248
|
*/
|
|
@@ -10191,7 +10237,7 @@ export interface CreateModelRouterRequest {
|
|
|
10191
10237
|
*/
|
|
10192
10238
|
RateLimitConfig?: RateLimitConfigForModelRouter;
|
|
10193
10239
|
/**
|
|
10194
|
-
* <p>路由配置</p>
|
|
10240
|
+
* <p>路由配置</p><p>新创建实例时,默认会开启粘连路由</p>
|
|
10195
10241
|
*/
|
|
10196
10242
|
RouterSetting?: RouterSettingWithoutFallBack;
|
|
10197
10243
|
/**
|
|
@@ -10218,6 +10264,14 @@ export interface CreateModelRouterRequest {
|
|
|
10218
10264
|
* <p>客户端Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。</p>
|
|
10219
10265
|
*/
|
|
10220
10266
|
ClientToken?: string;
|
|
10267
|
+
/**
|
|
10268
|
+
* <p>弹性公网IP的ID</p>
|
|
10269
|
+
*/
|
|
10270
|
+
EipAddressId?: string;
|
|
10271
|
+
/**
|
|
10272
|
+
* <p>单位</p><p>取值范围:[1, 2048]</p><p>单位:Mbps</p>
|
|
10273
|
+
*/
|
|
10274
|
+
Bandwidth?: number;
|
|
10221
10275
|
}
|
|
10222
10276
|
/**
|
|
10223
10277
|
* DescribeClassicalLBListeners请求参数结构体
|