tencentcloud-sdk-waf 3.0.1174 → 3.0.1189
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 +218 -56
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6caa81fb0d6dc0a94354939ec6e528d808543b10
|
|
4
|
+
data.tar.gz: 8756ccb58fb989ad086408c7dfdd342068228b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbe19afee74083713e6a49220d335296f16849692bb27acfa6dbdd870d9735114648f63f0c4f8cc2bab65a45573c9577fe826e83b20f358224cab3d9a0068a6a
|
|
7
|
+
data.tar.gz: e86b686fcacde87897e451b1a32a7651496a09272a4f18de92a74f21ffaad4f490b5b8e586ac26b819b1368da1e916c6eb9976049aef1414d463dd5c604c74e6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1189
|
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: 横坐标
|
|
@@ -3109,10 +3205,16 @@ module TencentCloud
|
|
|
3109
3205
|
# @type ModifyTime: String
|
|
3110
3206
|
# @param AddTime: 创建时间
|
|
3111
3207
|
# @type AddTime: String
|
|
3208
|
+
# @param MemberAppId: 跨账号时,表示成员账号的appid
|
|
3209
|
+
# @type MemberAppId: Integer
|
|
3210
|
+
# @param MemberUin: 跨账号时,表示成员账号的uin
|
|
3211
|
+
# @type MemberUin: String
|
|
3212
|
+
# @param MemberNickName: 跨账号时,表示成员账号的昵称
|
|
3213
|
+
# @type MemberNickName: String
|
|
3112
3214
|
|
|
3113
|
-
attr_accessor :ObjectId, :InstanceId, :InstanceName, :PreciseDomains, :Status, :ClsStatus, :VirtualDomain, :ObjectName, :PublicIp, :PrivateIp, :VpcName, :Vpc, :InstanceLevel, :PostCLSStatus, :PostCKafkaStatus, :Type, :Region, :Proxy, :IpHeaders, :BotStatus, :ApiStatus, :ObjectFlowMode, :NumericalVpcId, :ModifyTime, :AddTime
|
|
3215
|
+
attr_accessor :ObjectId, :InstanceId, :InstanceName, :PreciseDomains, :Status, :ClsStatus, :VirtualDomain, :ObjectName, :PublicIp, :PrivateIp, :VpcName, :Vpc, :InstanceLevel, :PostCLSStatus, :PostCKafkaStatus, :Type, :Region, :Proxy, :IpHeaders, :BotStatus, :ApiStatus, :ObjectFlowMode, :NumericalVpcId, :ModifyTime, :AddTime, :MemberAppId, :MemberUin, :MemberNickName
|
|
3114
3216
|
|
|
3115
|
-
def initialize(objectid=nil, instanceid=nil, instancename=nil, precisedomains=nil, status=nil, clsstatus=nil, virtualdomain=nil, objectname=nil, publicip=nil, privateip=nil, vpcname=nil, vpc=nil, instancelevel=nil, postclsstatus=nil, postckafkastatus=nil, type=nil, region=nil, proxy=nil, ipheaders=nil, botstatus=nil, apistatus=nil, objectflowmode=nil, numericalvpcid=nil, modifytime=nil, addtime=nil)
|
|
3217
|
+
def initialize(objectid=nil, instanceid=nil, instancename=nil, precisedomains=nil, status=nil, clsstatus=nil, virtualdomain=nil, objectname=nil, publicip=nil, privateip=nil, vpcname=nil, vpc=nil, instancelevel=nil, postclsstatus=nil, postckafkastatus=nil, type=nil, region=nil, proxy=nil, ipheaders=nil, botstatus=nil, apistatus=nil, objectflowmode=nil, numericalvpcid=nil, modifytime=nil, addtime=nil, memberappid=nil, memberuin=nil, membernickname=nil)
|
|
3116
3218
|
@ObjectId = objectid
|
|
3117
3219
|
@InstanceId = instanceid
|
|
3118
3220
|
@InstanceName = instancename
|
|
@@ -3138,6 +3240,9 @@ module TencentCloud
|
|
|
3138
3240
|
@NumericalVpcId = numericalvpcid
|
|
3139
3241
|
@ModifyTime = modifytime
|
|
3140
3242
|
@AddTime = addtime
|
|
3243
|
+
@MemberAppId = memberappid
|
|
3244
|
+
@MemberUin = memberuin
|
|
3245
|
+
@MemberNickName = membernickname
|
|
3141
3246
|
end
|
|
3142
3247
|
|
|
3143
3248
|
def deserialize(params)
|
|
@@ -3166,6 +3271,9 @@ module TencentCloud
|
|
|
3166
3271
|
@NumericalVpcId = params['NumericalVpcId']
|
|
3167
3272
|
@ModifyTime = params['ModifyTime']
|
|
3168
3273
|
@AddTime = params['AddTime']
|
|
3274
|
+
@MemberAppId = params['MemberAppId']
|
|
3275
|
+
@MemberUin = params['MemberUin']
|
|
3276
|
+
@MemberNickName = params['MemberNickName']
|
|
3169
3277
|
end
|
|
3170
3278
|
end
|
|
3171
3279
|
|
|
@@ -3788,8 +3896,8 @@ module TencentCloud
|
|
|
3788
3896
|
|
|
3789
3897
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
3790
3898
|
extend Gem::Deprecate
|
|
3791
|
-
deprecate :ValidTS, :none, 2025,
|
|
3792
|
-
deprecate :ValidTS=, :none, 2025,
|
|
3899
|
+
deprecate :ValidTS, :none, 2025, 12
|
|
3900
|
+
deprecate :ValidTS=, :none, 2025, 12
|
|
3793
3901
|
|
|
3794
3902
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
|
3795
3903
|
@Domain = domain
|
|
@@ -5173,8 +5281,8 @@ module TencentCloud
|
|
|
5173
5281
|
|
|
5174
5282
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
|
5175
5283
|
extend Gem::Deprecate
|
|
5176
|
-
deprecate :TopicId, :none, 2025,
|
|
5177
|
-
deprecate :TopicId=, :none, 2025,
|
|
5284
|
+
deprecate :TopicId, :none, 2025, 12
|
|
5285
|
+
deprecate :TopicId=, :none, 2025, 12
|
|
5178
5286
|
|
|
5179
5287
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
|
5180
5288
|
@From = from
|
|
@@ -7934,10 +8042,10 @@ module TencentCloud
|
|
|
7934
8042
|
|
|
7935
8043
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
|
7936
8044
|
extend Gem::Deprecate
|
|
7937
|
-
deprecate :VtsMin, :none, 2025,
|
|
7938
|
-
deprecate :VtsMin=, :none, 2025,
|
|
7939
|
-
deprecate :VtsMax, :none, 2025,
|
|
7940
|
-
deprecate :VtsMax=, :none, 2025,
|
|
8045
|
+
deprecate :VtsMin, :none, 2025, 12
|
|
8046
|
+
deprecate :VtsMin=, :none, 2025, 12
|
|
8047
|
+
deprecate :VtsMax, :none, 2025, 12
|
|
8048
|
+
deprecate :VtsMax=, :none, 2025, 12
|
|
7941
8049
|
|
|
7942
8050
|
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
8051
|
@Domain = domain
|
|
@@ -8040,10 +8148,10 @@ module TencentCloud
|
|
|
8040
8148
|
|
|
8041
8149
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
|
8042
8150
|
extend Gem::Deprecate
|
|
8043
|
-
deprecate :VtsMin, :none, 2025,
|
|
8044
|
-
deprecate :VtsMin=, :none, 2025,
|
|
8045
|
-
deprecate :VtsMax, :none, 2025,
|
|
8046
|
-
deprecate :VtsMax=, :none, 2025,
|
|
8151
|
+
deprecate :VtsMin, :none, 2025, 12
|
|
8152
|
+
deprecate :VtsMin=, :none, 2025, 12
|
|
8153
|
+
deprecate :VtsMax, :none, 2025, 12
|
|
8154
|
+
deprecate :VtsMax=, :none, 2025, 12
|
|
8047
8155
|
|
|
8048
8156
|
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
8157
|
@Domain = domain
|
|
@@ -8248,13 +8356,19 @@ module TencentCloud
|
|
|
8248
8356
|
# @type Order: String
|
|
8249
8357
|
# @param By: 根据哪个字段排序
|
|
8250
8358
|
# @type By: String
|
|
8359
|
+
# @param MemberAppIdList: 集团成员列表
|
|
8360
|
+
# @type MemberAppIdList: Array
|
|
8361
|
+
# @param IsCrossAccount: 1代表跨账号情况,0代表单账号情况
|
|
8362
|
+
# @type IsCrossAccount: Integer
|
|
8251
8363
|
|
|
8252
|
-
attr_accessor :Filters, :Order, :By
|
|
8364
|
+
attr_accessor :Filters, :Order, :By, :MemberAppIdList, :IsCrossAccount
|
|
8253
8365
|
|
|
8254
|
-
def initialize(filters=nil, order=nil, by=nil)
|
|
8366
|
+
def initialize(filters=nil, order=nil, by=nil, memberappidlist=nil, iscrossaccount=nil)
|
|
8255
8367
|
@Filters = filters
|
|
8256
8368
|
@Order = order
|
|
8257
8369
|
@By = by
|
|
8370
|
+
@MemberAppIdList = memberappidlist
|
|
8371
|
+
@IsCrossAccount = iscrossaccount
|
|
8258
8372
|
end
|
|
8259
8373
|
|
|
8260
8374
|
def deserialize(params)
|
|
@@ -8268,6 +8382,8 @@ module TencentCloud
|
|
|
8268
8382
|
end
|
|
8269
8383
|
@Order = params['Order']
|
|
8270
8384
|
@By = params['By']
|
|
8385
|
+
@MemberAppIdList = params['MemberAppIdList']
|
|
8386
|
+
@IsCrossAccount = params['IsCrossAccount']
|
|
8271
8387
|
end
|
|
8272
8388
|
end
|
|
8273
8389
|
|
|
@@ -10651,8 +10767,8 @@ module TencentCloud
|
|
|
10651
10767
|
|
|
10652
10768
|
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
10769
|
extend Gem::Deprecate
|
|
10654
|
-
deprecate :IsGray, :none, 2025,
|
|
10655
|
-
deprecate :IsGray=, :none, 2025,
|
|
10770
|
+
deprecate :IsGray, :none, 2025, 12
|
|
10771
|
+
deprecate :IsGray=, :none, 2025, 12
|
|
10656
10772
|
|
|
10657
10773
|
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
10774
|
@Domain = domain
|
|
@@ -12405,10 +12521,14 @@ module TencentCloud
|
|
|
12405
12521
|
# @type LLMMonPkg: :class:`Tencentcloud::Waf.v20180125.models.LLMMonPkg`
|
|
12406
12522
|
# @param RegionId: 地域id
|
|
12407
12523
|
# @type RegionId: Integer
|
|
12524
|
+
# @param BotSecurityPkg: BOT安全护航信息
|
|
12525
|
+
# @type BotSecurityPkg: :class:`Tencentcloud::Waf.v20180125.models.BotSecurityPkg`
|
|
12526
|
+
# @param BotMonitorPkg: BOT安全监测资源信息
|
|
12527
|
+
# @type BotMonitorPkg: :class:`Tencentcloud::Waf.v20180125.models.BotMonitorPkg`
|
|
12408
12528
|
|
|
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
|
|
12529
|
+
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
12530
|
|
|
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)
|
|
12531
|
+
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
12532
|
@InstanceId = instanceid
|
|
12413
12533
|
@InstanceName = instancename
|
|
12414
12534
|
@ResourceIds = resourceids
|
|
@@ -12461,6 +12581,8 @@ module TencentCloud
|
|
|
12461
12581
|
@ElasticResourceId = elasticresourceid
|
|
12462
12582
|
@LLMMonPkg = llmmonpkg
|
|
12463
12583
|
@RegionId = regionid
|
|
12584
|
+
@BotSecurityPkg = botsecuritypkg
|
|
12585
|
+
@BotMonitorPkg = botmonitorpkg
|
|
12464
12586
|
end
|
|
12465
12587
|
|
|
12466
12588
|
def deserialize(params)
|
|
@@ -12561,6 +12683,14 @@ module TencentCloud
|
|
|
12561
12683
|
@LLMMonPkg.deserialize(params['LLMMonPkg'])
|
|
12562
12684
|
end
|
|
12563
12685
|
@RegionId = params['RegionId']
|
|
12686
|
+
unless params['BotSecurityPkg'].nil?
|
|
12687
|
+
@BotSecurityPkg = BotSecurityPkg.new
|
|
12688
|
+
@BotSecurityPkg.deserialize(params['BotSecurityPkg'])
|
|
12689
|
+
end
|
|
12690
|
+
unless params['BotMonitorPkg'].nil?
|
|
12691
|
+
@BotMonitorPkg = BotMonitorPkg.new
|
|
12692
|
+
@BotMonitorPkg.deserialize(params['BotMonitorPkg'])
|
|
12693
|
+
end
|
|
12564
12694
|
end
|
|
12565
12695
|
end
|
|
12566
12696
|
|
|
@@ -13236,10 +13366,14 @@ module TencentCloud
|
|
|
13236
13366
|
# @type LoadBalancerType: String
|
|
13237
13367
|
# @param LoadBalancerDomain: 负载均衡的域名
|
|
13238
13368
|
# @type LoadBalancerDomain: String
|
|
13369
|
+
# @param MemberAppId: 监听器所属成员id
|
|
13370
|
+
# @type MemberAppId: Integer
|
|
13371
|
+
# @param MemberUin: 监听器所属成员的uin
|
|
13372
|
+
# @type MemberUin: String
|
|
13239
13373
|
|
|
13240
|
-
attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vport, :Region, :Protocol, :Zone, :Vip, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
|
13374
|
+
attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vport, :Region, :Protocol, :Zone, :Vip, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain, :MemberAppId, :MemberUin
|
|
13241
13375
|
|
|
13242
|
-
def initialize(loadbalancerid=nil, loadbalancername=nil, listenerid=nil, listenername=nil, vport=nil, region=nil, protocol=nil, zone=nil, vip=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil)
|
|
13376
|
+
def initialize(loadbalancerid=nil, loadbalancername=nil, listenerid=nil, listenername=nil, vport=nil, region=nil, protocol=nil, zone=nil, vip=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil, memberappid=nil, memberuin=nil)
|
|
13243
13377
|
@LoadBalancerId = loadbalancerid
|
|
13244
13378
|
@LoadBalancerName = loadbalancername
|
|
13245
13379
|
@ListenerId = listenerid
|
|
@@ -13252,6 +13386,8 @@ module TencentCloud
|
|
|
13252
13386
|
@NumericalVpcId = numericalvpcid
|
|
13253
13387
|
@LoadBalancerType = loadbalancertype
|
|
13254
13388
|
@LoadBalancerDomain = loadbalancerdomain
|
|
13389
|
+
@MemberAppId = memberappid
|
|
13390
|
+
@MemberUin = memberuin
|
|
13255
13391
|
end
|
|
13256
13392
|
|
|
13257
13393
|
def deserialize(params)
|
|
@@ -13267,6 +13403,8 @@ module TencentCloud
|
|
|
13267
13403
|
@NumericalVpcId = params['NumericalVpcId']
|
|
13268
13404
|
@LoadBalancerType = params['LoadBalancerType']
|
|
13269
13405
|
@LoadBalancerDomain = params['LoadBalancerDomain']
|
|
13406
|
+
@MemberAppId = params['MemberAppId']
|
|
13407
|
+
@MemberUin = params['MemberUin']
|
|
13270
13408
|
end
|
|
13271
13409
|
end
|
|
13272
13410
|
|
|
@@ -13325,10 +13463,18 @@ module TencentCloud
|
|
|
13325
13463
|
# @type LoadBalancerType: String
|
|
13326
13464
|
# @param LoadBalancerDomain: 负载均衡器的域名
|
|
13327
13465
|
# @type LoadBalancerDomain: String
|
|
13466
|
+
# @param MemberAppId: 监听器所属appid
|
|
13467
|
+
# @type MemberAppId: Integer
|
|
13468
|
+
# @param MemberUin: 监听器自身所属uin
|
|
13469
|
+
# @type MemberUin: String
|
|
13470
|
+
# @param Appid: 监听器被接入的waf账号
|
|
13471
|
+
# @type Appid: Integer
|
|
13472
|
+
# @param MemberNickName: 集团账号昵称
|
|
13473
|
+
# @type MemberNickName: String
|
|
13328
13474
|
|
|
13329
|
-
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
|
13475
|
+
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain, :MemberAppId, :MemberUin, :Appid, :MemberNickName
|
|
13330
13476
|
|
|
13331
|
-
def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil)
|
|
13477
|
+
def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil, memberappid=nil, memberuin=nil, appid=nil, membernickname=nil)
|
|
13332
13478
|
@ListenerId = listenerid
|
|
13333
13479
|
@ListenerName = listenername
|
|
13334
13480
|
@LoadBalancerId = loadbalancerid
|
|
@@ -13341,6 +13487,10 @@ module TencentCloud
|
|
|
13341
13487
|
@NumericalVpcId = numericalvpcid
|
|
13342
13488
|
@LoadBalancerType = loadbalancertype
|
|
13343
13489
|
@LoadBalancerDomain = loadbalancerdomain
|
|
13490
|
+
@MemberAppId = memberappid
|
|
13491
|
+
@MemberUin = memberuin
|
|
13492
|
+
@Appid = appid
|
|
13493
|
+
@MemberNickName = membernickname
|
|
13344
13494
|
end
|
|
13345
13495
|
|
|
13346
13496
|
def deserialize(params)
|
|
@@ -13356,6 +13506,10 @@ module TencentCloud
|
|
|
13356
13506
|
@NumericalVpcId = params['NumericalVpcId']
|
|
13357
13507
|
@LoadBalancerType = params['LoadBalancerType']
|
|
13358
13508
|
@LoadBalancerDomain = params['LoadBalancerDomain']
|
|
13509
|
+
@MemberAppId = params['MemberAppId']
|
|
13510
|
+
@MemberUin = params['MemberUin']
|
|
13511
|
+
@Appid = params['Appid']
|
|
13512
|
+
@MemberNickName = params['MemberNickName']
|
|
13359
13513
|
end
|
|
13360
13514
|
end
|
|
13361
13515
|
|
|
@@ -14674,8 +14828,8 @@ module TencentCloud
|
|
|
14674
14828
|
|
|
14675
14829
|
attr_accessor :Domain, :RuleId, :RuleName, :RuleAction, :Strategies, :Edition, :Redirect, :Bypass, :SortId, :ExpireTime, :JobType, :JobDateTime, :Source, :Status, :PageId, :LogicalOp, :ActionRatio
|
|
14676
14830
|
extend Gem::Deprecate
|
|
14677
|
-
deprecate :Bypass, :none, 2025,
|
|
14678
|
-
deprecate :Bypass=, :none, 2025,
|
|
14831
|
+
deprecate :Bypass, :none, 2025, 12
|
|
14832
|
+
deprecate :Bypass=, :none, 2025, 12
|
|
14679
14833
|
|
|
14680
14834
|
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
14835
|
@Domain = domain
|
|
@@ -15601,8 +15755,8 @@ module TencentCloud
|
|
|
15601
15755
|
|
|
15602
15756
|
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
15603
15757
|
extend Gem::Deprecate
|
|
15604
|
-
deprecate :ValidTS, :none, 2025,
|
|
15605
|
-
deprecate :ValidTS=, :none, 2025,
|
|
15758
|
+
deprecate :ValidTS, :none, 2025, 12
|
|
15759
|
+
deprecate :ValidTS=, :none, 2025, 12
|
|
15606
15760
|
|
|
15607
15761
|
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
15762
|
@Domain = domain
|
|
@@ -15730,16 +15884,22 @@ module TencentCloud
|
|
|
15730
15884
|
# @type Proxy: Integer
|
|
15731
15885
|
# @param IpHeaders: IsCdn=3时,需要填此参数,表示自定义header(OpType为Status或Proxy时,该值有效)
|
|
15732
15886
|
# @type IpHeaders: Array
|
|
15887
|
+
# @param MemberAppId: 对象所属集团成员appid
|
|
15888
|
+
# @type MemberAppId: Integer
|
|
15889
|
+
# @param MemberUin: 对象所属集团成员uin
|
|
15890
|
+
# @type MemberUin: String
|
|
15733
15891
|
|
|
15734
|
-
attr_accessor :ObjectId, :OpType, :Status, :InstanceId, :Proxy, :IpHeaders
|
|
15892
|
+
attr_accessor :ObjectId, :OpType, :Status, :InstanceId, :Proxy, :IpHeaders, :MemberAppId, :MemberUin
|
|
15735
15893
|
|
|
15736
|
-
def initialize(objectid=nil, optype=nil, status=nil, instanceid=nil, proxy=nil, ipheaders=nil)
|
|
15894
|
+
def initialize(objectid=nil, optype=nil, status=nil, instanceid=nil, proxy=nil, ipheaders=nil, memberappid=nil, memberuin=nil)
|
|
15737
15895
|
@ObjectId = objectid
|
|
15738
15896
|
@OpType = optype
|
|
15739
15897
|
@Status = status
|
|
15740
15898
|
@InstanceId = instanceid
|
|
15741
15899
|
@Proxy = proxy
|
|
15742
15900
|
@IpHeaders = ipheaders
|
|
15901
|
+
@MemberAppId = memberappid
|
|
15902
|
+
@MemberUin = memberuin
|
|
15743
15903
|
end
|
|
15744
15904
|
|
|
15745
15905
|
def deserialize(params)
|
|
@@ -15749,6 +15909,8 @@ module TencentCloud
|
|
|
15749
15909
|
@InstanceId = params['InstanceId']
|
|
15750
15910
|
@Proxy = params['Proxy']
|
|
15751
15911
|
@IpHeaders = params['IpHeaders']
|
|
15912
|
+
@MemberAppId = params['MemberAppId']
|
|
15913
|
+
@MemberUin = params['MemberUin']
|
|
15752
15914
|
end
|
|
15753
15915
|
end
|
|
15754
15916
|
|
|
@@ -16257,10 +16419,10 @@ module TencentCloud
|
|
|
16257
16419
|
|
|
16258
16420
|
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
16421
|
extend Gem::Deprecate
|
|
16260
|
-
deprecate :IsGray, :none, 2025,
|
|
16261
|
-
deprecate :IsGray=, :none, 2025,
|
|
16262
|
-
deprecate :Anycast, :none, 2025,
|
|
16263
|
-
deprecate :Anycast=, :none, 2025,
|
|
16422
|
+
deprecate :IsGray, :none, 2025, 12
|
|
16423
|
+
deprecate :IsGray=, :none, 2025, 12
|
|
16424
|
+
deprecate :Anycast, :none, 2025, 12
|
|
16425
|
+
deprecate :Anycast=, :none, 2025, 12
|
|
16264
16426
|
|
|
16265
16427
|
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
16428
|
@Domain = domain
|
|
@@ -17883,10 +18045,10 @@ module TencentCloud
|
|
|
17883
18045
|
|
|
17884
18046
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
|
17885
18047
|
extend Gem::Deprecate
|
|
17886
|
-
deprecate :ColNames, :none, 2025,
|
|
17887
|
-
deprecate :ColNames=, :none, 2025,
|
|
17888
|
-
deprecate :AnalysisResults, :none, 2025,
|
|
17889
|
-
deprecate :AnalysisResults=, :none, 2025,
|
|
18048
|
+
deprecate :ColNames, :none, 2025, 12
|
|
18049
|
+
deprecate :ColNames=, :none, 2025, 12
|
|
18050
|
+
deprecate :AnalysisResults, :none, 2025, 12
|
|
18051
|
+
deprecate :AnalysisResults=, :none, 2025, 12
|
|
17890
18052
|
|
|
17891
18053
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
|
17892
18054
|
@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.1189
|
|
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-24 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
|
|
37
|
-
- lib/v20180125/models.rb
|
|
38
36
|
- lib/v20180125/client.rb
|
|
37
|
+
- 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:
|