tencentcloud-sdk-clb 1.0.252 → 1.0.256

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: ed2f36b3ff68a63e58ee28a6b86f0529f4c3c3a5
4
- data.tar.gz: d9e7062937dbd49abf92416e5eda36f691efafde
3
+ metadata.gz: 90c0ab55a1bc42ea56e825abc02ae76365ad5d70
4
+ data.tar.gz: 802728ecae6ee7e0b589bd1e6058e6e82cd21ffa
5
5
  SHA512:
6
- metadata.gz: bc610825f6f3e73aa329dc7d03e376c6a668c87253194898657873db49c8e0c22eaa35273f60b7da24fce92e3a1805a39f27cda7a7e063410cd3cbb603e49f8c
7
- data.tar.gz: e21c22ec251056087fb4c6ec15308a3bf1abde8540533d91c9b3666d6c0b2ffa48015a9cee901ff78d4cb2a3b34abb9f4a73ff8aa7ec8f444ec17c2af8fcf720
6
+ metadata.gz: b744977c908a0bdf6232a3ce3f3e862fab7b4f57f1b1ba41d85b0afa3acaa763e8678a472b7adbaacbe57bc45645f1f5c6f53b891d02fc98d6ada07dec86ee9a
7
+ data.tar.gz: e395ddd6f46b1e834b6a94e7d5b6ebe5b92141d415e4b387ab2166dfc5b36ff37333a9405f569a4a443d9317af908a57ce955aa9616325a8fdfa86bbd145766b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.252
1
+ 1.0.256
@@ -1431,6 +1431,7 @@ module TencentCloud
1431
1431
  # CreateLoadBalancer返回参数结构体
1432
1432
  class CreateLoadBalancerResponse < TencentCloud::Common::AbstractModel
1433
1433
  # @param LoadBalancerIds: 由负载均衡实例唯一 ID 组成的数组。
1434
+ # 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
1434
1435
  # @type LoadBalancerIds: Array
1435
1436
  # @param DealName: 订单号。
1436
1437
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3839,7 +3840,7 @@ module TencentCloud
3839
3840
  # @param HttpVersion: 自定义探测相关参数。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
3840
3841
  # 注意:此字段可能返回 null,表示取不到有效值。
3841
3842
  # @type HttpVersion: String
3842
- # @param SourceIpType: 自定义探测相关参数。健康检查原IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
3843
+ # @param SourceIpType: 自定义探测相关参数。健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
3843
3844
  # 注意:此字段可能返回 null,表示取不到有效值。
3844
3845
  # @type SourceIpType: Integer
3845
3846
 
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.252
4
+ version: 1.0.256
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-28 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common