tencentcloud-sdk-antiddos 3.0.504 → 3.0.506

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.
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: d45c45ec55646b617987d740c2722051afefd8c8
4
- data.tar.gz: 0f7b64768451de111b12afca83c147e68a7c2d67
3
+ metadata.gz: a04c8e4e921501e0dda9fd22ded4280a6d09c6dc
4
+ data.tar.gz: 41a22578a221db4e32b978e351724e6b754e8a1a
5
5
  SHA512:
6
- metadata.gz: 623c8dd8d66f74bd0e8a42143794be03a1e52365736dbbea0dd92953bdef7e7fe423008e1b8b33c7df841142b2e7f467f9b7c108bd1a5bb23b9fa09ae4255608
7
- data.tar.gz: dc75d8e74139ac7b61bf4639dcf542445d0a14cf65796fafe7c238f34f69467bff1cbf1092120889ed53a017dbe1c8475f5a35fb6fefa58426c30274cbc39661
6
+ metadata.gz: 683821e0d74485dd1f72b6a98e2ed1c514227b541fe266743114ee70826a9ed5609b17aa2a770aa2f720e7ad49b19ba3d634732144ce33e4718f63954e7f1bce
7
+ data.tar.gz: 228f3b102053543f6e3177cda6f7b8c95797d47f903e987a2225adc0a09f64177c0ddae8b633504b8113c05ef522849aeeda3c05b3dae87404cc6e8b7ab9931a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.504
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.504
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-08 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