tencentcloud-sdk-clb 3.0.627 → 3.0.628

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: c4d947005fde62f697e834334955b2e8e859533c
4
- data.tar.gz: 50828cea2d8100c8147e92b1ab13393752b053a8
3
+ metadata.gz: 9b553b54c3d4a20601d2fd2f6b98a2244f88b1aa
4
+ data.tar.gz: 24ac13d84b05f872c28596c22f2836dbac9e8ea8
5
5
  SHA512:
6
- metadata.gz: 8d6435d3f1df3fc03e00cffba420539cf41a54640218b81db0aa5c4a80ad06c652a2beb5a8e587dc425f92a2f3700b139d0f52c97c0ffc80bd6590e3359c0e6d
7
- data.tar.gz: e2922d032e554fb9eefb13210e4c059c8752372ddba1fb2c4a2f86ebab63bd210cadf7ad4f4152349ea9d588cb440a0df077d91648df06057bc294f26a842912
6
+ metadata.gz: f98c56aadf15fa6b17f78e5caa01d7d3cb35d323d48aaebfe00ede25be9c18b27825d12d8d1c613703a761a3d79e40d6a74b2062daeed80fbc4e1aaedf067103
7
+ data.tar.gz: 12f8b0b8870e3c39d61dc3040c6a3be63274199c10ab52b510fd29485999b3b51b477c46ef063c25c8e85294cccc78b167b34d443604e6821a8ac99331c61538
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.627
1
+ 3.0.628
@@ -834,7 +834,7 @@ module TencentCloud
834
834
  # @type ZoneId: String
835
835
  # @param InternetAccessible: 仅适用于公网负载均衡。负载均衡的网络计费模式。
836
836
  # @type InternetAccessible: :class:`Tencentcloud::Clb.v20180317.models.InternetAccessible`
837
- # @param VipIsp: 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
837
+ # @param VipIsp: 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
838
838
  # @type VipIsp: String
839
839
  # @param Vip: 指定Vip申请负载均衡。
840
840
  # @type Vip: String
@@ -1377,7 +1377,7 @@ module TencentCloud
1377
1377
  # @param Number: 创建负载均衡的个数,默认值 1。
1378
1378
  # @type Number: Integer
1379
1379
  # @param MasterZoneId: 仅适用于公网负载均衡。设置跨可用区容灾时的主可用区ID,例如 100001 或 ap-guangzhou-1
1380
- # 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区,平台将为您自动选择最佳备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。
1380
+ # 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。目前仅广州、上海、南京、北京、中国香港、首尔地域的 IPv4 版本的 CLB 支持主备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。
1381
1381
  # @type MasterZoneId: String
1382
1382
  # @param ZoneId: 仅适用于公网负载均衡。可用区ID,指定可用区以创建负载均衡实例。如:ap-guangzhou-1。
1383
1383
  # @type ZoneId: String
@@ -4135,7 +4135,7 @@ module TencentCloud
4135
4135
  # @param HttpCheckPath: 健康检查路径(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。
4136
4136
  # 注意:此字段可能返回 null,表示取不到有效值。
4137
4137
  # @type HttpCheckPath: String
4138
- # @param HttpCheckDomain: 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,建议该参数配置为必填项)。
4138
+ # @param HttpCheckDomain: 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,该参数为必填项)。
4139
4139
  # 注意:此字段可能返回 null,表示取不到有效值。
4140
4140
  # @type HttpCheckDomain: String
4141
4141
  # @param HttpCheckMethod: 健康检查方法(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式),默认值:HEAD,可选值HEAD或GET。
@@ -6573,7 +6573,7 @@ module TencentCloud
6573
6573
  class RewriteLocationMap < TencentCloud::Common::AbstractModel
6574
6574
  # @param SourceLocationId: 源转发规则ID
6575
6575
  # @type SourceLocationId: String
6576
- # @param TargetLocationId: 重定向至的目标转发规则ID
6576
+ # @param TargetLocationId: 重定向目标转发规则的ID
6577
6577
  # @type TargetLocationId: String
6578
6578
  # @param RewriteCode: 重定向状态码,可取值301,302,307
6579
6579
  # @type RewriteCode: 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.627
4
+ version: 3.0.628
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-03 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common