tencentcloud-sdk-clb 3.0.1059 → 3.0.1060
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/models.rb +4 -4
- 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: bd8bdcacfa6c67449dc0c62e346cc54500fca089
|
4
|
+
data.tar.gz: 729a3e2bcf248be44fbc0673876fb2322b8523be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66f9e2f97ae3ddc24c199af9ea3da0c59e872be7d1dcaa94798123e4e85372a3cbebce564075198b0ba4aedcd8b75853e2b97f4edfecd649b5a0f37e818f915
|
7
|
+
data.tar.gz: fb895564bc9ed9ee4d6f2c736faad64f6dd2569b4128898edd47e52550edb14e1f91c27edc3e59d531a7a5fa17d403dcd3b6f97003669b415054680750c455b6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1060
|
data/lib/v20180317/models.rb
CHANGED
@@ -1597,7 +1597,7 @@ module TencentCloud
|
|
1597
1597
|
# @param Number: 创建负载均衡的个数,默认值 1。创建个数不能超过帐号所能创建的最大值,默认创建最大值为20。
|
1598
1598
|
# @type Number: Integer
|
1599
1599
|
# @param MasterZoneId: 仅适用于公网且IP版本为IPv4的负载均衡。设置跨可用区容灾时的主可用区ID, 可用区 ID 和名称均支持,例如 100001 或 ap-guangzhou-1
|
1600
|
-
#
|
1600
|
+
# 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。
|
1601
1601
|
# @type MasterZoneId: String
|
1602
1602
|
# @param ZoneId: 仅适用于公网且IP版本为IPv4的负载均衡。可用区ID,可用区 ID 和名称均支持,指定可用区以创建负载均衡实例。如:100001 或 ap-guangzhou-1。
|
1603
1603
|
# @type ZoneId: String
|
@@ -3021,13 +3021,13 @@ module TencentCloud
|
|
3021
3021
|
|
3022
3022
|
# DescribeCustomizedConfigAssociateList请求参数结构体
|
3023
3023
|
class DescribeCustomizedConfigAssociateListRequest < TencentCloud::Common::AbstractModel
|
3024
|
-
# @param UconfigId: 配置ID
|
3024
|
+
# @param UconfigId: 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。
|
3025
3025
|
# @type UconfigId: String
|
3026
3026
|
# @param Offset: 拉取绑定关系列表开始位置,默认值 0
|
3027
3027
|
# @type Offset: Integer
|
3028
3028
|
# @param Limit: 拉取绑定关系列表数目,默认值 20
|
3029
3029
|
# @type Limit: Integer
|
3030
|
-
# @param Domain:
|
3030
|
+
# @param Domain: 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。
|
3031
3031
|
# @type Domain: String
|
3032
3032
|
|
3033
3033
|
attr_accessor :UconfigId, :Offset, :Limit, :Domain
|
@@ -3239,7 +3239,7 @@ module TencentCloud
|
|
3239
3239
|
# @type Offset: Integer
|
3240
3240
|
# @param Limit: 返回负载均衡实例的数量,默认为20,最大值为100。
|
3241
3241
|
# @type Limit: Integer
|
3242
|
-
# @param LoadBalancerRegion: 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930)
|
3242
|
+
# @param LoadBalancerRegion: 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 接口返回值 `RegionSet.Region` 字段获取。
|
3243
3243
|
# @type LoadBalancerRegion: String
|
3244
3244
|
|
3245
3245
|
attr_accessor :Offset, :Limit, :LoadBalancerRegion
|
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.
|
4
|
+
version: 3.0.1060
|
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-05-
|
11
|
+
date: 2025-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|