tencentcloud-sdk-nodejs-clb 4.1.102 → 4.1.117

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.102",
3
+ "version": "4.1.117",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -593,7 +593,7 @@ export interface RsTagRule {
593
593
  */
594
594
  LocationId?: string;
595
595
  /**
596
- * 后端服务修改后的标签。此参数的优先级低于前述[Target](https://cloud.tencent.com/document/api/214/30694#Target)中的Tag参数,即最终的标签以Target中的Tag参数值为准,仅当Target中的Weight参数为空时,才以RsTagRule中的Tag参数为准。
596
+ * 后端服务修改后的标签。此参数的优先级低于前述[Target](https://cloud.tencent.com/document/api/214/30694#Target)中的Tag参数,即最终的标签以Target中的Tag参数值为准,仅当Target中的Tag参数为空时,才以RsTagRule中的Tag参数为准。
597
597
  */
598
598
  Tag?: string;
599
599
  }
@@ -3773,6 +3773,10 @@ export interface CreateTargetGroupRequest {
3773
3773
  * 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。仅V2新版且后端转发协议为HTTP/HTTPS/GRPC目标组支持该参数。
3774
3774
  */
3775
3775
  SessionExpireTime?: number;
3776
+ /**
3777
+ * IP版本类型。
3778
+ */
3779
+ IpVersion?: string;
3776
3780
  }
3777
3781
  /**
3778
3782
  * 独占集群信息
@@ -5753,6 +5757,10 @@ export interface TargetGroupInfo {
5753
5757
  * 会话保持时间,仅后端转发协议为HTTP/HTTPS/GRPC目标组返回有效值。
5754
5758
  */
5755
5759
  SessionExpireTime?: number;
5760
+ /**
5761
+ * IP版本。
5762
+ */
5763
+ IpVersion?: string;
5756
5764
  }
5757
5765
  /**
5758
5766
  * DeleteListener返回参数结构体