tencentcloud-sdk-antiddos 1.0.288 → 1.0.291
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 +27 -20
- 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: 32adc069b98121b19432f67a58c675db1b8764a4
|
4
|
+
data.tar.gz: e5667e679f4760cd486407970b77ce302b62e9cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 740f7d1b5b7567ffb2949ac67e13b67bdad184830aa6293ef4b27c6c29488a303e14d98633a7d6935d660f0f2901239aa416e09cb47e47e30607e1b13d0c37e0
|
7
|
+
data.tar.gz: 58e774ee15def1dbaec7c84c248bd26fd02441408909dc6b6b74e83cdbbb0bbfcfa8d3200fa36262e991c773f0796193b4da45d70fd7442c67c3dac89722555c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.291
|
data/lib/v20200309/models.rb
CHANGED
@@ -1934,12 +1934,19 @@ module TencentCloud
|
|
1934
1934
|
|
1935
1935
|
# CreateSchedulingDomain请求参数结构体
|
1936
1936
|
class CreateSchedulingDomainRequest < TencentCloud::Common::AbstractModel
|
1937
|
+
# @param Product: 代表是否混合云本地化的产品。
|
1938
|
+
# hybrid: 宙斯盾本地化
|
1939
|
+
# 不填写:其他
|
1940
|
+
# @type Product: String
|
1937
1941
|
|
1942
|
+
attr_accessor :Product
|
1938
1943
|
|
1939
|
-
def initialize()
|
1944
|
+
def initialize(product=nil)
|
1945
|
+
@Product = product
|
1940
1946
|
end
|
1941
1947
|
|
1942
1948
|
def deserialize(params)
|
1949
|
+
@Product = params['Product']
|
1943
1950
|
end
|
1944
1951
|
end
|
1945
1952
|
|
@@ -3062,7 +3069,7 @@ module TencentCloud
|
|
3062
3069
|
|
3063
3070
|
# DescribeCCPrecisionPlyList请求参数结构体
|
3064
3071
|
class DescribeCCPrecisionPlyListRequest < TencentCloud::Common::AbstractModel
|
3065
|
-
# @param Business: 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防
|
3072
|
+
# @param Business: 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
|
3066
3073
|
# @type Business: String
|
3067
3074
|
# @param Offset: 页起始偏移,取值为(页码-1)*一页条数
|
3068
3075
|
# @type Offset: Integer
|
@@ -3070,11 +3077,11 @@ module TencentCloud
|
|
3070
3077
|
# @type Limit: Integer
|
3071
3078
|
# @param InstanceId: 指定特定实例Id
|
3072
3079
|
# @type InstanceId: String
|
3073
|
-
# @param Ip:
|
3080
|
+
# @param Ip: IP地址,普通高防IP要传该字段
|
3074
3081
|
# @type Ip: String
|
3075
|
-
# @param Domain: 域名,普通高防
|
3082
|
+
# @param Domain: 域名,普通高防IP要传该字段
|
3076
3083
|
# @type Domain: String
|
3077
|
-
# @param Protocol: 协议,普通高防
|
3084
|
+
# @param Protocol: 协议,普通高防IP要传该字段
|
3078
3085
|
# @type Protocol: String
|
3079
3086
|
|
3080
3087
|
attr_accessor :Business, :Offset, :Limit, :InstanceId, :Ip, :Domain, :Protocol
|
@@ -3133,7 +3140,7 @@ module TencentCloud
|
|
3133
3140
|
|
3134
3141
|
# DescribeCCReqLimitPolicyList请求参数结构体
|
3135
3142
|
class DescribeCCReqLimitPolicyListRequest < TencentCloud::Common::AbstractModel
|
3136
|
-
# @param Business: 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防
|
3143
|
+
# @param Business: 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
|
3137
3144
|
# @type Business: String
|
3138
3145
|
# @param Offset: 页起始偏移,取值为(页码-1)*一页条数
|
3139
3146
|
# @type Offset: Integer
|
@@ -3141,11 +3148,11 @@ module TencentCloud
|
|
3141
3148
|
# @type Limit: Integer
|
3142
3149
|
# @param InstanceId: 指定实例Id
|
3143
3150
|
# @type InstanceId: String
|
3144
|
-
# @param Ip:
|
3151
|
+
# @param Ip: IP地址,普通高防IP要传该字段
|
3145
3152
|
# @type Ip: String
|
3146
|
-
# @param Domain: 域名,普通高防
|
3153
|
+
# @param Domain: 域名,普通高防IP要传该字段
|
3147
3154
|
# @type Domain: String
|
3148
|
-
# @param Protocol: 协议,普通高防
|
3155
|
+
# @param Protocol: 协议,普通高防IP要传该字段
|
3149
3156
|
# @type Protocol: String
|
3150
3157
|
|
3151
3158
|
attr_accessor :Business, :Offset, :Limit, :InstanceId, :Ip, :Domain, :Protocol
|
@@ -3360,7 +3367,7 @@ module TencentCloud
|
|
3360
3367
|
|
3361
3368
|
# DescribeCcBlackWhiteIpList请求参数结构体
|
3362
3369
|
class DescribeCcBlackWhiteIpListRequest < TencentCloud::Common::AbstractModel
|
3363
|
-
# @param Business: 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防
|
3370
|
+
# @param Business: 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
|
3364
3371
|
# @type Business: String
|
3365
3372
|
# @param InstanceId: 指定特定实例Id
|
3366
3373
|
# @type InstanceId: String
|
@@ -3368,13 +3375,13 @@ module TencentCloud
|
|
3368
3375
|
# @type Offset: Integer
|
3369
3376
|
# @param Limit: 一页条数
|
3370
3377
|
# @type Limit: Integer
|
3371
|
-
# @param Ip:
|
3378
|
+
# @param Ip: IP地址,普通高防IP要传该字段
|
3372
3379
|
# @type Ip: String
|
3373
|
-
# @param Domain: 域名,普通高防
|
3380
|
+
# @param Domain: 域名,普通高防IP要传该字段
|
3374
3381
|
# @type Domain: String
|
3375
|
-
# @param Protocol: 协议,普通高防
|
3382
|
+
# @param Protocol: 协议,普通高防IP要传该字段
|
3376
3383
|
# @type Protocol: String
|
3377
|
-
# @param FilterIp: 筛选
|
3384
|
+
# @param FilterIp: 筛选IP,需要筛选黑白名单IP时传该字段
|
3378
3385
|
# @type FilterIp: String
|
3379
3386
|
# @param FilterType: 黑白名单筛选字段,需要筛选黑白名单列表时传该字段
|
3380
3387
|
# @type FilterType: String
|
@@ -3439,7 +3446,7 @@ module TencentCloud
|
|
3439
3446
|
|
3440
3447
|
# DescribeCcGeoIPBlockConfigList请求参数结构体
|
3441
3448
|
class DescribeCcGeoIPBlockConfigListRequest < TencentCloud::Common::AbstractModel
|
3442
|
-
# @param Business: 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防
|
3449
|
+
# @param Business: 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
|
3443
3450
|
# @type Business: String
|
3444
3451
|
# @param Offset: 页起始偏移,取值为(页码-1)*一页条数
|
3445
3452
|
# @type Offset: Integer
|
@@ -3447,11 +3454,11 @@ module TencentCloud
|
|
3447
3454
|
# @type Limit: Integer
|
3448
3455
|
# @param InstanceId: 指定特定实例Id
|
3449
3456
|
# @type InstanceId: String
|
3450
|
-
# @param Ip:
|
3457
|
+
# @param Ip: IP地址,普通高防ip要传该字段
|
3451
3458
|
# @type Ip: String
|
3452
|
-
# @param Domain: 域名,普通高防
|
3459
|
+
# @param Domain: 域名,普通高防IP要传该字段
|
3453
3460
|
# @type Domain: String
|
3454
|
-
# @param Protocol: 协议,普通高防
|
3461
|
+
# @param Protocol: 协议,普通高防IP要传该字段
|
3455
3462
|
# @type Protocol: String
|
3456
3463
|
|
3457
3464
|
attr_accessor :Business, :Offset, :Limit, :InstanceId, :Ip, :Domain, :Protocol
|
@@ -5281,7 +5288,7 @@ module TencentCloud
|
|
5281
5288
|
class ModifyCCLevelPolicyRequest < TencentCloud::Common::AbstractModel
|
5282
5289
|
# @param InstanceId: 实例Id
|
5283
5290
|
# @type InstanceId: String
|
5284
|
-
# @param Ip:
|
5291
|
+
# @param Ip: IP地址
|
5285
5292
|
# @type Ip: String
|
5286
5293
|
# @param Domain: 域名
|
5287
5294
|
# @type Domain: String
|
@@ -5423,7 +5430,7 @@ module TencentCloud
|
|
5423
5430
|
class ModifyCCThresholdPolicyRequest < TencentCloud::Common::AbstractModel
|
5424
5431
|
# @param InstanceId: 实例Id
|
5425
5432
|
# @type InstanceId: String
|
5426
|
-
# @param Ip:
|
5433
|
+
# @param Ip: IP地址
|
5427
5434
|
# @type Ip: String
|
5428
5435
|
# @param Domain: 域名
|
5429
5436
|
# @type Domain: String
|
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: 1.0.
|
4
|
+
version: 1.0.291
|
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-
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|