tencentcloud-sdk-antiddos 3.0.512 → 3.0.514

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba8a9c87bb4484bbb4a1949c2b19a10d4aa0c91b
4
- data.tar.gz: cf67f7820b28b51b906fe46601e66a5b863523ee
3
+ metadata.gz: 7fcea2bc3405d8bb475b930fd6d862efc40b4f26
4
+ data.tar.gz: d8f49ef7fc0e20bd820d5235a8d04113dd1a3b28
5
5
  SHA512:
6
- metadata.gz: 18f0263869120c1488f7f749a0d4dd81d84ef6de67a62a3d8de489fc9d5aa9e62611cbeef400833589546337e94df74ae15500be9f287a302388c1285e4217f6
7
- data.tar.gz: 491c39218ae3ba270b6a759f3937a5e74e42af1a16e532d1256f57abc2127b05d08836e61ea76de26eb6d5154fb2d50ae7caa1c56f794d1cfaa71e1205f5a629
6
+ metadata.gz: 6d541f6b5ab250e95cbae323f61e2eb7ebda7d7c3cbde433df6cc8a2909ee6da868424c14efaf14a8eff04a817d5e089c3c23c543cf5e794c7618a5443d3c7c7
7
+ data.tar.gz: 389ced4a385b06bd8cbb223478a51c1dff2062759db981fed13c879670f5bcff89a0f67c33a9751511e7b9655cfadf66cb19ceaa0be8592f98a5663970f311cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.512
1
+ 3.0.514
@@ -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.512
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-20 00:00:00.000000000 Z
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: