tencentcloud-sdk-waf 3.0.994 → 3.0.996
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180125/models.rb +30 -22
- 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: 4ebad77407b9d21862ed603169e3426406e19046
|
4
|
+
data.tar.gz: 8374f205bb640e672db7456a48ee1fabe1741499
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0241cf0b7ead63060d3c526f74a0479def6c0f3cb6007ed5b20365b457a1963bd65ffc1e6490a6a8589e190547777d681346da239d5c928429071b2a041de0b2
|
7
|
+
data.tar.gz: 8c04fd6ae932afa57eae0e13a07f92c912a52507f5bdd5fbe1f00068bb3e99bead15fa54f937541d7a629734498fb63b281ef397a63502d7f5fd9030b523fd09
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
data/lib/v20180125/models.rb
CHANGED
@@ -77,8 +77,8 @@ module TencentCloud
|
|
77
77
|
|
78
78
|
attr_accessor :BTime, :Count, :BeginTime
|
79
79
|
extend Gem::Deprecate
|
80
|
-
deprecate :BTime, :none, 2025,
|
81
|
-
deprecate :BTime=, :none, 2025,
|
80
|
+
deprecate :BTime, :none, 2025, 2
|
81
|
+
deprecate :BTime=, :none, 2025, 2
|
82
82
|
|
83
83
|
def initialize(btime=nil, count=nil, begintime=nil)
|
84
84
|
@BTime = btime
|
@@ -2651,8 +2651,8 @@ module TencentCloud
|
|
2651
2651
|
|
2652
2652
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
2653
2653
|
extend Gem::Deprecate
|
2654
|
-
deprecate :ValidTS, :none, 2025,
|
2655
|
-
deprecate :ValidTS=, :none, 2025,
|
2654
|
+
deprecate :ValidTS, :none, 2025, 2
|
2655
|
+
deprecate :ValidTS=, :none, 2025, 2
|
2656
2656
|
|
2657
2657
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
2658
2658
|
@Domain = domain
|
@@ -3441,8 +3441,8 @@ module TencentCloud
|
|
3441
3441
|
|
3442
3442
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
3443
3443
|
extend Gem::Deprecate
|
3444
|
-
deprecate :TopicId, :none, 2025,
|
3445
|
-
deprecate :TopicId=, :none, 2025,
|
3444
|
+
deprecate :TopicId, :none, 2025, 2
|
3445
|
+
deprecate :TopicId=, :none, 2025, 2
|
3446
3446
|
|
3447
3447
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
3448
3448
|
@From = from
|
@@ -5895,10 +5895,10 @@ module TencentCloud
|
|
5895
5895
|
|
5896
5896
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
5897
5897
|
extend Gem::Deprecate
|
5898
|
-
deprecate :VtsMin, :none, 2025,
|
5899
|
-
deprecate :VtsMin=, :none, 2025,
|
5900
|
-
deprecate :VtsMax, :none, 2025,
|
5901
|
-
deprecate :VtsMax=, :none, 2025,
|
5898
|
+
deprecate :VtsMin, :none, 2025, 2
|
5899
|
+
deprecate :VtsMin=, :none, 2025, 2
|
5900
|
+
deprecate :VtsMax, :none, 2025, 2
|
5901
|
+
deprecate :VtsMax=, :none, 2025, 2
|
5902
5902
|
|
5903
5903
|
def initialize(domain=nil, count=nil, actiontype=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, offset=nil, limit=nil, source=nil, sort=nil, ip=nil, validstatus=nil, validtimestampmin=nil, validtimestampmax=nil, ruleid=nil, timertype=nil)
|
5904
5904
|
@Domain = domain
|
@@ -6001,10 +6001,10 @@ module TencentCloud
|
|
6001
6001
|
|
6002
6002
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
6003
6003
|
extend Gem::Deprecate
|
6004
|
-
deprecate :VtsMin, :none, 2025,
|
6005
|
-
deprecate :VtsMin=, :none, 2025,
|
6006
|
-
deprecate :VtsMax, :none, 2025,
|
6007
|
-
deprecate :VtsMax=, :none, 2025,
|
6004
|
+
deprecate :VtsMin, :none, 2025, 2
|
6005
|
+
deprecate :VtsMin=, :none, 2025, 2
|
6006
|
+
deprecate :VtsMax, :none, 2025, 2
|
6007
|
+
deprecate :VtsMax=, :none, 2025, 2
|
6008
6008
|
|
6009
6009
|
def initialize(domain=nil, count=nil, category=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, skip=nil, limit=nil, name=nil, sort=nil, ip=nil, validtimestampmin=nil, validtimestampmax=nil)
|
6010
6010
|
@Domain = domain
|
@@ -9208,10 +9208,14 @@ module TencentCloud
|
|
9208
9208
|
# @type BillingItem: String
|
9209
9209
|
# @param FreeDelayFlag: 实例延期释放标识
|
9210
9210
|
# @type FreeDelayFlag: Integer
|
9211
|
+
# @param Last3MaxQPS: 最近3天最大qps
|
9212
|
+
# @type Last3MaxQPS: Integer
|
9213
|
+
# @param Last3MaxBandwidth: 最近3天最大带宽
|
9214
|
+
# @type Last3MaxBandwidth: Integer
|
9211
9215
|
|
9212
|
-
attr_accessor :InstanceId, :InstanceName, :ResourceIds, :Region, :PayMode, :RenewFlag, :Mode, :Level, :ValidTime, :BeginTime, :DomainCount, :SubDomainLimit, :MainDomainCount, :MainDomainLimit, :MaxQPS, :QPS, :DomainPkg, :AppId, :Edition, :FraudPkg, :BotPkg, :BotQPS, :ElasticBilling, :AttackLogPost, :MaxBandwidth, :APISecurity, :QpsStandard, :BandwidthStandard, :Status, :SandboxQps, :IsAPISecurityTrial, :MajorEventsPkg, :HybridPkg, :ApiPkg, :MiniPkg, :MiniQpsStandard, :MiniMaxQPS, :LastQpsExceedTime, :MiniExtendPkg, :BillingItem, :FreeDelayFlag
|
9216
|
+
attr_accessor :InstanceId, :InstanceName, :ResourceIds, :Region, :PayMode, :RenewFlag, :Mode, :Level, :ValidTime, :BeginTime, :DomainCount, :SubDomainLimit, :MainDomainCount, :MainDomainLimit, :MaxQPS, :QPS, :DomainPkg, :AppId, :Edition, :FraudPkg, :BotPkg, :BotQPS, :ElasticBilling, :AttackLogPost, :MaxBandwidth, :APISecurity, :QpsStandard, :BandwidthStandard, :Status, :SandboxQps, :IsAPISecurityTrial, :MajorEventsPkg, :HybridPkg, :ApiPkg, :MiniPkg, :MiniQpsStandard, :MiniMaxQPS, :LastQpsExceedTime, :MiniExtendPkg, :BillingItem, :FreeDelayFlag, :Last3MaxQPS, :Last3MaxBandwidth
|
9213
9217
|
|
9214
|
-
def initialize(instanceid=nil, instancename=nil, resourceids=nil, region=nil, paymode=nil, renewflag=nil, mode=nil, level=nil, validtime=nil, begintime=nil, domaincount=nil, subdomainlimit=nil, maindomaincount=nil, maindomainlimit=nil, maxqps=nil, qps=nil, domainpkg=nil, appid=nil, edition=nil, fraudpkg=nil, botpkg=nil, botqps=nil, elasticbilling=nil, attacklogpost=nil, maxbandwidth=nil, apisecurity=nil, qpsstandard=nil, bandwidthstandard=nil, status=nil, sandboxqps=nil, isapisecuritytrial=nil, majoreventspkg=nil, hybridpkg=nil, apipkg=nil, minipkg=nil, miniqpsstandard=nil, minimaxqps=nil, lastqpsexceedtime=nil, miniextendpkg=nil, billingitem=nil, freedelayflag=nil)
|
9218
|
+
def initialize(instanceid=nil, instancename=nil, resourceids=nil, region=nil, paymode=nil, renewflag=nil, mode=nil, level=nil, validtime=nil, begintime=nil, domaincount=nil, subdomainlimit=nil, maindomaincount=nil, maindomainlimit=nil, maxqps=nil, qps=nil, domainpkg=nil, appid=nil, edition=nil, fraudpkg=nil, botpkg=nil, botqps=nil, elasticbilling=nil, attacklogpost=nil, maxbandwidth=nil, apisecurity=nil, qpsstandard=nil, bandwidthstandard=nil, status=nil, sandboxqps=nil, isapisecuritytrial=nil, majoreventspkg=nil, hybridpkg=nil, apipkg=nil, minipkg=nil, miniqpsstandard=nil, minimaxqps=nil, lastqpsexceedtime=nil, miniextendpkg=nil, billingitem=nil, freedelayflag=nil, last3maxqps=nil, last3maxbandwidth=nil)
|
9215
9219
|
@InstanceId = instanceid
|
9216
9220
|
@InstanceName = instancename
|
9217
9221
|
@ResourceIds = resourceids
|
@@ -9253,6 +9257,8 @@ module TencentCloud
|
|
9253
9257
|
@MiniExtendPkg = miniextendpkg
|
9254
9258
|
@BillingItem = billingitem
|
9255
9259
|
@FreeDelayFlag = freedelayflag
|
9260
|
+
@Last3MaxQPS = last3maxqps
|
9261
|
+
@Last3MaxBandwidth = last3maxbandwidth
|
9256
9262
|
end
|
9257
9263
|
|
9258
9264
|
def deserialize(params)
|
@@ -9327,6 +9333,8 @@ module TencentCloud
|
|
9327
9333
|
end
|
9328
9334
|
@BillingItem = params['BillingItem']
|
9329
9335
|
@FreeDelayFlag = params['FreeDelayFlag']
|
9336
|
+
@Last3MaxQPS = params['Last3MaxQPS']
|
9337
|
+
@Last3MaxBandwidth = params['Last3MaxBandwidth']
|
9330
9338
|
end
|
9331
9339
|
end
|
9332
9340
|
|
@@ -11400,8 +11408,8 @@ module TencentCloud
|
|
11400
11408
|
|
11401
11409
|
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
11402
11410
|
extend Gem::Deprecate
|
11403
|
-
deprecate :ValidTS, :none, 2025,
|
11404
|
-
deprecate :ValidTS=, :none, 2025,
|
11411
|
+
deprecate :ValidTS, :none, 2025, 2
|
11412
|
+
deprecate :ValidTS=, :none, 2025, 2
|
11405
11413
|
|
11406
11414
|
def initialize(domain=nil, iplist=nil, actiontype=nil, ruleid=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
11407
11415
|
@Domain = domain
|
@@ -12785,10 +12793,10 @@ module TencentCloud
|
|
12785
12793
|
|
12786
12794
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
12787
12795
|
extend Gem::Deprecate
|
12788
|
-
deprecate :ColNames, :none, 2025,
|
12789
|
-
deprecate :ColNames=, :none, 2025,
|
12790
|
-
deprecate :AnalysisResults, :none, 2025,
|
12791
|
-
deprecate :AnalysisResults=, :none, 2025,
|
12796
|
+
deprecate :ColNames, :none, 2025, 2
|
12797
|
+
deprecate :ColNames=, :none, 2025, 2
|
12798
|
+
deprecate :AnalysisResults, :none, 2025, 2
|
12799
|
+
deprecate :AnalysisResults=, :none, 2025, 2
|
12792
12800
|
|
12793
12801
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
12794
12802
|
@Context = context
|
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.996
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|