tencentcloud-sdk-waf 3.0.665 → 3.0.666
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/v20180125/models.rb +10 -5
- 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: 0d427abba7f0763c3d3d8722459c9ec8bd457bb9
|
4
|
+
data.tar.gz: 44c74dd3eefa03b0380e8b9980b3f55932b188c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fb367650584b75ac645aa8330eb1a34b31e7a3b60074c7d58198a4899b80f44d13e5194b8885eec125cd4831cbf200ab756d94e0390634360e36b494310d8ad
|
7
|
+
data.tar.gz: 6ec335ba6e1655414f93b59477ede2125f24252a7aa8a766fabaeafdfb4508c2cfd1afada0c2f7ecbbf5caff3d2fda941dec4798253f99e79c8691be602affbf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.666
|
data/lib/v20180125/models.rb
CHANGED
@@ -4737,9 +4737,9 @@ module TencentCloud
|
|
4737
4737
|
# @type FlowMode: Integer
|
4738
4738
|
# @param Status: waf开关,0关闭 1开启
|
4739
4739
|
# @type Status: Integer
|
4740
|
-
# @param Mode:
|
4740
|
+
# @param Mode: 规则引擎防护模式,0观察模式 1拦截模式
|
4741
4741
|
# @type Mode: Integer
|
4742
|
-
# @param Engine: AI
|
4742
|
+
# @param Engine: 规则引擎和AI引擎防护模式联合状态,10规则引擎观察&&AI引擎关闭模式 11规则引擎观察&&AI引擎观察模式 12规则引擎观察&&AI引擎拦截模式 20规则引擎拦截&&AI引擎关闭模式 21规则引擎拦截&&AI引擎观察模式 22规则引擎拦截&&AI引擎拦截模式
|
4743
4743
|
# @type Engine: Integer
|
4744
4744
|
# @param CCList: CC列表
|
4745
4745
|
# @type CCList: Array
|
@@ -4780,10 +4780,13 @@ module TencentCloud
|
|
4780
4780
|
# @param SgDetail: 安全组状态的详细解释
|
4781
4781
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4782
4782
|
# @type SgDetail: String
|
4783
|
+
# @param CloudType: 域名类型:hybrid表示混合云域名,public表示公有云域名
|
4784
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4785
|
+
# @type CloudType: String
|
4783
4786
|
|
4784
|
-
attr_accessor :Domain, :DomainId, :InstanceId, :Cname, :Edition, :Region, :InstanceName, :ClsStatus, :FlowMode, :Status, :Mode, :Engine, :CCList, :RsList, :Ports, :LoadBalancerSet, :AppId, :State, :CreateTime, :Ipv6Status, :BotStatus, :Level, :PostCLSStatus, :PostCKafkaStatus, :CdcClusters, :ApiStatus, :AlbType, :SgState, :SgDetail
|
4787
|
+
attr_accessor :Domain, :DomainId, :InstanceId, :Cname, :Edition, :Region, :InstanceName, :ClsStatus, :FlowMode, :Status, :Mode, :Engine, :CCList, :RsList, :Ports, :LoadBalancerSet, :AppId, :State, :CreateTime, :Ipv6Status, :BotStatus, :Level, :PostCLSStatus, :PostCKafkaStatus, :CdcClusters, :ApiStatus, :AlbType, :SgState, :SgDetail, :CloudType
|
4785
4788
|
|
4786
|
-
def initialize(domain=nil, domainid=nil, instanceid=nil, cname=nil, edition=nil, region=nil, instancename=nil, clsstatus=nil, flowmode=nil, status=nil, mode=nil, engine=nil, cclist=nil, rslist=nil, ports=nil, loadbalancerset=nil, appid=nil, state=nil, createtime=nil, ipv6status=nil, botstatus=nil, level=nil, postclsstatus=nil, postckafkastatus=nil, cdcclusters=nil, apistatus=nil, albtype=nil, sgstate=nil, sgdetail=nil)
|
4789
|
+
def initialize(domain=nil, domainid=nil, instanceid=nil, cname=nil, edition=nil, region=nil, instancename=nil, clsstatus=nil, flowmode=nil, status=nil, mode=nil, engine=nil, cclist=nil, rslist=nil, ports=nil, loadbalancerset=nil, appid=nil, state=nil, createtime=nil, ipv6status=nil, botstatus=nil, level=nil, postclsstatus=nil, postckafkastatus=nil, cdcclusters=nil, apistatus=nil, albtype=nil, sgstate=nil, sgdetail=nil, cloudtype=nil)
|
4787
4790
|
@Domain = domain
|
4788
4791
|
@DomainId = domainid
|
4789
4792
|
@InstanceId = instanceid
|
@@ -4813,6 +4816,7 @@ module TencentCloud
|
|
4813
4816
|
@AlbType = albtype
|
4814
4817
|
@SgState = sgstate
|
4815
4818
|
@SgDetail = sgdetail
|
4819
|
+
@CloudType = cloudtype
|
4816
4820
|
end
|
4817
4821
|
|
4818
4822
|
def deserialize(params)
|
@@ -4859,6 +4863,7 @@ module TencentCloud
|
|
4859
4863
|
@AlbType = params['AlbType']
|
4860
4864
|
@SgState = params['SgState']
|
4861
4865
|
@SgDetail = params['SgDetail']
|
4866
|
+
@CloudType = params['CloudType']
|
4862
4867
|
end
|
4863
4868
|
end
|
4864
4869
|
|
@@ -7022,7 +7027,7 @@ module TencentCloud
|
|
7022
7027
|
# @type Domain: String
|
7023
7028
|
# @param DomainId: 需要修改的域名ID
|
7024
7029
|
# @type DomainId: String
|
7025
|
-
# @param Status: 修改域名的Ipv6开关为Status (
|
7030
|
+
# @param Status: 修改域名的Ipv6开关为Status (1:开启 2:关闭)
|
7026
7031
|
# @type Status: Integer
|
7027
7032
|
|
7028
7033
|
attr_accessor :InstanceId, :Domain, :DomainId, :Status
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-waf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.666
|
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-09-
|
11
|
+
date: 2023-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|