tencentcloud-sdk-antiddos 3.0.513 → 3.0.514
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: 7fcea2bc3405d8bb475b930fd6d862efc40b4f26
|
4
|
+
data.tar.gz: d8f49ef7fc0e20bd820d5235a8d04113dd1a3b28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d541f6b5ab250e95cbae323f61e2eb7ebda7d7c3cbde433df6cc8a2909ee6da868424c14efaf14a8eff04a817d5e089c3c23c543cf5e794c7618a5443d3c7c7
|
7
|
+
data.tar.gz: 389ced4a385b06bd8cbb223478a51c1dff2062759db981fed13c879670f5bcff89a0f67c33a9751511e7b9655cfadf66cb19ceaa0be8592f98a5663970f311cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.514
|
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.514
|
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-22 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:
|