tencentcloud-sdk-antiddos 3.0.1002 → 3.0.1003
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200309/models.rb +12 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7089007ed6097244af48e33ddc13c0a7ab7ffa2
|
4
|
+
data.tar.gz: e92037536dac5be9177da3c1405032b97f328f4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 826810e99788a2bd0d48608530a382c03bc260c6b355ef6820cc2daba020919b28a8c5144b4c2898840ec235898e42e32994d72e85afbefab9457c1ef5e8fa11
|
7
|
+
data.tar.gz: 5a7d90203ab1dd4ede26d79ebda8e1f9baf4ece1a27b015812dc3499078275c35f1e4017d1e4865207479202f4bf4d6a03a40c496890caa490f190a537e1bae0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1003
|
data/lib/v20200309/models.rb
CHANGED
@@ -3709,7 +3709,7 @@ module TencentCloud
|
|
3709
3709
|
# @type Ip: String
|
3710
3710
|
# @param Domain: 域名
|
3711
3711
|
# @type Domain: String
|
3712
|
-
# @param Protocol: 协议,可取值
|
3712
|
+
# @param Protocol: 协议,可取值http、https、http/https
|
3713
3713
|
# @type Protocol: String
|
3714
3714
|
|
3715
3715
|
attr_accessor :InstanceId, :Ip, :Domain, :Protocol
|
@@ -4697,7 +4697,7 @@ module TencentCloud
|
|
4697
4697
|
# @type FilterAssetIpList: Array
|
4698
4698
|
# @param FilterBasicPlusFlag: 是否包含基础防护增强版 0: 不包含 1: 包含
|
4699
4699
|
# @type FilterBasicPlusFlag: Integer
|
4700
|
-
# @param FilterPlanCntFlag:
|
4700
|
+
# @param FilterPlanCntFlag: 是否标准版2.0 0: 包含标准版2.0 0 1: 只查询标准版2.0 0 2: 不查标准版2.0
|
4701
4701
|
# @type FilterPlanCntFlag: Integer
|
4702
4702
|
# @param FilterTransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品 3: 包含全部
|
4703
4703
|
# @type FilterTransRegionFlag: Integer
|
@@ -6843,7 +6843,7 @@ module TencentCloud
|
|
6843
6843
|
# @type Ip: String
|
6844
6844
|
# @param Domain: 域名
|
6845
6845
|
# @type Domain: String
|
6846
|
-
# @param Protocol: 协议,可取值
|
6846
|
+
# @param Protocol: 协议,可取值http、https、http/https
|
6847
6847
|
# @type Protocol: String
|
6848
6848
|
# @param Level: CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略
|
6849
6849
|
# @type Level: String
|
@@ -7563,8 +7563,12 @@ module TencentCloud
|
|
7563
7563
|
# @type CCStatus: Integer
|
7564
7564
|
# @param CCEnable: HTTPS协议的CC防护状态,取值[0(关闭), 1(开启)]
|
7565
7565
|
# @type CCEnable: Integer
|
7566
|
-
# @param CCThreshold: HTTPS协议的CC
|
7566
|
+
# @param CCThreshold: HTTPS协议的CC防护阈值(已废弃)
|
7567
7567
|
# @type CCThreshold: Integer
|
7568
|
+
# @param CCThresholdNew: HTTPS协议的CC防护阈值 -1:默认防御阈值
|
7569
|
+
# 0: 关闭
|
7570
|
+
# 大于0:自定义防护阈值
|
7571
|
+
# @type CCThresholdNew: Integer
|
7568
7572
|
# @param CCLevel: HTTPS协议的CC防护等级
|
7569
7573
|
# @type CCLevel: String
|
7570
7574
|
# @param ModifyTime: 修改时间
|
@@ -7582,9 +7586,9 @@ module TencentCloud
|
|
7582
7586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7583
7587
|
# @type Version: Integer
|
7584
7588
|
|
7585
|
-
attr_accessor :Protocol, :Domain, :LbType, :KeepEnable, :KeepTime, :SourceType, :SourceList, :Region, :Id, :Ip, :RuleId, :RuleName, :CertType, :SSLId, :Cert, :PrivateKey, :Status, :CCStatus, :CCEnable, :CCThreshold, :CCLevel, :ModifyTime, :HttpsToHttpEnable, :VirtualPort, :RewriteHttps, :ErrCode, :Version
|
7589
|
+
attr_accessor :Protocol, :Domain, :LbType, :KeepEnable, :KeepTime, :SourceType, :SourceList, :Region, :Id, :Ip, :RuleId, :RuleName, :CertType, :SSLId, :Cert, :PrivateKey, :Status, :CCStatus, :CCEnable, :CCThreshold, :CCThresholdNew, :CCLevel, :ModifyTime, :HttpsToHttpEnable, :VirtualPort, :RewriteHttps, :ErrCode, :Version
|
7586
7590
|
|
7587
|
-
def initialize(protocol=nil, domain=nil, lbtype=nil, keepenable=nil, keeptime=nil, sourcetype=nil, sourcelist=nil, region=nil, id=nil, ip=nil, ruleid=nil, rulename=nil, certtype=nil, sslid=nil, cert=nil, privatekey=nil, status=nil, ccstatus=nil, ccenable=nil, ccthreshold=nil, cclevel=nil, modifytime=nil, httpstohttpenable=nil, virtualport=nil, rewritehttps=nil, errcode=nil, version=nil)
|
7591
|
+
def initialize(protocol=nil, domain=nil, lbtype=nil, keepenable=nil, keeptime=nil, sourcetype=nil, sourcelist=nil, region=nil, id=nil, ip=nil, ruleid=nil, rulename=nil, certtype=nil, sslid=nil, cert=nil, privatekey=nil, status=nil, ccstatus=nil, ccenable=nil, ccthreshold=nil, ccthresholdnew=nil, cclevel=nil, modifytime=nil, httpstohttpenable=nil, virtualport=nil, rewritehttps=nil, errcode=nil, version=nil)
|
7588
7592
|
@Protocol = protocol
|
7589
7593
|
@Domain = domain
|
7590
7594
|
@LbType = lbtype
|
@@ -7605,6 +7609,7 @@ module TencentCloud
|
|
7605
7609
|
@CCStatus = ccstatus
|
7606
7610
|
@CCEnable = ccenable
|
7607
7611
|
@CCThreshold = ccthreshold
|
7612
|
+
@CCThresholdNew = ccthresholdnew
|
7608
7613
|
@CCLevel = cclevel
|
7609
7614
|
@ModifyTime = modifytime
|
7610
7615
|
@HttpsToHttpEnable = httpstohttpenable
|
@@ -7642,6 +7647,7 @@ module TencentCloud
|
|
7642
7647
|
@CCStatus = params['CCStatus']
|
7643
7648
|
@CCEnable = params['CCEnable']
|
7644
7649
|
@CCThreshold = params['CCThreshold']
|
7650
|
+
@CCThresholdNew = params['CCThresholdNew']
|
7645
7651
|
@CCLevel = params['CCLevel']
|
7646
7652
|
@ModifyTime = params['ModifyTime']
|
7647
7653
|
@HttpsToHttpEnable = params['HttpsToHttpEnable']
|