tencentcloud-sdk-nodejs-clb 4.1.71 → 4.1.83
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
@@ -333,7 +333,7 @@ export interface CreateLoadBalancerRequest {
|
|
333
333
|
*/
|
334
334
|
EipAddressId?: string;
|
335
335
|
/**
|
336
|
-
* Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
|
336
|
+
* Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。IPv6 CLB安全组默认放通,不需要传此参数。
|
337
337
|
*/
|
338
338
|
LoadBalancerPassToTarget?: boolean;
|
339
339
|
/**
|