tencentcloud-sdk-clb 3.0.1023 → 3.0.1024

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20bace40eec3d46f9854029c165368d2156d1c9c
4
- data.tar.gz: 1286600f2c9284169b1e43cb36280d526fd5c0c4
3
+ metadata.gz: edb6fd2829532a721b1681908c2d247c39888425
4
+ data.tar.gz: da921006adae9d5be8fd2e4f589732570ec3a23d
5
5
  SHA512:
6
- metadata.gz: cc4ec2330cdb6891dbaf7a8f2b0b0a78e73cfcc067237a120d3ef4b1aa9cd938d0352ad869042d02f29610edd75d03a8bc2a9198daada51b659aab640030ccf8
7
- data.tar.gz: 940229bbb2e740e011a3da80bc542471ad4bcb00bf87551854cdb8177090037731c5ae0b97965b51ad0b3be2b6f2c1757362d86c38597fdd08f6a8913b411522
6
+ metadata.gz: 6d65f828abbf5c0a122ce02b57bce0904f68b575d0b9dc88d98fb7ac790ae3ea1f7baa7c2a00cf2dcf79729b38dd19e86401638794f4f18f17ec82f41cee2fe7
7
+ data.tar.gz: 19b116fe35814d6ff28d3504753752f3ff63663added9a24024f483e1566a877ad590add774c392428fc7859f3d6c2900076df459d7b4a743e5212e03ce20d0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1023
1
+ 3.0.1024
@@ -1894,7 +1894,7 @@ module TencentCloud
1894
1894
  # @type VpcId: String
1895
1895
  # @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。
1896
1896
  # @type Port: Integer
1897
- # @param TargetGroupInstances: 目标组绑定的后端服务器
1897
+ # @param TargetGroupInstances: 目标组绑定的后端服务器,单次最多支持50个。
1898
1898
  # @type TargetGroupInstances: Array
1899
1899
  # @param Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
1900
1900
  # @type Type: String
@@ -7446,12 +7446,10 @@ module TencentCloud
7446
7446
 
7447
7447
  # 重定向目标的信息
7448
7448
  class RewriteTarget < TencentCloud::Common::AbstractModel
7449
- # @param TargetListenerId: 重定向目标的监听器ID
7450
- # 注意:此字段可能返回 null,表示无重定向。
7449
+ # @param TargetListenerId: 重定向目标的监听器ID,该字段仅配置了重定向时有效。
7451
7450
  # 注意:此字段可能返回 null,表示取不到有效值。
7452
7451
  # @type TargetListenerId: String
7453
- # @param TargetLocationId: 重定向目标的转发规则ID
7454
- # 注意:此字段可能返回 null,表示无重定向。
7452
+ # @param TargetLocationId: 重定向目标的转发规则ID,该字段仅配置了重定向时有效。
7455
7453
  # 注意:此字段可能返回 null,表示取不到有效值。
7456
7454
  # @type TargetLocationId: String
7457
7455
  # @param RewriteCode: 重定向状态码
@@ -8455,6 +8453,8 @@ module TencentCloud
8455
8453
  # @param Port: 目标组实例的端口
8456
8454
  # @type Port: Integer
8457
8455
  # @param Weight: 目标组实例的权重
8456
+
8457
+ # v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
8458
8458
  # @type Weight: Integer
8459
8459
  # @param NewPort: 目标组实例的新端口
8460
8460
  # @type NewPort: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-clb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1023
4
+ version: 3.0.1024
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-19 00:00:00.000000000 Z
11
+ date: 2025-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common