tencentcloud-sdk-antiddos 3.0.505 → 3.0.507
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200309/models.rb +16 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03d5153be9593a78d0a5160e54013fda6a3a3d55
|
4
|
+
data.tar.gz: 78489687dcf0f7b6bdd3363c5e901eb44ce10621
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef2dd765b555673adf0f44d83b26c2f7bd98bacb2e48e920908a641e56591c17d100888b1c9d57a013731fe17de4bb63bb89aad7b1d4fa1e979a99ad7bb654a5
|
7
|
+
data.tar.gz: 9267c74611b6a1febe846c01f995060e8493a970342314bd76d0902613627a2618b98fba5ec5a34938d166a4875e00c19bdc82f0e1947559cfaebd32aef605f7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.507
|
data/lib/v20200309/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.507
|
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-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|