tencentcloud-sdk-gwlb 3.0.1043 → 3.0.1044

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: 7e9993a2ffdeeba91d16b7aecd961a5e171e595a
4
- data.tar.gz: 0bb2022e64d3a7b60e0a472484c7847d9a3597ce
3
+ metadata.gz: dc460f3ce7da80acf12da903974e1d782bd948f2
4
+ data.tar.gz: 229c533424f0434d7ca010d21785ad5349e08ebd
5
5
  SHA512:
6
- metadata.gz: 09c219285c1ac6ca73e8923238d97dc2c7862b0565347736b94aac5d632ee0f97275dbdc6e254807cbe1a023c771e870eb84cf64a1fef96f0a3003e78c708bd1
7
- data.tar.gz: 8f0fd63cf761bcc9683346cf34480148a52e284f1c232ca8e3f53c6f076f0743a736bb0a7f1fa275c9bb7771e81cf96ddde50545e969a9e7cd619a3e5f332eef
6
+ metadata.gz: 98b8f86b3c9f077dec7ae237bf2d2397678f589746cba0024ade0c19d6cb671df2c7fb89fcf9fe502da0a200f5e0f809908147b61cbb4e118109e8cce416e5fa
7
+ data.tar.gz: 76a0b4ad5ae0e021b58075ba3dc59f8ad0dea6983204134a3988ef7a91e1d7db5b426011b9e0ffe75650148d7856f150ea14d113bdead18cbfffb1464b2c2912
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1043
1
+ 3.0.1044
@@ -419,7 +419,6 @@ module TencentCloud
419
419
  end
420
420
 
421
421
  # 修改目标组的服务器权重。
422
- # 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
423
422
 
424
423
  # @param request: Request instance for ModifyTargetGroupInstancesWeight.
425
424
  # @type request: :class:`Tencentcloud::gwlb::V20240906::ModifyTargetGroupInstancesWeightRequest`
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # CreateGatewayLoadBalancer返回参数结构体
123
123
  class CreateGatewayLoadBalancerResponse < TencentCloud::Common::AbstractModel
124
124
  # @param LoadBalancerIds: 由网关负载均衡实例唯一 ID 组成的数组。
125
- # 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
125
+ # 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
126
126
  # 注意:此字段可能返回 null,表示取不到有效值。
127
127
  # @type LoadBalancerIds: Array
128
128
  # @param DealName: 订单号。
@@ -1020,7 +1020,7 @@ module TencentCloud
1020
1020
 
1021
1021
  # ModifyTargetGroupInstancesWeight请求参数结构体
1022
1022
  class ModifyTargetGroupInstancesWeightRequest < TencentCloud::Common::AbstractModel
1023
- # @param TargetGroupId: 目标组ID。可通过DescribeTargetGroupList接口获取。
1023
+ # @param TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
1024
1024
  # @type TargetGroupId: String
1025
1025
  # @param TargetGroupInstances: 实例绑定配置数组。
1026
1026
  # @type TargetGroupInstances: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gwlb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1043
4
+ version: 3.0.1044
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-04-21 00:00:00.000000000 Z
11
+ date: 2025-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common