tencentcloud-sdk-antiddos 3.0.464 → 3.0.465

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ab38ca7becd6900d78f398363f96cc083e39ea5
4
- data.tar.gz: 07031f81de4e11fe00c3faa5001047418d644519
3
+ metadata.gz: 4f66e925fe11f76fe19379633eb6ea8945161827
4
+ data.tar.gz: 00b1ddfdf8de1858ada0c61336ba91002e91a7d6
5
5
  SHA512:
6
- metadata.gz: 84c5e3260ee7816c24f780f571aac35e92ca5b1d905597b51b07187292f068c4a75061c28e3b350779b873a9493b53a5cd00d85168d293e17235f064b0e10310
7
- data.tar.gz: d1419aa001878d712d976d9af0db6b4d74f2844498fcd9505f28070e6ce763c8515d0a92e0bd2e4d561ec7c333480092e13b49165d045255dd7427db1fdbfb10
6
+ metadata.gz: 9a2086f0f6e456cadbe9d2fa5bd5dda7a7d1f08fd8650bbcfa5166e0a140e04c59b8e3112fe28d768cd8cf4672b4aeea49c409016f15260ed85870c2e1907d6c
7
+ data.tar.gz: 71b35fb32d4370c23d5c943d6b9ad57b440c2b907615baaff070fc278606106b74edb1ac522246eb71cdf705dd75dfc0c1d2680b9736a94f68e1509449ed91ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.465
@@ -1511,7 +1511,7 @@ module TencentCloud
1511
1511
  # @type Domain: String
1512
1512
  # @param Protocol: 协议类型
1513
1513
  # @type Protocol: String
1514
- # @param CcGeoIPBlockConfig: CC区域封禁配置,填写参数时配置ID请为空
1514
+ # @param CcGeoIPBlockConfig: CC区域封禁配置
1515
1515
  # @type CcGeoIPBlockConfig: :class:`Tencentcloud::Antiddos.v20200309.models.CcGeoIPBlockConfig`
1516
1516
 
1517
1517
  attr_accessor :InstanceId, :IP, :Domain, :Protocol, :CcGeoIPBlockConfig
@@ -5089,9 +5089,9 @@ module TencentCloud
5089
5089
  # @type Dimension: String
5090
5090
  # @param Period: 周期,当前仅支持86400
5091
5091
  # @type Period: Integer
5092
- # @param StartTime: 起始时间
5092
+ # @param StartTime: 统计开始时间
5093
5093
  # @type StartTime: String
5094
- # @param EndTime: 结束时间
5094
+ # @param EndTime: 统计结束时间
5095
5095
  # @type EndTime: String
5096
5096
 
5097
5097
  attr_accessor :Type, :Dimension, :Period, :StartTime, :EndTime
@@ -5117,9 +5117,9 @@ module TencentCloud
5117
5117
  class DescribeOverviewAttackTrendResponse < TencentCloud::Common::AbstractModel
5118
5118
  # @param Type: 攻击类型
5119
5119
  # @type Type: String
5120
- # @param StartTime: 起始时间
5120
+ # @param StartTime: 统计起始时间
5121
5121
  # @type StartTime: String
5122
- # @param EndTime: 结束时间
5122
+ # @param EndTime: 统计结束时间
5123
5123
  # @type EndTime: String
5124
5124
  # @param Period: 周期
5125
5125
  # @type Period: Integer
@@ -5433,7 +5433,7 @@ module TencentCloud
5433
5433
 
5434
5434
  # DescribePendingRiskInfo返回参数结构体
5435
5435
  class DescribePendingRiskInfoResponse < TencentCloud::Common::AbstractModel
5436
- # @param IsPaidUsr: 是否为付费用户
5436
+ # @param IsPaidUsr: 是否为付费用户,true:付费用户, false:普通用户
5437
5437
  # @type IsPaidUsr: Boolean
5438
5438
  # @param AttackingCount: 攻击中的资源数量
5439
5439
  # @type AttackingCount: Integer
@@ -6401,7 +6401,7 @@ module TencentCloud
6401
6401
  class ModifyDDoSBlackWhiteIpListRequest < TencentCloud::Common::AbstractModel
6402
6402
  # @param InstanceId: 资源Id
6403
6403
  # @type InstanceId: String
6404
- # @param OldIpType: 当前黑名单类型,取值black时黑名单;取值white时白名单
6404
+ # @param OldIpType: 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
6405
6405
  # @type OldIpType: String
6406
6406
  # @param OldIp: 当前配置的Ip段,包含ip与掩码
6407
6407
  # @type OldIp: :class:`Tencentcloud::Antiddos.v20200309.models.IpSegment`
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.464
4
+ version: 3.0.465
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-02 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common