tencentcloud-sdk-nodejs-clb 4.0.804 → 4.0.805

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.
@@ -408,6 +408,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
408
408
  /**
409
409
  * 克隆负载均衡实例,根据指定的负载均衡实例,复制出相同规则和绑定关系的负载均衡实例。克隆接口为异步操作,克隆的数据以调用CloneLoadBalancer时为准,如果调用CloneLoadBalancer后克隆CLB发生变化,变化规则不会克隆。
410
410
 
411
+ 注:查询实例创建状态可以根据返回值中的requestId访问[DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683)接口
412
+
411
413
  限制说明:
412
414
  实例属性维度限制
413
415
  仅支持克隆按量计费实例,不支持包年包月实例。
@@ -597,6 +597,8 @@ class Client extends TencentCloudCommon.AbstractClient {
597
597
  /**
598
598
  * 克隆负载均衡实例,根据指定的负载均衡实例,复制出相同规则和绑定关系的负载均衡实例。克隆接口为异步操作,克隆的数据以调用CloneLoadBalancer时为准,如果调用CloneLoadBalancer后克隆CLB发生变化,变化规则不会克隆。
599
599
 
600
+ 注:查询实例创建状态可以根据返回值中的requestId访问[DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683)接口
601
+
600
602
  限制说明:
601
603
  实例属性维度限制
602
604
  仅支持克隆按量计费实例,不支持包年包月实例。