tencentcloud-sdk-nodejs-clb 4.1.294 → 4.1.297
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
|
@@ -6953,32 +6953,31 @@ export interface BatchModifyTargetWeightRequest {
|
|
|
6953
6953
|
*/
|
|
6954
6954
|
export interface BatchTarget {
|
|
6955
6955
|
/**
|
|
6956
|
-
*
|
|
6956
|
+
* <p>监听器 ID。</p>
|
|
6957
6957
|
*/
|
|
6958
6958
|
ListenerId: string;
|
|
6959
6959
|
/**
|
|
6960
|
-
*
|
|
6960
|
+
* <p>绑定端口。</p>
|
|
6961
6961
|
*/
|
|
6962
6962
|
Port: number;
|
|
6963
6963
|
/**
|
|
6964
|
-
*
|
|
6964
|
+
* <p>子机 ID。表示绑定主网卡主 IP。</p>
|
|
6965
6965
|
*/
|
|
6966
6966
|
InstanceId?: string;
|
|
6967
6967
|
/**
|
|
6968
|
-
*
|
|
6969
|
-
注意:参数 InstanceId、EniIp 只能传入一个且必须传入一个。如果绑定双栈IPV6子机,必须传该参数。
|
|
6968
|
+
* <p>绑定 IP 时需要传入此参数,支持弹性网卡的 IP 和其他内网 IP,如果是弹性网卡则必须先绑定至CVM,然后才能绑定到负载均衡实例。注意:参数 InstanceId、EniIp 只能传入一个且必须传入一个。如果绑定双栈IPV6子机,必须传该参数。如果是跨地域绑定,则必须传该参数,不支持传InstanceId参数。</p>
|
|
6970
6969
|
*/
|
|
6971
6970
|
EniIp?: string;
|
|
6972
6971
|
/**
|
|
6973
|
-
*
|
|
6972
|
+
* <p>子机权重,范围[0, 100]。绑定时如果不存在,则默认为10。</p>
|
|
6974
6973
|
*/
|
|
6975
6974
|
Weight?: number;
|
|
6976
6975
|
/**
|
|
6977
|
-
*
|
|
6976
|
+
* <p>七层规则 ID。7层负载均衡该参数必填</p>
|
|
6978
6977
|
*/
|
|
6979
6978
|
LocationId?: string;
|
|
6980
6979
|
/**
|
|
6981
|
-
*
|
|
6980
|
+
* <p>标签。</p>
|
|
6982
6981
|
*/
|
|
6983
6982
|
Tag?: string;
|
|
6984
6983
|
}
|