tencentcloud-sdk-nodejs-clb 4.1.203 → 4.1.218
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
|
@@ -218,7 +218,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
218
218
|
/**
|
|
219
219
|
* 本接口(ModifyLoadBalancerSla)用于调整按量计费模式实例的性能容量型规格,如共享型升级性能容量型,性能容量型实例规格调整。<br/>
|
|
220
220
|
限制条件:
|
|
221
|
-
- 本接口只支持调整按量计费的CLB实例,包年包月的CLB实例升级请通过控制台进行调整。
|
|
222
221
|
- 共享型升级为性能容量型实例后,不支持再回退到共享型实例。
|
|
223
222
|
- 传统型负载均衡实例不支持升级为性能容量型实例。
|
|
224
223
|
*/
|
|
@@ -322,7 +322,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
322
322
|
/**
|
|
323
323
|
* 本接口(ModifyLoadBalancerSla)用于调整按量计费模式实例的性能容量型规格,如共享型升级性能容量型,性能容量型实例规格调整。<br/>
|
|
324
324
|
限制条件:
|
|
325
|
-
- 本接口只支持调整按量计费的CLB实例,包年包月的CLB实例升级请通过控制台进行调整。
|
|
326
325
|
- 共享型升级为性能容量型实例后,不支持再回退到共享型实例。
|
|
327
326
|
- 传统型负载均衡实例不支持升级为性能容量型实例。
|
|
328
327
|
*/
|
|
@@ -2083,6 +2083,10 @@ export interface DescribeClassicalLBHealthStatusResponse {
|
|
|
2083
2083
|
* ModifyLoadBalancerSla返回参数结构体
|
|
2084
2084
|
*/
|
|
2085
2085
|
export interface ModifyLoadBalancerSlaResponse {
|
|
2086
|
+
/**
|
|
2087
|
+
* 订单号。
|
|
2088
|
+
*/
|
|
2089
|
+
DealName?: string;
|
|
2086
2090
|
/**
|
|
2087
2091
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2088
2092
|
*/
|
|
@@ -4019,11 +4023,11 @@ export interface DisassociateTargetGroupsRequest {
|
|
|
4019
4023
|
*/
|
|
4020
4024
|
export interface Filter {
|
|
4021
4025
|
/**
|
|
4022
|
-
*
|
|
4026
|
+
* <p>过滤器的名称</p>
|
|
4023
4027
|
*/
|
|
4024
4028
|
Name: string;
|
|
4025
4029
|
/**
|
|
4026
|
-
*
|
|
4030
|
+
* <p>过滤器的值数组</p>
|
|
4027
4031
|
*/
|
|
4028
4032
|
Values: Array<string>;
|
|
4029
4033
|
}
|