tencentcloud-sdk-waf 3.0.1044 → 3.0.1045
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 +57 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ab4c4336279e314e43288ea8c96aa3d966fdc51
|
4
|
+
data.tar.gz: c501f7a1bdbac1edd5e7dfebbf900d1e00fbe80d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f729ce26f02612cf6b32826d45ab166b6bb7e90930e33f2e83c11b08bc7b92a0d466c080bd0b6a8c48afe9e00d59a510ef1ba65bfe4e2ed860af6503ad1ccd8
|
7
|
+
data.tar.gz: 939b3bc0cbe20e77afd8814734c5d4fe4351e2db6192b147b13da6c40f3897d211cce5ce27083051ab57822b63fbd33c2d1f41f98d3f1ad6ca8738bb574adb6e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1045
|
data/lib/v20180125/models.rb
CHANGED
@@ -10434,10 +10434,12 @@ module TencentCloud
|
|
10434
10434
|
# @type Last3MaxQPS: Integer
|
10435
10435
|
# @param Last3MaxBandwidth: 最近3天最大带宽
|
10436
10436
|
# @type Last3MaxBandwidth: Integer
|
10437
|
+
# @param MajorEventsProPkg: 重保增强包
|
10438
|
+
# @type MajorEventsProPkg: :class:`Tencentcloud::Waf.v20180125.models.MajorEventsProPkg`
|
10437
10439
|
|
10438
|
-
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
|
10440
|
+
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, :MajorEventsProPkg
|
10439
10441
|
|
10440
|
-
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)
|
10442
|
+
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, majoreventspropkg=nil)
|
10441
10443
|
@InstanceId = instanceid
|
10442
10444
|
@InstanceName = instancename
|
10443
10445
|
@ResourceIds = resourceids
|
@@ -10481,6 +10483,7 @@ module TencentCloud
|
|
10481
10483
|
@FreeDelayFlag = freedelayflag
|
10482
10484
|
@Last3MaxQPS = last3maxqps
|
10483
10485
|
@Last3MaxBandwidth = last3maxbandwidth
|
10486
|
+
@MajorEventsProPkg = majoreventspropkg
|
10484
10487
|
end
|
10485
10488
|
|
10486
10489
|
def deserialize(params)
|
@@ -10557,6 +10560,10 @@ module TencentCloud
|
|
10557
10560
|
@FreeDelayFlag = params['FreeDelayFlag']
|
10558
10561
|
@Last3MaxQPS = params['Last3MaxQPS']
|
10559
10562
|
@Last3MaxBandwidth = params['Last3MaxBandwidth']
|
10563
|
+
unless params['MajorEventsProPkg'].nil?
|
10564
|
+
@MajorEventsProPkg = MajorEventsProPkg.new
|
10565
|
+
@MajorEventsProPkg.deserialize(params['MajorEventsProPkg'])
|
10566
|
+
end
|
10560
10567
|
end
|
10561
10568
|
end
|
10562
10569
|
|
@@ -11027,6 +11034,54 @@ module TencentCloud
|
|
11027
11034
|
end
|
11028
11035
|
end
|
11029
11036
|
|
11037
|
+
# 重保防护资源信息
|
11038
|
+
class MajorEventsProPkg < TencentCloud::Common::AbstractModel
|
11039
|
+
# @param ResourceIds: 资源id
|
11040
|
+
# @type ResourceIds: String
|
11041
|
+
# @param Status: 状态
|
11042
|
+
# @type Status: Integer
|
11043
|
+
# @param Region: 地域
|
11044
|
+
# @type Region: Integer
|
11045
|
+
# @param BeginTime: 开始时间
|
11046
|
+
# @type BeginTime: String
|
11047
|
+
# @param EndTime: 结束时间
|
11048
|
+
# @type EndTime: String
|
11049
|
+
# @param InquireNum: 申请数量
|
11050
|
+
# @type InquireNum: Integer
|
11051
|
+
# @param UsedNum: 使用数量
|
11052
|
+
# @type UsedNum: Integer
|
11053
|
+
# @param RenewFlag: 续费标志
|
11054
|
+
# @type RenewFlag: Integer
|
11055
|
+
# @param BillingItem: 计费项
|
11056
|
+
# @type BillingItem: String
|
11057
|
+
|
11058
|
+
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem
|
11059
|
+
|
11060
|
+
def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, renewflag=nil, billingitem=nil)
|
11061
|
+
@ResourceIds = resourceids
|
11062
|
+
@Status = status
|
11063
|
+
@Region = region
|
11064
|
+
@BeginTime = begintime
|
11065
|
+
@EndTime = endtime
|
11066
|
+
@InquireNum = inquirenum
|
11067
|
+
@UsedNum = usednum
|
11068
|
+
@RenewFlag = renewflag
|
11069
|
+
@BillingItem = billingitem
|
11070
|
+
end
|
11071
|
+
|
11072
|
+
def deserialize(params)
|
11073
|
+
@ResourceIds = params['ResourceIds']
|
11074
|
+
@Status = params['Status']
|
11075
|
+
@Region = params['Region']
|
11076
|
+
@BeginTime = params['BeginTime']
|
11077
|
+
@EndTime = params['EndTime']
|
11078
|
+
@InquireNum = params['InquireNum']
|
11079
|
+
@UsedNum = params['UsedNum']
|
11080
|
+
@RenewFlag = params['RenewFlag']
|
11081
|
+
@BillingItem = params['BillingItem']
|
11082
|
+
end
|
11083
|
+
end
|
11084
|
+
|
11030
11085
|
# 小程序安全接入ID扩展资源信息
|
11031
11086
|
class MiniExtendPkg < TencentCloud::Common::AbstractModel
|
11032
11087
|
# @param ResourceIds: 资源id
|
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.1045
|
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-04-
|
11
|
+
date: 2025-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-waf.rb
|
36
37
|
- lib/v20180125/client.rb
|
37
38
|
- lib/v20180125/models.rb
|
38
|
-
- lib/tencentcloud-sdk-waf.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|