tencentcloud-sdk-antiddos 3.0.505 → 3.0.506

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200309/models.rb +16 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 878e26fd9107033ee80bda880affe3737707846f
4
- data.tar.gz: 3cfdd7c6f918ef64ed756181a0b7cb5a84897615
3
+ metadata.gz: a04c8e4e921501e0dda9fd22ded4280a6d09c6dc
4
+ data.tar.gz: 41a22578a221db4e32b978e351724e6b754e8a1a
5
5
  SHA512:
6
- metadata.gz: 37edccfe979302730004c3ddb4b3ca46a27d463935411606e38c1eba1896e37ac4df76a898c3050005754b25ebf8108fd868bb7a864d1bb572af562871ddbda9
7
- data.tar.gz: 8fdc1fddd34a79b7e4732c0f32256b823434f84c5fa25bf41ad24a305dce1bdc7e105afeb3ba07cc1bb8be2d1377cb71bc17d3f00e7e761129a631ea9a156755
6
+ metadata.gz: 683821e0d74485dd1f72b6a98e2ed1c514227b541fe266743114ee70826a9ed5609b17aa2a770aa2f720e7ad49b19ba3d634732144ce33e4718f63954e7f1bce
7
+ data.tar.gz: 228f3b102053543f6e3177cda6f7b8c95797d47f903e987a2225adc0a09f64177c0ddae8b633504b8113c05ef522849aeeda3c05b3dae87404cc6e8b7ab9931a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.505
1
+ 3.0.506
@@ -6251,15 +6251,21 @@ module TencentCloud
6251
6251
  # @type InstanceDetails: Array
6252
6252
  # @param InstanceDetailRule: 规则所属的资源实例
6253
6253
  # @type InstanceDetailRule: Array
6254
+ # @param Protocol: 协议
6255
+ # @type Protocol: String
6256
+ # @param Vport: 端口号
6257
+ # @type Vport: Integer
6254
6258
 
6255
- attr_accessor :Domain, :ProxyTypeList, :RealServers, :InstanceDetails, :InstanceDetailRule
6259
+ attr_accessor :Domain, :ProxyTypeList, :RealServers, :InstanceDetails, :InstanceDetailRule, :Protocol, :Vport
6256
6260
 
6257
- def initialize(domain=nil, proxytypelist=nil, realservers=nil, instancedetails=nil, instancedetailrule=nil)
6261
+ def initialize(domain=nil, proxytypelist=nil, realservers=nil, instancedetails=nil, instancedetailrule=nil, protocol=nil, vport=nil)
6258
6262
  @Domain = domain
6259
6263
  @ProxyTypeList = proxytypelist
6260
6264
  @RealServers = realservers
6261
6265
  @InstanceDetails = instancedetails
6262
6266
  @InstanceDetailRule = instancedetailrule
6267
+ @Protocol = protocol
6268
+ @Vport = vport
6263
6269
  end
6264
6270
 
6265
6271
  def deserialize(params)
@@ -6296,6 +6302,8 @@ module TencentCloud
6296
6302
  @InstanceDetailRule << ruleinstancerelation_tmp
6297
6303
  end
6298
6304
  end
6305
+ @Protocol = params['Protocol']
6306
+ @Vport = params['Vport']
6299
6307
  end
6300
6308
  end
6301
6309
 
@@ -7751,19 +7759,23 @@ module TencentCloud
7751
7759
  # @type RsType: Integer
7752
7760
  # @param Weight: 源站的回源权重,取值1~100
7753
7761
  # @type Weight: Integer
7762
+ # @param Port: 端口号:0~65535
7763
+ # @type Port: Integer
7754
7764
 
7755
- attr_accessor :RealServer, :RsType, :Weight
7765
+ attr_accessor :RealServer, :RsType, :Weight, :Port
7756
7766
 
7757
- def initialize(realserver=nil, rstype=nil, weight=nil)
7767
+ def initialize(realserver=nil, rstype=nil, weight=nil, port=nil)
7758
7768
  @RealServer = realserver
7759
7769
  @RsType = rstype
7760
7770
  @Weight = weight
7771
+ @Port = port
7761
7772
  end
7762
7773
 
7763
7774
  def deserialize(params)
7764
7775
  @RealServer = params['RealServer']
7765
7776
  @RsType = params['RsType']
7766
7777
  @Weight = params['Weight']
7778
+ @Port = params['Port']
7767
7779
  end
7768
7780
  end
7769
7781
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.505
4
+ version: 3.0.506
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-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common