tencentcloud-sdk-waf 3.0.665 → 3.0.666

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/v20180125/models.rb +10 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 228b7997c038c38b63bc1956a6e55a8f201c48d4
4
- data.tar.gz: 59884d5bd09d9a04206fc8bcc73057ed04490c24
3
+ metadata.gz: 0d427abba7f0763c3d3d8722459c9ec8bd457bb9
4
+ data.tar.gz: 44c74dd3eefa03b0380e8b9980b3f55932b188c5
5
5
  SHA512:
6
- metadata.gz: 80dd79133a7b943cbc6a62c3c951c01eef881aed762070c8c40d057261aad4dbc209dc6844c0514a7704b6243a14b8383c55019b165c17c953616d4326becfe0
7
- data.tar.gz: 74940479ed007a6d1fab4b115fae3c1ce5ca1c1b5e0d7d70f57107f0d9e22db4d4a67df1f1348f65ac42330e6b2735f38fc595a13370ac09ab73142ab129bb2f
6
+ metadata.gz: 3fb367650584b75ac645aa8330eb1a34b31e7a3b60074c7d58198a4899b80f44d13e5194b8885eec125cd4831cbf200ab756d94e0390634360e36b494310d8ad
7
+ data.tar.gz: 6ec335ba6e1655414f93b59477ede2125f24252a7aa8a766fabaeafdfb4508c2cfd1afada0c2f7ecbbf5caff3d2fda941dec4798253f99e79c8691be602affbf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.665
1
+ 3.0.666
@@ -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: 规则防御模式,0观察模式 1拦截模式
4740
+ # @param Mode: 规则引擎防护模式,0观察模式 1拦截模式
4741
4741
  # @type Mode: Integer
4742
- # @param Engine: AI防御模式,10规则引擎观察&&AI引擎关闭模式 11规则引擎观察&&AI引擎观察模式 12规则引擎观察&&AI引擎拦截模式 20规则引擎拦截&&AI引擎关闭模式 21规则引擎拦截&&AI引擎观察模式 22规则引擎拦截&&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 (0:关闭 1:开启)
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.665
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-22 00:00:00.000000000 Z
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