tencentcloud-sdk-waf 3.0.1174 → 3.0.1181
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 +156 -46
- 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: 5668508ab258d9aae1832f7a1c34b2abe2aa73b9
|
|
4
|
+
data.tar.gz: f02ebf5f47d50a7e156a49e1b597dd265dfe7005
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc0cf5af77b0a42b7aa9ec41019b3cb6d2d04c447440efe41f42b373cbe29408bc01de8d08c7d7f23a9a9bf8778be43583285c19c008292c48dd97e5a5d20d05
|
|
7
|
+
data.tar.gz: d262ab0089c4df3e32e8d36a0ae9c6fdbf3bc661144446af31fce21a855abe8d6952ebf2d283e06f256a5ae1ce4597c5c6fe26536abc945a3e7bfd25690ed65f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1181
|
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, 12
|
|
81
|
+
deprecate :BTime=, :none, 2025, 12
|
|
82
82
|
|
|
83
83
|
def initialize(btime=nil, count=nil, begintime=nil)
|
|
84
84
|
@BTime = btime
|
|
@@ -624,8 +624,8 @@ module TencentCloud
|
|
|
624
624
|
|
|
625
625
|
attr_accessor :Name, :SortId, :Strategies, :Domain, :ActionType, :Redirect, :ExpireTime, :Edition, :Bypass, :EventId, :JobType, :JobDateTime, :Source, :Label, :Status, :PageId, :LogicalOp, :ActionRatio
|
|
626
626
|
extend Gem::Deprecate
|
|
627
|
-
deprecate :Bypass, :none, 2025,
|
|
628
|
-
deprecate :Bypass=, :none, 2025,
|
|
627
|
+
deprecate :Bypass, :none, 2025, 12
|
|
628
|
+
deprecate :Bypass=, :none, 2025, 12
|
|
629
629
|
|
|
630
630
|
def initialize(name=nil, sortid=nil, strategies=nil, domain=nil, actiontype=nil, redirect=nil, expiretime=nil, edition=nil, bypass=nil, eventid=nil, jobtype=nil, jobdatetime=nil, source=nil, label=nil, status=nil, pageid=nil, logicalop=nil, actionratio=nil)
|
|
631
631
|
@Name = name
|
|
@@ -979,16 +979,16 @@ module TencentCloud
|
|
|
979
979
|
|
|
980
980
|
attr_accessor :Domain, :CertType, :IsCdn, :UpstreamType, :IsWebsocket, :LoadBalance, :Ports, :IsKeepAlive, :InstanceID, :HttpsRewrite, :IsHttp2, :ActiveCheck, :CipherTemplate, :Cert, :PrivateKey, :SSLId, :ResourceId, :IpHeaders, :UpstreamScheme, :HttpsUpstreamPort, :IsGray, :GrayAreas, :UpstreamDomain, :SrcList, :Edition, :Anycast, :Weights, :TLSVersion, :Ciphers, :ProxyConnectTimeout, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :XFFReset, :Note, :UpstreamHost, :ProxyBuffer, :ProbeStatus, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :UpstreamPolicy, :UpstreamRules, :UseCase, :Gzip
|
|
981
981
|
extend Gem::Deprecate
|
|
982
|
-
deprecate :ResourceId, :none, 2025,
|
|
983
|
-
deprecate :ResourceId=, :none, 2025,
|
|
984
|
-
deprecate :IsGray, :none, 2025,
|
|
985
|
-
deprecate :IsGray=, :none, 2025,
|
|
986
|
-
deprecate :GrayAreas, :none, 2025,
|
|
987
|
-
deprecate :GrayAreas=, :none, 2025,
|
|
988
|
-
deprecate :Edition, :none, 2025,
|
|
989
|
-
deprecate :Edition=, :none, 2025,
|
|
990
|
-
deprecate :Anycast, :none, 2025,
|
|
991
|
-
deprecate :Anycast=, :none, 2025,
|
|
982
|
+
deprecate :ResourceId, :none, 2025, 12
|
|
983
|
+
deprecate :ResourceId=, :none, 2025, 12
|
|
984
|
+
deprecate :IsGray, :none, 2025, 12
|
|
985
|
+
deprecate :IsGray=, :none, 2025, 12
|
|
986
|
+
deprecate :GrayAreas, :none, 2025, 12
|
|
987
|
+
deprecate :GrayAreas=, :none, 2025, 12
|
|
988
|
+
deprecate :Edition, :none, 2025, 12
|
|
989
|
+
deprecate :Edition=, :none, 2025, 12
|
|
990
|
+
deprecate :Anycast, :none, 2025, 12
|
|
991
|
+
deprecate :Anycast=, :none, 2025, 12
|
|
992
992
|
|
|
993
993
|
def initialize(domain=nil, certtype=nil, iscdn=nil, upstreamtype=nil, iswebsocket=nil, loadbalance=nil, ports=nil, iskeepalive=nil, instanceid=nil, httpsrewrite=nil, ishttp2=nil, activecheck=nil, ciphertemplate=nil, cert=nil, privatekey=nil, sslid=nil, resourceid=nil, ipheaders=nil, upstreamscheme=nil, httpsupstreamport=nil, isgray=nil, grayareas=nil, upstreamdomain=nil, srclist=nil, edition=nil, anycast=nil, weights=nil, tlsversion=nil, ciphers=nil, proxyconnecttimeout=nil, proxyreadtimeout=nil, proxysendtimeout=nil, snitype=nil, snihost=nil, xffreset=nil, note=nil, upstreamhost=nil, proxybuffer=nil, probestatus=nil, gmtype=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil, upstreampolicy=nil, upstreamrules=nil, usecase=nil, gzip=nil)
|
|
994
994
|
@Domain = domain
|
|
@@ -1955,10 +1955,10 @@ module TencentCloud
|
|
|
1955
1955
|
|
|
1956
1956
|
attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :Hosts, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime, :ValidStatus, :GroupIds
|
|
1957
1957
|
extend Gem::Deprecate
|
|
1958
|
-
deprecate :Id, :none, 2025,
|
|
1959
|
-
deprecate :Id=, :none, 2025,
|
|
1960
|
-
deprecate :Ip, :none, 2025,
|
|
1961
|
-
deprecate :Ip=, :none, 2025,
|
|
1958
|
+
deprecate :Id, :none, 2025, 12
|
|
1959
|
+
deprecate :Id=, :none, 2025, 12
|
|
1960
|
+
deprecate :Ip, :none, 2025, 12
|
|
1961
|
+
deprecate :Ip=, :none, 2025, 12
|
|
1962
1962
|
|
|
1963
1963
|
def initialize(id=nil, actiontype=nil, ip=nil, note=nil, source=nil, tsversion=nil, validts=nil, hosts=nil, ruleid=nil, iplist=nil, createtime=nil, jobtype=nil, crontype=nil, jobdatetime=nil, validstatus=nil, groupids=nil)
|
|
1964
1964
|
@Id = id
|
|
@@ -2132,6 +2132,54 @@ module TencentCloud
|
|
|
2132
2132
|
end
|
|
2133
2133
|
end
|
|
2134
2134
|
|
|
2135
|
+
# BOT安全监测资源信息
|
|
2136
|
+
class BotMonitorPkg < TencentCloud::Common::AbstractModel
|
|
2137
|
+
# @param ResourceIds: 资源id
|
|
2138
|
+
# @type ResourceIds: String
|
|
2139
|
+
# @param Status: 状态
|
|
2140
|
+
# @type Status: Integer
|
|
2141
|
+
# @param Region: 地域
|
|
2142
|
+
# @type Region: Integer
|
|
2143
|
+
# @param BeginTime: 开始时间
|
|
2144
|
+
# @type BeginTime: String
|
|
2145
|
+
# @param EndTime: 结束时间
|
|
2146
|
+
# @type EndTime: String
|
|
2147
|
+
# @param InquireNum: 申请数量
|
|
2148
|
+
# @type InquireNum: Integer
|
|
2149
|
+
# @param UsedNum: 使用数量
|
|
2150
|
+
# @type UsedNum: Integer
|
|
2151
|
+
# @param RenewFlag: 续费标志
|
|
2152
|
+
# @type RenewFlag: Integer
|
|
2153
|
+
# @param BillingItem: 计费项
|
|
2154
|
+
# @type BillingItem: String
|
|
2155
|
+
|
|
2156
|
+
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem
|
|
2157
|
+
|
|
2158
|
+
def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, renewflag=nil, billingitem=nil)
|
|
2159
|
+
@ResourceIds = resourceids
|
|
2160
|
+
@Status = status
|
|
2161
|
+
@Region = region
|
|
2162
|
+
@BeginTime = begintime
|
|
2163
|
+
@EndTime = endtime
|
|
2164
|
+
@InquireNum = inquirenum
|
|
2165
|
+
@UsedNum = usednum
|
|
2166
|
+
@RenewFlag = renewflag
|
|
2167
|
+
@BillingItem = billingitem
|
|
2168
|
+
end
|
|
2169
|
+
|
|
2170
|
+
def deserialize(params)
|
|
2171
|
+
@ResourceIds = params['ResourceIds']
|
|
2172
|
+
@Status = params['Status']
|
|
2173
|
+
@Region = params['Region']
|
|
2174
|
+
@BeginTime = params['BeginTime']
|
|
2175
|
+
@EndTime = params['EndTime']
|
|
2176
|
+
@InquireNum = params['InquireNum']
|
|
2177
|
+
@UsedNum = params['UsedNum']
|
|
2178
|
+
@RenewFlag = params['RenewFlag']
|
|
2179
|
+
@BillingItem = params['BillingItem']
|
|
2180
|
+
end
|
|
2181
|
+
end
|
|
2182
|
+
|
|
2135
2183
|
# Bot资源信息
|
|
2136
2184
|
class BotPkg < TencentCloud::Common::AbstractModel
|
|
2137
2185
|
# @param ResourceIds: 资源id
|
|
@@ -2523,6 +2571,54 @@ module TencentCloud
|
|
|
2523
2571
|
end
|
|
2524
2572
|
end
|
|
2525
2573
|
|
|
2574
|
+
# BOT安全护航资源信息
|
|
2575
|
+
class BotSecurityPkg < TencentCloud::Common::AbstractModel
|
|
2576
|
+
# @param ResourceIds: 资源id
|
|
2577
|
+
# @type ResourceIds: String
|
|
2578
|
+
# @param Status: 状态
|
|
2579
|
+
# @type Status: Integer
|
|
2580
|
+
# @param Region: 地域
|
|
2581
|
+
# @type Region: Integer
|
|
2582
|
+
# @param BeginTime: 开始时间
|
|
2583
|
+
# @type BeginTime: String
|
|
2584
|
+
# @param EndTime: 结束时间
|
|
2585
|
+
# @type EndTime: String
|
|
2586
|
+
# @param InquireNum: 申请数量
|
|
2587
|
+
# @type InquireNum: Integer
|
|
2588
|
+
# @param UsedNum: 使用数量
|
|
2589
|
+
# @type UsedNum: Integer
|
|
2590
|
+
# @param RenewFlag: 续费标志
|
|
2591
|
+
# @type RenewFlag: Integer
|
|
2592
|
+
# @param BillingItem: 计费项
|
|
2593
|
+
# @type BillingItem: String
|
|
2594
|
+
|
|
2595
|
+
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem
|
|
2596
|
+
|
|
2597
|
+
def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, renewflag=nil, billingitem=nil)
|
|
2598
|
+
@ResourceIds = resourceids
|
|
2599
|
+
@Status = status
|
|
2600
|
+
@Region = region
|
|
2601
|
+
@BeginTime = begintime
|
|
2602
|
+
@EndTime = endtime
|
|
2603
|
+
@InquireNum = inquirenum
|
|
2604
|
+
@UsedNum = usednum
|
|
2605
|
+
@RenewFlag = renewflag
|
|
2606
|
+
@BillingItem = billingitem
|
|
2607
|
+
end
|
|
2608
|
+
|
|
2609
|
+
def deserialize(params)
|
|
2610
|
+
@ResourceIds = params['ResourceIds']
|
|
2611
|
+
@Status = params['Status']
|
|
2612
|
+
@Region = params['Region']
|
|
2613
|
+
@BeginTime = params['BeginTime']
|
|
2614
|
+
@EndTime = params['EndTime']
|
|
2615
|
+
@InquireNum = params['InquireNum']
|
|
2616
|
+
@UsedNum = params['UsedNum']
|
|
2617
|
+
@RenewFlag = params['RenewFlag']
|
|
2618
|
+
@BillingItem = params['BillingItem']
|
|
2619
|
+
end
|
|
2620
|
+
end
|
|
2621
|
+
|
|
2526
2622
|
# bot的趋势图对象
|
|
2527
2623
|
class BotStatPointItem < TencentCloud::Common::AbstractModel
|
|
2528
2624
|
# @param TimeStamp: 横坐标
|
|
@@ -3788,8 +3884,8 @@ module TencentCloud
|
|
|
3788
3884
|
|
|
3789
3885
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
3790
3886
|
extend Gem::Deprecate
|
|
3791
|
-
deprecate :ValidTS, :none, 2025,
|
|
3792
|
-
deprecate :ValidTS=, :none, 2025,
|
|
3887
|
+
deprecate :ValidTS, :none, 2025, 12
|
|
3888
|
+
deprecate :ValidTS=, :none, 2025, 12
|
|
3793
3889
|
|
|
3794
3890
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
|
3795
3891
|
@Domain = domain
|
|
@@ -5173,8 +5269,8 @@ module TencentCloud
|
|
|
5173
5269
|
|
|
5174
5270
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
|
5175
5271
|
extend Gem::Deprecate
|
|
5176
|
-
deprecate :TopicId, :none, 2025,
|
|
5177
|
-
deprecate :TopicId=, :none, 2025,
|
|
5272
|
+
deprecate :TopicId, :none, 2025, 12
|
|
5273
|
+
deprecate :TopicId=, :none, 2025, 12
|
|
5178
5274
|
|
|
5179
5275
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
|
5180
5276
|
@From = from
|
|
@@ -7934,10 +8030,10 @@ module TencentCloud
|
|
|
7934
8030
|
|
|
7935
8031
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
|
7936
8032
|
extend Gem::Deprecate
|
|
7937
|
-
deprecate :VtsMin, :none, 2025,
|
|
7938
|
-
deprecate :VtsMin=, :none, 2025,
|
|
7939
|
-
deprecate :VtsMax, :none, 2025,
|
|
7940
|
-
deprecate :VtsMax=, :none, 2025,
|
|
8033
|
+
deprecate :VtsMin, :none, 2025, 12
|
|
8034
|
+
deprecate :VtsMin=, :none, 2025, 12
|
|
8035
|
+
deprecate :VtsMax, :none, 2025, 12
|
|
8036
|
+
deprecate :VtsMax=, :none, 2025, 12
|
|
7941
8037
|
|
|
7942
8038
|
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)
|
|
7943
8039
|
@Domain = domain
|
|
@@ -8040,10 +8136,10 @@ module TencentCloud
|
|
|
8040
8136
|
|
|
8041
8137
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
|
8042
8138
|
extend Gem::Deprecate
|
|
8043
|
-
deprecate :VtsMin, :none, 2025,
|
|
8044
|
-
deprecate :VtsMin=, :none, 2025,
|
|
8045
|
-
deprecate :VtsMax, :none, 2025,
|
|
8046
|
-
deprecate :VtsMax=, :none, 2025,
|
|
8139
|
+
deprecate :VtsMin, :none, 2025, 12
|
|
8140
|
+
deprecate :VtsMin=, :none, 2025, 12
|
|
8141
|
+
deprecate :VtsMax, :none, 2025, 12
|
|
8142
|
+
deprecate :VtsMax=, :none, 2025, 12
|
|
8047
8143
|
|
|
8048
8144
|
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)
|
|
8049
8145
|
@Domain = domain
|
|
@@ -10651,8 +10747,8 @@ module TencentCloud
|
|
|
10651
10747
|
|
|
10652
10748
|
attr_accessor :Domain, :DomainId, :InstanceId, :Edition, :InstanceName, :Cert, :CreateTime, :Engine, :HttpsRewrite, :HttpsUpstreamPort, :IsCdn, :IsGray, :IsHttp2, :IsWebsocket, :LoadBalance, :Mode, :PrivateKey, :SSLId, :UpstreamDomain, :UpstreamType, :SrcList, :Ports, :CertType, :UpstreamScheme, :Cls, :Cname, :IsKeepAlive, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyConnectTimeout, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :Weights, :IpHeaders, :XFFReset, :Note, :UpstreamHost, :Level, :ProxyBuffer, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :Labels, :ProbeStatus, :UpstreamPolicy, :UpstreamRules, :UseCase, :Gzip, :State
|
|
10653
10749
|
extend Gem::Deprecate
|
|
10654
|
-
deprecate :IsGray, :none, 2025,
|
|
10655
|
-
deprecate :IsGray=, :none, 2025,
|
|
10750
|
+
deprecate :IsGray, :none, 2025, 12
|
|
10751
|
+
deprecate :IsGray=, :none, 2025, 12
|
|
10656
10752
|
|
|
10657
10753
|
def initialize(domain=nil, domainid=nil, instanceid=nil, edition=nil, instancename=nil, cert=nil, createtime=nil, engine=nil, httpsrewrite=nil, httpsupstreamport=nil, iscdn=nil, isgray=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, mode=nil, privatekey=nil, sslid=nil, upstreamdomain=nil, upstreamtype=nil, srclist=nil, ports=nil, certtype=nil, upstreamscheme=nil, cls=nil, cname=nil, iskeepalive=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyconnecttimeout=nil, proxyreadtimeout=nil, proxysendtimeout=nil, snitype=nil, snihost=nil, weights=nil, ipheaders=nil, xffreset=nil, note=nil, upstreamhost=nil, level=nil, proxybuffer=nil, gmtype=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil, labels=nil, probestatus=nil, upstreampolicy=nil, upstreamrules=nil, usecase=nil, gzip=nil, state=nil)
|
|
10658
10754
|
@Domain = domain
|
|
@@ -12405,10 +12501,14 @@ module TencentCloud
|
|
|
12405
12501
|
# @type LLMMonPkg: :class:`Tencentcloud::Waf.v20180125.models.LLMMonPkg`
|
|
12406
12502
|
# @param RegionId: 地域id
|
|
12407
12503
|
# @type RegionId: Integer
|
|
12504
|
+
# @param BotSecurityPkg: BOT安全护航信息
|
|
12505
|
+
# @type BotSecurityPkg: :class:`Tencentcloud::Waf.v20180125.models.BotSecurityPkg`
|
|
12506
|
+
# @param BotMonitorPkg: BOT安全监测资源信息
|
|
12507
|
+
# @type BotMonitorPkg: :class:`Tencentcloud::Waf.v20180125.models.BotMonitorPkg`
|
|
12408
12508
|
|
|
12409
|
-
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, :BasicFlag, :NetworkConfig, :RCEPkg, :ExceedPolicy, :LLMPkg, :ElasticResourceId, :LLMMonPkg, :RegionId
|
|
12509
|
+
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, :BasicFlag, :NetworkConfig, :RCEPkg, :ExceedPolicy, :LLMPkg, :ElasticResourceId, :LLMMonPkg, :RegionId, :BotSecurityPkg, :BotMonitorPkg
|
|
12410
12510
|
|
|
12411
|
-
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, basicflag=nil, networkconfig=nil, rcepkg=nil, exceedpolicy=nil, llmpkg=nil, elasticresourceid=nil, llmmonpkg=nil, regionid=nil)
|
|
12511
|
+
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, basicflag=nil, networkconfig=nil, rcepkg=nil, exceedpolicy=nil, llmpkg=nil, elasticresourceid=nil, llmmonpkg=nil, regionid=nil, botsecuritypkg=nil, botmonitorpkg=nil)
|
|
12412
12512
|
@InstanceId = instanceid
|
|
12413
12513
|
@InstanceName = instancename
|
|
12414
12514
|
@ResourceIds = resourceids
|
|
@@ -12461,6 +12561,8 @@ module TencentCloud
|
|
|
12461
12561
|
@ElasticResourceId = elasticresourceid
|
|
12462
12562
|
@LLMMonPkg = llmmonpkg
|
|
12463
12563
|
@RegionId = regionid
|
|
12564
|
+
@BotSecurityPkg = botsecuritypkg
|
|
12565
|
+
@BotMonitorPkg = botmonitorpkg
|
|
12464
12566
|
end
|
|
12465
12567
|
|
|
12466
12568
|
def deserialize(params)
|
|
@@ -12561,6 +12663,14 @@ module TencentCloud
|
|
|
12561
12663
|
@LLMMonPkg.deserialize(params['LLMMonPkg'])
|
|
12562
12664
|
end
|
|
12563
12665
|
@RegionId = params['RegionId']
|
|
12666
|
+
unless params['BotSecurityPkg'].nil?
|
|
12667
|
+
@BotSecurityPkg = BotSecurityPkg.new
|
|
12668
|
+
@BotSecurityPkg.deserialize(params['BotSecurityPkg'])
|
|
12669
|
+
end
|
|
12670
|
+
unless params['BotMonitorPkg'].nil?
|
|
12671
|
+
@BotMonitorPkg = BotMonitorPkg.new
|
|
12672
|
+
@BotMonitorPkg.deserialize(params['BotMonitorPkg'])
|
|
12673
|
+
end
|
|
12564
12674
|
end
|
|
12565
12675
|
end
|
|
12566
12676
|
|
|
@@ -14674,8 +14784,8 @@ module TencentCloud
|
|
|
14674
14784
|
|
|
14675
14785
|
attr_accessor :Domain, :RuleId, :RuleName, :RuleAction, :Strategies, :Edition, :Redirect, :Bypass, :SortId, :ExpireTime, :JobType, :JobDateTime, :Source, :Status, :PageId, :LogicalOp, :ActionRatio
|
|
14676
14786
|
extend Gem::Deprecate
|
|
14677
|
-
deprecate :Bypass, :none, 2025,
|
|
14678
|
-
deprecate :Bypass=, :none, 2025,
|
|
14787
|
+
deprecate :Bypass, :none, 2025, 12
|
|
14788
|
+
deprecate :Bypass=, :none, 2025, 12
|
|
14679
14789
|
|
|
14680
14790
|
def initialize(domain=nil, ruleid=nil, rulename=nil, ruleaction=nil, strategies=nil, edition=nil, redirect=nil, bypass=nil, sortid=nil, expiretime=nil, jobtype=nil, jobdatetime=nil, source=nil, status=nil, pageid=nil, logicalop=nil, actionratio=nil)
|
|
14681
14791
|
@Domain = domain
|
|
@@ -15601,8 +15711,8 @@ module TencentCloud
|
|
|
15601
15711
|
|
|
15602
15712
|
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
15603
15713
|
extend Gem::Deprecate
|
|
15604
|
-
deprecate :ValidTS, :none, 2025,
|
|
15605
|
-
deprecate :ValidTS=, :none, 2025,
|
|
15714
|
+
deprecate :ValidTS, :none, 2025, 12
|
|
15715
|
+
deprecate :ValidTS=, :none, 2025, 12
|
|
15606
15716
|
|
|
15607
15717
|
def initialize(domain=nil, iplist=nil, actiontype=nil, ruleid=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
|
15608
15718
|
@Domain = domain
|
|
@@ -16257,10 +16367,10 @@ module TencentCloud
|
|
|
16257
16367
|
|
|
16258
16368
|
attr_accessor :Domain, :DomainId, :InstanceID, :CertType, :Cert, :PrivateKey, :SSLId, :IsCdn, :UpstreamScheme, :HttpsUpstreamPort, :HttpsRewrite, :UpstreamType, :UpstreamDomain, :SrcList, :IsHttp2, :IsWebsocket, :LoadBalance, :IsGray, :Edition, :Ports, :IsKeepAlive, :Anycast, :Weights, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyConnectTimeout, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :IpHeaders, :XFFReset, :Note, :UpstreamHost, :ProxyBuffer, :ProbeStatus, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :UpstreamPolicy, :UpstreamRules, :UseCase, :Gzip
|
|
16259
16369
|
extend Gem::Deprecate
|
|
16260
|
-
deprecate :IsGray, :none, 2025,
|
|
16261
|
-
deprecate :IsGray=, :none, 2025,
|
|
16262
|
-
deprecate :Anycast, :none, 2025,
|
|
16263
|
-
deprecate :Anycast=, :none, 2025,
|
|
16370
|
+
deprecate :IsGray, :none, 2025, 12
|
|
16371
|
+
deprecate :IsGray=, :none, 2025, 12
|
|
16372
|
+
deprecate :Anycast, :none, 2025, 12
|
|
16373
|
+
deprecate :Anycast=, :none, 2025, 12
|
|
16264
16374
|
|
|
16265
16375
|
def initialize(domain=nil, domainid=nil, instanceid=nil, certtype=nil, cert=nil, privatekey=nil, sslid=nil, iscdn=nil, upstreamscheme=nil, httpsupstreamport=nil, httpsrewrite=nil, upstreamtype=nil, upstreamdomain=nil, srclist=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, isgray=nil, edition=nil, ports=nil, iskeepalive=nil, anycast=nil, weights=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyconnecttimeout=nil, proxyreadtimeout=nil, proxysendtimeout=nil, snitype=nil, snihost=nil, ipheaders=nil, xffreset=nil, note=nil, upstreamhost=nil, proxybuffer=nil, probestatus=nil, gmtype=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil, upstreampolicy=nil, upstreamrules=nil, usecase=nil, gzip=nil)
|
|
16266
16376
|
@Domain = domain
|
|
@@ -17883,10 +17993,10 @@ module TencentCloud
|
|
|
17883
17993
|
|
|
17884
17994
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
|
17885
17995
|
extend Gem::Deprecate
|
|
17886
|
-
deprecate :ColNames, :none, 2025,
|
|
17887
|
-
deprecate :ColNames=, :none, 2025,
|
|
17888
|
-
deprecate :AnalysisResults, :none, 2025,
|
|
17889
|
-
deprecate :AnalysisResults=, :none, 2025,
|
|
17996
|
+
deprecate :ColNames, :none, 2025, 12
|
|
17997
|
+
deprecate :ColNames=, :none, 2025, 12
|
|
17998
|
+
deprecate :AnalysisResults, :none, 2025, 12
|
|
17999
|
+
deprecate :AnalysisResults=, :none, 2025, 12
|
|
17890
18000
|
|
|
17891
18001
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
|
17892
18002
|
@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.1181
|
|
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-
|
|
11
|
+
date: 2025-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|