tencentcloud-sdk-clb 1.0.305 → 1.0.308

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: 963c00e8dcf90cc0b950af4c6951f04af772e626
4
- data.tar.gz: 98d35bd3e3a464c2c0afab3143e7f8acc864806f
3
+ metadata.gz: f3b28b366b068e4d5514ea95177953fc1c11000b
4
+ data.tar.gz: 6daa612825b556e573dc6cadbc2e70200d4337d4
5
5
  SHA512:
6
- metadata.gz: 6db76979b02f8aafc498675eafcbe93cec40bc5f95ca49b9b8d728554d866e786c729a46425fd5f8bfe20ad27469fc24fb469c2bac90e3b2bcc1d6b05bfa1668
7
- data.tar.gz: 709a0474ee0b79d6c57510ec79999b5b33adf28aa7a4f5176ce099a1c3f65faf8266544435eb1421b725a3bfaca68855830b83f59371fd60c8bf0f1e977a958f
6
+ metadata.gz: aa5d9e3418f4eeba424585d04604a6807cea0ea8122a54b74796dd79162ba3451eb27656d420558e2bc894881815f648a6ce26a59e5a268872057afacb90de38
7
+ data.tar.gz: 678a823139a2763457869ac7e7e9734e7ded43e4440ea7951ec31372f8687c8726e63ef7498811304bb9975e5153cbc66789526bb74e2564c6a79f4a57a9825f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.305
1
+ 1.0.308
@@ -3908,10 +3908,13 @@ module TencentCloud
3908
3908
  # @param SourceIpType: 自定义探测相关参数。健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
3909
3909
  # 注意:此字段可能返回 null,表示取不到有效值。
3910
3910
  # @type SourceIpType: Integer
3911
+ # @param ExtendedCode: GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
3912
+ # 注意:此字段可能返回 null,表示取不到有效值。
3913
+ # @type ExtendedCode: String
3911
3914
 
3912
- attr_accessor :HealthSwitch, :TimeOut, :IntervalTime, :HealthNum, :UnHealthNum, :HttpCode, :HttpCheckPath, :HttpCheckDomain, :HttpCheckMethod, :CheckPort, :ContextType, :SendContext, :RecvContext, :CheckType, :HttpVersion, :SourceIpType
3915
+ attr_accessor :HealthSwitch, :TimeOut, :IntervalTime, :HealthNum, :UnHealthNum, :HttpCode, :HttpCheckPath, :HttpCheckDomain, :HttpCheckMethod, :CheckPort, :ContextType, :SendContext, :RecvContext, :CheckType, :HttpVersion, :SourceIpType, :ExtendedCode
3913
3916
 
3914
- def initialize(healthswitch=nil, timeout=nil, intervaltime=nil, healthnum=nil, unhealthnum=nil, httpcode=nil, httpcheckpath=nil, httpcheckdomain=nil, httpcheckmethod=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil, checktype=nil, httpversion=nil, sourceiptype=nil)
3917
+ def initialize(healthswitch=nil, timeout=nil, intervaltime=nil, healthnum=nil, unhealthnum=nil, httpcode=nil, httpcheckpath=nil, httpcheckdomain=nil, httpcheckmethod=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil, checktype=nil, httpversion=nil, sourceiptype=nil, extendedcode=nil)
3915
3918
  @HealthSwitch = healthswitch
3916
3919
  @TimeOut = timeout
3917
3920
  @IntervalTime = intervaltime
@@ -3928,6 +3931,7 @@ module TencentCloud
3928
3931
  @CheckType = checktype
3929
3932
  @HttpVersion = httpversion
3930
3933
  @SourceIpType = sourceiptype
3934
+ @ExtendedCode = extendedcode
3931
3935
  end
3932
3936
 
3933
3937
  def deserialize(params)
@@ -3947,6 +3951,7 @@ module TencentCloud
3947
3951
  @CheckType = params['CheckType']
3948
3952
  @HttpVersion = params['HttpVersion']
3949
3953
  @SourceIpType = params['SourceIpType']
3954
+ @ExtendedCode = params['ExtendedCode']
3950
3955
  end
3951
3956
  end
3952
3957
 
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.305
4
+ version: 1.0.308
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-04-28 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common