tencentcloud-sdk-waf 3.0.561 → 3.0.564

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: 45c2a1dcff118e4ec416066048013ee39fd31ddb
4
- data.tar.gz: c351f5f98c5324e4eaff05c84dd414064c372358
3
+ metadata.gz: f8b9b5eb43c58b2e314713c8523d1168516af3eb
4
+ data.tar.gz: 099b4193b7fae42ce5419077cdf6eedcecf280f5
5
5
  SHA512:
6
- metadata.gz: a69c213794f01668c76818615b5def1b68fe7c681f87fb2f066afb0c8e884810918f45b29072440b9e61d20eee8342a1706700403969133262a8dc2bde98c0d9
7
- data.tar.gz: 635244901e7201af63e77edcdd7714a9ee1add0064b588367cea328e4e6042028ddacff1643cc96cbdeb3025f2a7d193a6d0871e3d7f83b548b583b75a10f083
6
+ metadata.gz: 4b20c12191328b61e082214aef345230356ddccb78ced1a2ec6c604fffc0fbafdc19d36c156b6bd46f80609940d1f92002abfb2b6ecdfcc8b8a1fb18aa88eb28
7
+ data.tar.gz: fd282a93db97b62f90cbf69aea704cae9ccf03835072edba9864fe0a2dc815f639c5f9d5b096f1270a467d6dc1d51e09532c1d1e89608feaac4c15515bdb2705
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.564
@@ -247,7 +247,6 @@ module TencentCloud
247
247
 
248
248
  # 删除域名规则白名单
249
249
 
250
-
251
250
  # @param request: Request instance for DeleteDomainWhiteRules.
252
251
  # @type request: :class:`Tencentcloud::waf::V20180125::DeleteDomainWhiteRulesRequest`
253
252
  # @rtype: :class:`Tencentcloud::waf::V20180125::DeleteDomainWhiteRulesResponse`
@@ -766,10 +766,13 @@ module TencentCloud
766
766
  # @param Type: 子产品code
767
767
  # 注意:此字段可能返回 null,表示取不到有效值。
768
768
  # @type Type: String
769
+ # @param RenewFlag: 续费标志
770
+ # 注意:此字段可能返回 null,表示取不到有效值。
771
+ # @type RenewFlag: Integer
769
772
 
770
- attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :Type
773
+ attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :Type, :RenewFlag
771
774
 
772
- def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, type=nil)
775
+ def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, type=nil, renewflag=nil)
773
776
  @ResourceIds = resourceids
774
777
  @Status = status
775
778
  @Region = region
@@ -778,6 +781,7 @@ module TencentCloud
778
781
  @InquireNum = inquirenum
779
782
  @UsedNum = usednum
780
783
  @Type = type
784
+ @RenewFlag = renewflag
781
785
  end
782
786
 
783
787
  def deserialize(params)
@@ -789,6 +793,7 @@ module TencentCloud
789
793
  @InquireNum = params['InquireNum']
790
794
  @UsedNum = params['UsedNum']
791
795
  @Type = params['Type']
796
+ @RenewFlag = params['RenewFlag']
792
797
  end
793
798
  end
794
799
 
@@ -804,15 +809,19 @@ module TencentCloud
804
809
  # @type Region: String
805
810
  # @param MaxBotQPS: 使用qps的最大值
806
811
  # @type MaxBotQPS: Integer
812
+ # @param RenewFlag: 续费标志
813
+ # 注意:此字段可能返回 null,表示取不到有效值。
814
+ # @type RenewFlag: Integer
807
815
 
808
- attr_accessor :ResourceIds, :ValidTime, :Count, :Region, :MaxBotQPS
816
+ attr_accessor :ResourceIds, :ValidTime, :Count, :Region, :MaxBotQPS, :RenewFlag
809
817
 
810
- def initialize(resourceids=nil, validtime=nil, count=nil, region=nil, maxbotqps=nil)
818
+ def initialize(resourceids=nil, validtime=nil, count=nil, region=nil, maxbotqps=nil, renewflag=nil)
811
819
  @ResourceIds = resourceids
812
820
  @ValidTime = validtime
813
821
  @Count = count
814
822
  @Region = region
815
823
  @MaxBotQPS = maxbotqps
