tencentcloud-sdk-clb 1.0.229 → 1.0.233
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/client.rb +2 -2
- data/lib/v20180317/models.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba3528850c4df92875afbeecb2880f2a95b7cb0c
|
|
4
|
+
data.tar.gz: b9c096ed7e704d82cf7726cd62b97d6250241330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fcd223c77e9014b98e3608c16d72a5d08db405d83a5197f2f294f9c2d294b762fb4cd3620bf06daaf0b7150dca706a1b9abea15d6c1037c5e3d9745a6fedec3
|
|
7
|
+
data.tar.gz: f39b4a2e67d86ae80de5a3c84bfa71c5444a0e25c4800fe51eafb8a7ad43dccaa554b5c2c8ed58544971106d1bf371af2c78dfd305fb45fdd4310f72a6f856d6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.233
|
data/lib/v20180317/client.rb
CHANGED
|
@@ -162,8 +162,8 @@ module TencentCloud
|
|
|
162
162
|
|
|
163
163
|
# 通过接口调用:
|
|
164
164
|
# BGP带宽包必须传带宽包id
|
|
165
|
-
#
|
|
166
|
-
# 功能内测中,[
|
|
165
|
+
# 独占集群克隆必须传对应的参数,否则按共享型创建
|
|
166
|
+
# 功能内测中,[申请开通](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&step=1)。
|
|
167
167
|
|
|
168
168
|
# @param request: Request instance for CloneLoadBalancer.
|
|
169
169
|
# @type request: :class:`Tencentcloud::clb::V20180317::CloneLoadBalancerRequest`
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -3312,11 +3312,11 @@ module TencentCloud
|
|
|
3312
3312
|
|
|
3313
3313
|
# DescribeTargetGroupInstances请求参数结构体
|
|
3314
3314
|
class DescribeTargetGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
|
3315
|
-
# @param Filters: 过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId
|
|
3315
|
+
# @param Filters: 过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。
|
|
3316
3316
|
# @type Filters: Array
|
|
3317
|
-
# @param Limit: 显示数量限制,默认20
|
|
3317
|
+
# @param Limit: 显示数量限制,默认20。
|
|
3318
3318
|
# @type Limit: Integer
|
|
3319
|
-
# @param Offset: 显示的偏移量,默认为0
|
|
3319
|
+
# @param Offset: 显示的偏移量,默认为0。
|
|
3320
3320
|
# @type Offset: Integer
|
|
3321
3321
|
|
|
3322
3322
|
attr_accessor :Filters, :Limit, :Offset
|
|
@@ -3343,11 +3343,11 @@ module TencentCloud
|
|
|
3343
3343
|
|
|
3344
3344
|
# DescribeTargetGroupInstances返回参数结构体
|
|
3345
3345
|
class DescribeTargetGroupInstancesResponse < TencentCloud::Common::AbstractModel
|
|
3346
|
-
# @param TotalCount:
|
|
3346
|
+
# @param TotalCount: 本次查询的结果数量。
|
|
3347
3347
|
# @type TotalCount: Integer
|
|
3348
|
-
# @param TargetGroupInstanceSet:
|
|
3348
|
+
# @param TargetGroupInstanceSet: 绑定的服务器信息。
|
|
3349
3349
|
# @type TargetGroupInstanceSet: Array
|
|
3350
|
-
# @param RealCount: 实际统计数量,不受Limit
|
|
3350
|
+
# @param RealCount: 实际统计数量,不受Limit、Offset、CAM的影响。
|
|
3351
3351
|
# @type RealCount: Integer
|
|
3352
3352
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3353
3353
|
# @type RequestId: String
|
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: 1.0.
|
|
4
|
+
version: 1.0.233
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|