tencentcloud-sdk-antiddos 3.0.474 → 3.0.475

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200309/models.rb +25 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c7cad35a768b90ef0b012dabe2d1c3862fbf3d6
4
- data.tar.gz: 8a83a64ff8ae9113ab6563a7b7340033eea9a7dc
3
+ metadata.gz: 0b970ecf4cb8209b960abdbe340bff6459ac650e
4
+ data.tar.gz: 59c15d8fab494c231f8b724de9ba12cc172ad20d
5
5
  SHA512:
6
- metadata.gz: e8482afb1cda6fa27a3c8af41f50388714533ab26e6d520d18367b6419257e2ade3c7f4f51e5cc9d9648c1deee2e1357c2400aae80a84e5478873bf468d25f6a
7
- data.tar.gz: e19831b220c7d6a8cacb5046dc90aa43f72b5ad959b7e8896c7544c4637b14988709704958038cc653986ea64b0decf1a7b6968bd5b907ca2f9e6fd82161e56a
6
+ metadata.gz: 174e5fe69dc5bd82eec3e2dd7c564449a90ca2bcec99699aee22115c2d58ee2917bfd8e590e7f0db4f9910f90b2544b845e07b10c145d376bfc1e2d40dd29103
7
+ data.tar.gz: a68d896994e71fb8c0a409e0537af3695d7bd7be5d268bc394998202912940e9ca0f7ac8d673f0765f87076ffef7fe3db1dbf96381459e0f7eeb786493ea1650
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.474
1
+ 3.0.475
@@ -499,10 +499,15 @@ module TencentCloud
499
499
  # @type IpCountNewFlag: Integer
500
500
  # @param VitalityVersion: 攻击封堵套餐标记
501
501
  # @type VitalityVersion: Integer
502
+ # @param Line: 网络线路
503
+ # 注意:此字段可能返回 null,表示取不到有效值。
504
+ # @type Line: Integer
505
+ # @param ElasticServiceBandwidth: 弹性业务带宽开关
506
+ # @type ElasticServiceBandwidth: Integer
502
507
 
503
- attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion
508
+ attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth
504
509
 
505
- 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)
510
+ 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)
506
511
  @InstanceDetail = instancedetail
507
512
  @SpecificationLimit = specificationlimit
508
513
  @Usage = usage
@@ -519,6 +524,8 @@ module TencentCloud
519
524
  @TagInfoList = taginfolist
520
525
  @IpCountNewFlag = ipcountnewflag
521
526
  @VitalityVersion = vitalityversion
527
+ @Line = line
528
+ @ElasticServiceBandwidth = elasticservicebandwidth
522
529
  end
523
530
 
524
531
  def deserialize(params)
@@ -567,6 +574,8 @@ module TencentCloud
567
574
  end
568
575
  @IpCountNewFlag = params['IpCountNewFlag']
569
576
  @VitalityVersion = params['VitalityVersion']
577
+ @Line = params['Line']
578
+ @ElasticServiceBandwidth = params['ElasticServiceBandwidth']
570
579
  end
571
580
  end
572
581
 
@@ -3048,7 +3057,7 @@ module TencentCloud
3048
3057
  # @type Statistics: String
3049
3058
  # @param Business: 大禹子产品代号(bgpip表示高防IP)
3050
3059
  # @type Business: String
3051
- # @param Period: 统计周期,可取值300,1800,3600,21600,86400,单位秒
3060
+ # @param Period: 统计周期,可取值60,300,1800,3600,21600,86400,单位秒
3052
3061
  # @type Period: Integer
3053
3062
  # @param StartTime: 统计开始时间。 例:“2020-09-22 00:00:00”
3054
3063
  # @type StartTime: String
@@ -7695,17 +7704,21 @@ module TencentCloud
7695
7704
  # @type InstanceId: String
7696
7705
  # @param OpenStatus: 水印开启/关闭状态,1表示开启;0表示关闭
7697
7706
  # @type OpenStatus: Integer
7707
+ # @param CloudSdkProxy: 是否开启代理,1开启则忽略IP+端口校验;0关闭则需要IP+端口校验
7708
+ # @type CloudSdkProxy: Integer
7698
7709
 
7699
- attr_accessor :InstanceId, :OpenStatus
7710
+ attr_accessor :InstanceId, :OpenStatus, :CloudSdkProxy
7700
7711
 
7701
- def initialize(instanceid=nil, openstatus=nil)
7712
+ def initialize(instanceid=nil, openstatus=nil, cloudsdkproxy=nil)
7702
7713
  @InstanceId = instanceid
7703
7714
  @OpenStatus = openstatus
7715
+ @CloudSdkProxy = cloudsdkproxy
7704
7716
  end
7705
7717
 
7706
7718
  def deserialize(params)
7707
7719
  @InstanceId = params['InstanceId']
7708
7720
  @OpenStatus = params['OpenStatus']
7721
+ @CloudSdkProxy = params['CloudSdkProxy']
7709
7722
  end
7710
7723
  end
7711
7724
 
@@ -7783,15 +7796,19 @@ module TencentCloud
7783
7796
  # shortfpcheckall(精简模式)
7784
7797
  # ]
7785
7798
  # @type Verify: String
7799
+ # @param CloudSdkProxy: 是否开启代理,1开启则忽略IP+端口校验;0关闭则需要IP+端口校验
7800
+ # 注意:此字段可能返回 null,表示取不到有效值。
7801
+ # @type CloudSdkProxy: Integer
7786
7802
 
7787
- attr_accessor :Offset, :OpenStatus, :Listeners, :Keys, :Verify
7803
+ attr_accessor :Offset, :OpenStatus, :Listeners, :Keys, :Verify, :CloudSdkProxy
7788
7804
 
7789
- def initialize(offset=nil, openstatus=nil, listeners=nil, keys=nil, verify=nil)
7805
+ def initialize(offset=nil, openstatus=nil, listeners=nil, keys=nil, verify=nil, cloudsdkproxy=nil)
7790
7806
  @Offset = offset
7791
7807
  @OpenStatus = openstatus
7792
7808
  @Listeners = listeners
7793
7809
  @Keys = keys
7794
7810
  @Verify = verify
7811
+ @CloudSdkProxy = cloudsdkproxy
7795
7812
  end
7796
7813
 
7797
7814
  def deserialize(params)
@@ -7814,6 +7831,7 @@ module TencentCloud
7814
7831
  end
7815
7832
  end
7816
7833
  @Verify = params['Verify']
7834
+ @CloudSdkProxy = params['CloudSdkProxy']
7817
7835
  end
7818
7836
  end
7819
7837
 
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.474
4
+ version: 3.0.475
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common