tencentcloud-sdk-antiddos 1.0.214 → 1.0.215
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200309/models.rb +7 -2
- 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: fd0ce4ab33f35473c880365ad4e94061bd65f643
|
|
4
|
+
data.tar.gz: df2c29c8f05a15dd98126d70d2a2f397db290eef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e0d6775b94c177b39e032bd6c802c1f5ffb2a987ad15a45f5f5a84ea917b0a2ebd6bb347cfb7bc73fcd90b8ad23a753c6bf602b0a2ac9ef77caa306fbbd057b
|
|
7
|
+
data.tar.gz: 1b852b2cd8d6911ebe89a901b2b003db8b61e64f842e20ce01a1ac283d985367d9c17905f895801e3b32538e140b24e6b61b859813b72dd7a8d3648f6317a4f3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.215
|
data/lib/v20200309/models.rb
CHANGED
|
@@ -162,10 +162,13 @@ module TencentCloud
|
|
|
162
162
|
# @type Domain: String
|
|
163
163
|
# @param DamDDoSStatus: 是否开启安全加速,是为1,否为0。
|
|
164
164
|
# @type DamDDoSStatus: Integer
|
|
165
|
+
# @param V6Flag: 是否Ipv6版本的IP, 是为1,否为0
|
|
166
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
167
|
+
# @type V6Flag: Integer
|
|
165
168
|
|
|
166
|
-
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :ExpiredTime, :CreatedTime, :Name, :PackInfo, :StaticPackRelation, :ZoneId, :Tgw, :EipAddressStatus, :EipFlag, :EipAddressPackRelation, :EipAddressInfo, :Domain, :DamDDoSStatus
|
|
169
|
+
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :ExpiredTime, :CreatedTime, :Name, :PackInfo, :StaticPackRelation, :ZoneId, :Tgw, :EipAddressStatus, :EipFlag, :EipAddressPackRelation, :EipAddressInfo, :Domain, :DamDDoSStatus, :V6Flag
|
|
167
170
|
|
|
168
|
-
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, expiredtime=nil, createdtime=nil, name=nil, packinfo=nil, staticpackrelation=nil, zoneid=nil, tgw=nil, eipaddressstatus=nil, eipflag=nil, eipaddresspackrelation=nil, eipaddressinfo=nil, domain=nil, damddosstatus=nil)
|
|
171
|
+
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, expiredtime=nil, createdtime=nil, name=nil, packinfo=nil, staticpackrelation=nil, zoneid=nil, tgw=nil, eipaddressstatus=nil, eipflag=nil, eipaddresspackrelation=nil, eipaddressinfo=nil, domain=nil, damddosstatus=nil, v6flag=nil)
|
|
169
172
|
@InstanceDetail = instancedetail
|
|
170
173
|
@SpecificationLimit = specificationlimit
|
|
171
174
|
@Usage = usage
|
|
@@ -184,6 +187,7 @@ module TencentCloud
|
|
|
184
187
|
@EipAddressInfo = eipaddressinfo
|
|
185
188
|
@Domain = domain
|
|
186
189
|
@DamDDoSStatus = damddosstatus
|
|
190
|
+
@V6Flag = v6flag
|
|
187
191
|
end
|
|
188
192
|
|
|
189
193
|
def deserialize(params)
|
|
@@ -229,6 +233,7 @@ module TencentCloud
|
|
|
229
233
|
end
|
|
230
234
|
@Domain = params['Domain']
|
|
231
235
|
@DamDDoSStatus = params['DamDDoSStatus']
|
|
236
|
+
@V6Flag = params['V6Flag']
|
|
232
237
|
end
|
|
233
238
|
end
|
|
234
239
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.215
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|