tencentcloud-sdk-antiddos 3.0.672 → 3.0.673
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: b8fb72723abab8b2c909dbb76197b8d42c8f6549
|
|
4
|
+
data.tar.gz: b791cf19e6a4877dc5a69caf7563dc54ab63ef1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17661513e6e1a94dd560244898abac8ad1793bc1ec2ac85e9d55cd138693ef91bf2e083ef750bc72189c678a63304cf2f5d888c98eae1761642f79063d5a5c02
|
|
7
|
+
data.tar.gz: 511e2cfe3dea33a9139cb8f94e32b8ebb272a207e525ce323a08535573a199fd2ba0c69017cde698f7d96a49866c2ab83f2b57b55db0e832104883f530951328
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.673
|
data/lib/v20200309/models.rb
CHANGED
|
@@ -512,6 +512,9 @@ module TencentCloud
|
|
|
512
512
|
# @param Line: 网络线路
|
|
513
513
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
514
514
|
# @type Line: Integer
|
|
515
|
+
# @param FreeServiceBandwidth: 不计费的业务带宽
|
|
516
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
517
|
+
# @type FreeServiceBandwidth: Integer
|
|
515
518
|
# @param ElasticServiceBandwidth: 弹性业务带宽开关
|
|
516
519
|
# @type ElasticServiceBandwidth: Integer
|
|
517
520
|
# @param GiftServiceBandWidth: 赠送的业务带宽
|
|
@@ -523,9 +526,9 @@ module TencentCloud
|
|
|
523
526
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
524
527
|
# @type BasicPlusFlag: Integer
|
|
525
528
|
|
|
526
|
-
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth, :GiftServiceBandWidth, :ModifyTime, :BasicPlusFlag
|
|
529
|
+
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :FreeServiceBandwidth, :ElasticServiceBandwidth, :GiftServiceBandWidth, :ModifyTime, :BasicPlusFlag
|
|
527
530
|
|
|
528
|
-
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, modifytime=nil, basicplusflag=nil)
|
|
531
|
+
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, freeservicebandwidth=nil, elasticservicebandwidth=nil, giftservicebandwidth=nil, modifytime=nil, basicplusflag=nil)
|
|
529
532
|
@InstanceDetail = instancedetail
|
|
530
533
|
@SpecificationLimit = specificationlimit
|
|
531
534
|
@Usage = usage
|
|
@@ -543,6 +546,7 @@ module TencentCloud
|
|
|
543
546
|
@IpCountNewFlag = ipcountnewflag
|
|
544
547
|
@VitalityVersion = vitalityversion
|
|
545
548
|
@Line = line
|
|
549
|
+
@FreeServiceBandwidth = freeservicebandwidth
|
|
546
550
|
@ElasticServiceBandwidth = elasticservicebandwidth
|
|
547
551
|
@GiftServiceBandWidth = giftservicebandwidth
|
|
548
552
|
@ModifyTime = modifytime
|
|
@@ -596,6 +600,7 @@ module TencentCloud
|
|
|
596
600
|
@IpCountNewFlag = params['IpCountNewFlag']
|
|
597
601
|
@VitalityVersion = params['VitalityVersion']
|
|
598
602
|
@Line = params['Line']
|
|
603
|
+
@FreeServiceBandwidth = params['FreeServiceBandwidth']
|
|
599
604
|
@ElasticServiceBandwidth = params['ElasticServiceBandwidth']
|
|
600
605
|
@GiftServiceBandWidth = params['GiftServiceBandWidth']
|
|
601
606
|
@ModifyTime = params['ModifyTime']
|
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.673
|
|
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-10-
|
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|