824
+ @RenewFlag = renewflag
816
825
  end
817
826
 
818
827
  def deserialize(params)
@@ -821,6 +830,7 @@ module TencentCloud
821
830
  @Count = params['Count']
822
831
  @Region = params['Region']
823
832
  @MaxBotQPS = params['MaxBotQPS']
833
+ @RenewFlag = params['RenewFlag']
824
834
  end
825
835
  end
826
836
 
@@ -3125,10 +3135,13 @@ module TencentCloud
3125
3135
  # @param UsedNum: 使用数量
3126
3136
  # 注意:此字段可能返回 null,表示取不到有效值。
3127
3137
  # @type UsedNum: Integer
3138
+ # @param RenewFlag: 续费标志
3139
+ # 注意:此字段可能返回 null,表示取不到有效值。
3140
+ # @type RenewFlag: Integer
3128
3141
 
3129
- attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum
3142
+ attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag
3130
3143
 
3131
- def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil)
3144
+ def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, renewflag=nil)
3132
3145
  @ResourceIds = resourceids
3133
3146
  @Status = status
3134
3147
  @Region = region
@@ -3136,6 +3149,7 @@ module TencentCloud
3136
3149
  @EndTime = endtime
3137
3150
  @InquireNum = inquirenum
3138
3151
  @UsedNum = usednum
3152
+ @RenewFlag = renewflag
3139
3153
  end
3140
3154
 
3141
3155
  def deserialize(params)
@@ -3146,6 +3160,7 @@ module TencentCloud
3146
3160
  @EndTime = params['EndTime']
3147
3161
  @InquireNum = params['InquireNum']
3148
3162
  @UsedNum = params['UsedNum']
3163
+ @RenewFlag = params['RenewFlag']
3149
3164
  end
3150
3165
  end
3151
3166
 
@@ -3898,7 +3913,7 @@ module TencentCloud
3898
3913
  # @type Url: String
3899
3914
  # @param Function: 规则匹配方法
3900
3915
  # @type Function: String
3901
- # @param Status: 规则的开关状态
3916
+ # @param Status: 规则的开关状态,0表示关闭开关,1表示打开开关
3902
3917
  # @type Status: Integer
3903
3918
 
3904
3919
  attr_accessor :Domain, :Id, :Rules, :Url, :Function, :Status
@@ -4759,27 +4774,27 @@ module TencentCloud
4759
4774
  end
4760
4775
  end
4761
4776
 
4762
- # Waf 威胁情报封禁模块配置详情
4777
+ # 当前WAF威胁情报封禁模块详情
4763
4778
  class WafThreatenIntelligenceDetails < TencentCloud::Common::AbstractModel
4764
- # @param DefenseStatus: 封禁模组启用状态
4765
- # @type DefenseStatus: Integer
4766
4779
  # @param Tags: 封禁属性标签
4767
4780
  # 注意:此字段可能返回 null,表示取不到有效值。
4768
4781
  # @type Tags: Array
4782
+ # @param DefenseStatus: 封禁模组启用状态
4783
+ # @type DefenseStatus: Integer
4769
4784
  # @param LastUpdateTime: 最后更新时间
4770
4785
  # @type LastUpdateTime: String
4771
4786
 
4772
- attr_accessor :DefenseStatus, :Tags, :LastUpdateTime
4787
+ attr_accessor :Tags, :DefenseStatus, :LastUpdateTime
4773
4788
 
4774
- def initialize(defensestatus=nil, tags=nil, lastupdatetime=nil)
4775
- @DefenseStatus = defensestatus
4789
+ def initialize(tags=nil, defensestatus=nil, lastupdatetime=nil)
4776
4790
  @Tags = tags
4791
+ @DefenseStatus = defensestatus
4777
4792
  @LastUpdateTime = lastupdatetime
4778
4793
  end
4779
4794
 
4780
4795
  def deserialize(params)
4781
- @DefenseStatus = params['DefenseStatus']
4782
4796
  @Tags = params['Tags']
4797
+ @DefenseStatus = params['DefenseStatus']
4783
4798
  @LastUpdateTime = params['LastUpdateTime']
4784
4799
  end
4785
4800
  end
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.561
4
+ version: 3.0.564
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-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common