tencentcloud-sdk-nodejs-clb 4.1.264 → 4.1.267

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.1.264",
3
+ "version": "4.1.267",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9953,6 +9953,10 @@ export interface ClusterInfo {
9953
9953
  * <p>集群类型</p><p>枚举值:</p><ul><li>Public: 公有云集群</li><li>Exclusive: 独占集群</li></ul><p>默认值:Public</p>
9954
9954
  */
9955
9955
  Type?: string;
9956
+ /**
9957
+ * <p>集群名称</p>
9958
+ */
9959
+ ClusterName?: string;
9956
9960
  }
9957
9961
  /**
9958
9962
  * DescribeLoadBalancers返回参数结构体