tencentcloud-sdk-waf 3.0.561 → 3.0.563

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 +28 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45c2a1dcff118e4ec416066048013ee39fd31ddb
4
- data.tar.gz: c351f5f98c5324e4eaff05c84dd414064c372358
3
+ metadata.gz: ced802c852370e456981e2af6d1ca91da51de7eb
4
+ data.tar.gz: 77eb9092ea7538459c2da94477eabe1116323700
5
5
  SHA512:
6
- metadata.gz: a69c213794f01668c76818615b5def1b68fe7c681f87fb2f066afb0c8e884810918f45b29072440b9e61d20eee8342a1706700403969133262a8dc2bde98c0d9
7
- data.tar.gz: 635244901e7201af63e77edcdd7714a9ee1add0064b588367cea328e4e6042028ddacff1643cc96cbdeb3025f2a7d193a6d0871e3d7f83b548b583b75a10f083
6
+ metadata.gz: 134ccdb2b1e5d4a621fce89ec5ffd0c2b54827d2f4cfd267e4e30cea64bb9e0aa5eda0cdec1adca107a6903014d709761ab866ca099240eaeffc9b7cec5cb9e2
7
+ data.tar.gz: bc4589beffca69a50b63ed306f0218a83a825c3dc9377bbbdd1d2cd963c0a83e645e57660f525f9c03e2b2ccb8cb4c1b6a177d192dfa044e8a71be0924e3500f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.563
@@ -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
 
@@ -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.563
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common