tencentcloud-sdk-clb 1.0.307 → 1.0.308

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11c21256a291dc01573c019bad4dc0066af54c5a
4
- data.tar.gz: 05ff9e1fac05ed2dadc17c73769ef0f81e78d03a
3
+ metadata.gz: f3b28b366b068e4d5514ea95177953fc1c11000b
4
+ data.tar.gz: 6daa612825b556e573dc6cadbc2e70200d4337d4
5
5
  SHA512:
6
- metadata.gz: 4d21992f43024a2e739980d6711dd0f0abd965a942003a113af70dcb3f23a01f83ca3ef0630c7988c2bb1e619a7b6c3c54ece54168b6ce93b3edf5269fd4d566
7
- data.tar.gz: c4196f1a049e844bf7ddc277fab1a8a4d6e7392b860d93fbf0eb54199e915a808446b79f9f6cc621a060d1f921d969acff2911364eead5df01efddb80f96534e
6
+ metadata.gz: aa5d9e3418f4eeba424585d04604a6807cea0ea8122a54b74796dd79162ba3451eb27656d420558e2bc894881815f648a6ce26a59e5a268872057afacb90de38
7
+ data.tar.gz: 678a823139a2763457869ac7e7e9734e7ded43e4440ea7951ec31372f8687c8726e63ef7498811304bb9975e5153cbc66789526bb74e2564c6a79f4a57a9825f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.307
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.307
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-05-08 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