tencentcloud-sdk-antiddos 3.0.513 → 3.0.515
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 +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85dfcd683292af5d5b4e8ffa9233994ca93979b8
|
4
|
+
data.tar.gz: 90eaac42d29c6cda097dc7848dd424c88c32fb99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f442480207e3a534d9de19e87dfc1991e579cfce5911f92e0f1524f94adb8daec1b12f1cb12193bfa13c2a4a711138ad021ea7c22efa99938d74c21ccd1fbf9
|
7
|
+
data.tar.gz: 169234a463992fe36c67518ff80c34931b346999a8e56b66bfbde10684bc9f39c95a98d39c929af0446f3017cc3903475a778fe6cce08ce219c268f181cc803d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.515
|
data/lib/v20200309/models.rb
CHANGED
@@ -514,10 +514,12 @@ module TencentCloud
|
|
514
514
|
# @type Line: Integer
|
515
515
|
# @param ElasticServiceBandwidth: 弹性业务带宽开关
|
516
516
|
# @type ElasticServiceBandwidth: Integer
|
517
|
+
# @param GiftServiceBandWidth: 赠送的业务带宽
|
518
|
+
# @type GiftServiceBandWidth: Integer
|
517
519
|
|
518
|
-
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth
|
520
|
+
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth, :GiftServiceBandWidth
|
519
521
|
|
520
|
-
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil, vitalityversion=nil, line=nil, elasticservicebandwidth=nil)
|
522
|
+
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil, vitalityversion=nil, line=nil, elasticservicebandwidth=nil, giftservicebandwidth=nil)
|
521
523
|
@InstanceDetail = instancedetail
|
522
524
|
@SpecificationLimit = specificationlimit
|
523
525
|
@Usage = usage
|
@@ -536,6 +538,7 @@ module TencentCloud
|
|
536
538
|
@VitalityVersion = vitalityversion
|
537
539
|
@Line = line
|
538
540
|
@ElasticServiceBandwidth = elasticservicebandwidth
|
541
|
+
@GiftServiceBandWidth = giftservicebandwidth
|
539
542
|
end
|
540
543
|
|
541
544
|
def deserialize(params)
|
@@ -586,6 +589,7 @@ module TencentCloud
|
|
586
589
|
@VitalityVersion = params['VitalityVersion']
|
587
590
|
@Line = params['Line']
|
588
591
|
@ElasticServiceBandwidth = params['ElasticServiceBandwidth']
|
592
|
+
@GiftServiceBandWidth = params['GiftServiceBandWidth']
|
589
593
|
end
|
590
594
|
end
|
591
595
|
|
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.515
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-antiddos.rb
|
37
|
-
- lib/v20200309/client.rb
|
38
37
|
- lib/v20200309/models.rb
|
38
|
+
- lib/v20200309/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|