tencentcloud-sdk-waf 3.0.934 → 3.0.936
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180125/client.rb +24 -78
- data/lib/v20180125/models.rb +209 -784
- metadata +2 -2
data/lib/v20180125/models.rb
CHANGED
@@ -44,14 +44,11 @@ module TencentCloud
|
|
44
44
|
# DescribeAccessIndex
|
45
45
|
class AccessFullTextInfo < TencentCloud::Common::AbstractModel
|
46
46
|
# @param CaseSensitive: 是否大小写敏感
|
47
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
48
47
|
# @type CaseSensitive: Boolean
|
49
48
|
# @param Tokenizer: 全文索引的分词符,字符串中每个字符代表一个分词符
|
50
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
51
49
|
# @type Tokenizer: String
|
52
50
|
# @param ContainZH: 是否包含中文
|
53
51
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
54
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
55
52
|
# @type ContainZH: Boolean
|
56
53
|
|
57
54
|
attr_accessor :CaseSensitive, :Tokenizer, :ContainZH
|
@@ -80,8 +77,8 @@ module TencentCloud
|
|
80
77
|
|
81
78
|
attr_accessor :BTime, :Count, :BeginTime
|
82
79
|
extend Gem::Deprecate
|
83
|
-
deprecate :BTime, :none, 2024,
|
84
|
-
deprecate :BTime=, :none, 2024,
|
80
|
+
deprecate :BTime, :none, 2024, 11
|
81
|
+
deprecate :BTime=, :none, 2024, 11
|
85
82
|
|
86
83
|
def initialize(btime=nil, count=nil, begintime=nil)
|
87
84
|
@BTime = btime
|
@@ -99,10 +96,8 @@ module TencentCloud
|
|
99
96
|
# 用于 DescribeAccessIndex 的出参
|
100
97
|
class AccessKeyValueInfo < TencentCloud::Common::AbstractModel
|
101
98
|
# @param Key: 需要配置键值或者元字段索引的字段
|
102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
103
99
|
# @type Key: String
|
104
100
|
# @param Value: 字段的索引描述信息
|
105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
106
101
|
# @type Value: :class:`Tencentcloud::Waf.v20180125.models.AccessValueInfo`
|
107
102
|
|
108
103
|
attr_accessor :Key, :Value
|
@@ -124,29 +119,21 @@ module TencentCloud
|
|
124
119
|
# 单条日志数据描述
|
125
120
|
class AccessLogInfo < TencentCloud::Common::AbstractModel
|
126
121
|
# @param Time: 日志时间,单位ms
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
128
122
|
# @type Time: Integer
|
129
123
|
# @param TopicId: 日志主题ID
|
130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
131
124
|
# @type TopicId: String
|
132
125
|
# @param TopicName: 日志主题名称
|
133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
134
126
|
# @type TopicName: String
|
135
127
|
# @param Source: 日志来源IP
|
136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
137
128
|
# @type Source: String
|
138
129
|
# @param FileName: 日志文件名称
|
139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
140
130
|
# @type FileName: String
|
141
131
|
# @param PkgId: 日志上报请求包的ID
|
142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
143
132
|
# @type PkgId: String
|
144
133
|
# @param PkgLogId: 请求包内日志的ID
|
145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
146
134
|
# @type PkgLogId: String
|
147
135
|
# @param LogJson: 日志内容的Json序列化字符串
|
148
136
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
150
137
|
# @type LogJson: String
|
151
138
|
|
152
139
|
attr_accessor :Time, :TopicId, :TopicName, :Source, :FileName, :PkgId, :PkgLogId, :LogJson
|
@@ -177,10 +164,8 @@ module TencentCloud
|
|
177
164
|
# 日志KeyValue对
|
178
165
|
class AccessLogItem < TencentCloud::Common::AbstractModel
|
179
166
|
# @param Key: 日记Key
|
180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
181
167
|
# @type Key: String
|
182
168
|
# @param Value: 日志Value
|
183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
184
169
|
# @type Value: String
|
185
170
|
|
186
171
|
attr_accessor :Key, :Value
|
@@ -199,7 +184,6 @@ module TencentCloud
|
|
199
184
|
# 日志KeyValue对数组,用于搜索访问日志
|
200
185
|
class AccessLogItems < TencentCloud::Common::AbstractModel
|
201
186
|
# @param Data: 分析结果返回的KV数据对
|
202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
203
187
|
# @type Data: Array
|
204
188
|
|
205
189
|
attr_accessor :Data
|
@@ -224,15 +208,12 @@ module TencentCloud
|
|
224
208
|
class AccessRuleInfo < TencentCloud::Common::AbstractModel
|
225
209
|
# @param FullText: 全文索引配置
|
226
210
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
228
211
|
# @type FullText: :class:`Tencentcloud::Waf.v20180125.models.AccessFullTextInfo`
|
229
212
|
# @param KeyValue: 键值索引配置
|
230
213
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
232
214
|
# @type KeyValue: :class:`Tencentcloud::Waf.v20180125.models.AccessRuleKeyValueInfo`
|
233
215
|
# @param Tag: 元字段索引配置
|
234
216
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
236
217
|
# @type Tag: :class:`Tencentcloud::Waf.v20180125.models.AccessRuleTagInfo`
|
237
218
|
|
238
219
|
attr_accessor :FullText, :KeyValue, :Tag
|
@@ -262,10 +243,8 @@ module TencentCloud
|
|
262
243
|
# DescribeAccessIndex接口的出参
|
263
244
|
class AccessRuleKeyValueInfo < TencentCloud::Common::AbstractModel
|
264
245
|
# @param CaseSensitive: 是否大小写敏感
|
265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
266
246
|
# @type CaseSensitive: Boolean
|
267
247
|
# @param KeyValues: 需要建立索引的键值对信息;最大只能配置100个键值对
|
268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
269
248
|
# @type KeyValues: Array
|
270
249
|
|
271
250
|
attr_accessor :CaseSensitive, :KeyValues
|
@@ -291,10 +270,8 @@ module TencentCloud
|
|
291
270
|
# DescribeAccessIndex接口的出参
|
292
271
|
class AccessRuleTagInfo < TencentCloud::Common::AbstractModel
|
293
272
|
# @param CaseSensitive: 是否大小写敏感
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
273
|
# @type CaseSensitive: Boolean
|
296
274
|
# @param KeyValues: 标签索引配置中的字段信息
|
297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
298
275
|
# @type KeyValues: Array
|
299
276
|
|
300
277
|
attr_accessor :CaseSensitive, :KeyValues
|
@@ -320,17 +297,13 @@ module TencentCloud
|
|
320
297
|
# 用于DescribeAccessIndex接口的出参
|
321
298
|
class AccessValueInfo < TencentCloud::Common::AbstractModel
|
322
299
|
# @param Type: 字段类型,目前支持的类型有:long、text、double
|
323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
324
300
|
# @type Type: String
|
325
301
|
# @param Tokenizer: 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符
|
326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
327
302
|
# @type Tokenizer: String
|
328
303
|
# @param SqlFlag: 字段是否开启分析功能
|
329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
330
304
|
# @type SqlFlag: Boolean
|
331
305
|
# @param ContainZH: 是否包含中文
|
332
306
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
334
307
|
# @type ContainZH: Boolean
|
335
308
|
|
336
309
|
attr_accessor :Type, :Tokenizer, :SqlFlag, :ContainZH
|
@@ -465,7 +438,7 @@ module TencentCloud
|
|
465
438
|
# @type Areas: Array
|
466
439
|
# @param Edition: waf版本信息,spart-waf或者clb-waf,其他无效,请一定填写
|
467
440
|
# @type Edition: String
|
468
|
-
# @param JobType:
|
441
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
469
442
|
# @type JobType: String
|
470
443
|
# @param JobDateTime: 定时任务配置
|
471
444
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -593,7 +566,7 @@ module TencentCloud
|
|
593
566
|
# @type Strategies: Array
|
594
567
|
# @param Domain: 需要添加策略的域名
|
595
568
|
# @type Domain: String
|
596
|
-
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4
|
569
|
+
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
597
570
|
# @type ActionType: String
|
598
571
|
# @param Redirect: 如果动作是重定向,则表示重定向的地址;其他情况可以为空
|
599
572
|
# @type Redirect: String
|
@@ -601,7 +574,7 @@ module TencentCloud
|
|
601
574
|
# @type ExpireTime: String
|
602
575
|
# @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
603
576
|
# @type Edition: String
|
604
|
-
# @param Bypass:
|
577
|
+
# @param Bypass: 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果多个勾选那么以,串接。默认是"geoip,cc,owasp,ai,antileakage"
|
605
578
|
# @type Bypass: String
|
606
579
|
# @param EventId: 添加规则的来源,默认为空
|
607
580
|
# @type EventId: String
|
@@ -674,7 +647,6 @@ module TencentCloud
|
|
674
647
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
675
648
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
676
649
|
# @param RuleId: 添加成功的规则ID
|
677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
678
650
|
# @type RuleId: Integer
|
679
651
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
680
652
|
# @type RequestId: String
|
@@ -711,7 +683,7 @@ module TencentCloud
|
|
711
683
|
# @type Domain: String
|
712
684
|
# @param Bypass: 放行的详情
|
713
685
|
# @type Bypass: String
|
714
|
-
# @param JobType:
|
686
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
715
687
|
# @type JobType: String
|
716
688
|
# @param JobDateTime: 定时任务配置
|
717
689
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -756,7 +728,6 @@ module TencentCloud
|
|
756
728
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
757
729
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
758
730
|
# @param RuleId: 添加成功的规则ID
|
759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
760
731
|
# @type RuleId: Integer
|
761
732
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
762
733
|
# @type RequestId: String
|
@@ -1095,41 +1066,30 @@ module TencentCloud
|
|
1095
1066
|
# @param ApiName: api名称
|
1096
1067
|
# @type ApiName: String
|
1097
1068
|
# @param Scene: 场景
|
1098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1099
1069
|
# @type Scene: String
|
1100
1070
|
# @param Label: 数据标签
|
1101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1102
1071
|
# @type Label: Array
|
1103
1072
|
# @param Active: 过去7天是否活跃
|
1104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1105
1073
|
# @type Active: Boolean
|
1106
1074
|
# @param Timestamp: 最近更新时间
|
1107
1075
|
# @type Timestamp: Integer
|
1108
1076
|
# @param InsertTime: api发现时间
|
1109
1077
|
# @type InsertTime: Integer
|
1110
1078
|
# @param Mode: 资产状态,1:新发现,2,确认中,3,已确认,4,已下线,5,已忽略
|
1111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1112
1079
|
# @type Mode: String
|
1113
1080
|
# @param Level: 风险等级,100,200,300对应低中高
|
1114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1115
1081
|
# @type Level: String
|
1116
1082
|
# @param Count: 近30天调用量
|
1117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1118
1083
|
# @type Count: Integer
|
1119
1084
|
# @param Remark: 备注
|
1120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1121
1085
|
# @type Remark: String
|
1122
1086
|
# @param IsAuth: 是否鉴权,1标识是,0表示否
|
1123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1124
1087
|
# @type IsAuth: Integer
|
1125
1088
|
# @param ApiRequestRuleId: 如果添加了api入参检测规则,则此id返回值不为0
|
1126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1127
1089
|
# @type ApiRequestRuleId: Integer
|
1128
1090
|
# @param ApiLimitRuleId: 如果添加了api限流规则,则此id返回值不为0
|
1129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1130
1091
|
# @type ApiLimitRuleId: Integer
|
1131
1092
|
# @param HostList: 对象接入和泛域名接入时,展示host列表
|
1132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1133
1093
|
# @type HostList: Array
|
1134
1094
|
|
1135
1095
|
attr_accessor :Domain, :Method, :ApiName, :Scene, :Label, :Active, :Timestamp, :InsertTime, :Mode, :Level, :Count, :Remark, :IsAuth, :ApiRequestRuleId, :ApiLimitRuleId, :HostList
|
@@ -1200,13 +1160,10 @@ module TencentCloud
|
|
1200
1160
|
# api历史样例返回结构体
|
1201
1161
|
class ApiDetailSampleHistory < TencentCloud::Common::AbstractModel
|
1202
1162
|
# @param SampleNme: 样例名称
|
1203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1204
1163
|
# @type SampleNme: String
|
1205
1164
|
# @param RepLog: 请求样例
|
1206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1207
1165
|
# @type RepLog: String
|
1208
1166
|
# @param RspLog: 响应样例
|
1209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1210
1167
|
# @type RspLog: String
|
1211
1168
|
|
1212
1169
|
attr_accessor :SampleNme, :RepLog, :RspLog
|
@@ -1227,31 +1184,22 @@ module TencentCloud
|
|
1227
1184
|
# api请求参数类型
|
1228
1185
|
class ApiParameterType < TencentCloud::Common::AbstractModel
|
1229
1186
|
# @param ParameterName: 参数名称
|
1230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1231
1187
|
# @type ParameterName: String
|
1232
1188
|
# @param Type: 参数类型
|
1233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1234
1189
|
# @type Type: String
|
1235
1190
|
# @param Location: 参数位置
|
1236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1237
1191
|
# @type Location: String
|
1238
1192
|
# @param Label: 数据标签(敏感字段)
|
1239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1240
1193
|
# @type Label: Array
|
1241
1194
|
# @param Timestamp: 时间戳
|
1242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1243
1195
|
# @type Timestamp: Integer
|
1244
1196
|
# @param Remark: 备注信息
|
1245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1246
1197
|
# @type Remark: String
|
1247
1198
|
# @param Source: 来源是请求或者响应
|
1248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1249
1199
|
# @type Source: String
|
1250
1200
|
# @param IsPan: 是否需要泛化 ,0表示不需要,1表示需要
|
1251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1252
1201
|
# @type IsPan: Integer
|
1253
1202
|
# @param IsAuth: 是否鉴权,1表示是,0表示否
|
1254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1255
1203
|
# @type IsAuth: Integer
|
1256
1204
|
|
1257
1205
|
attr_accessor :ParameterName, :Type, :Location, :Label, :Timestamp, :Remark, :Source, :IsPan, :IsAuth
|
@@ -1284,34 +1232,24 @@ module TencentCloud
|
|
1284
1232
|
# API安全资源信息
|
1285
1233
|
class ApiPkg < TencentCloud::Common::AbstractModel
|
1286
1234
|
# @param ResourceIds: 资源id
|
1287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1288
1235
|
# @type ResourceIds: String
|
1289
1236
|
# @param Status: 状态
|
1290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1291
1237
|
# @type Status: Integer
|
1292
1238
|
# @param Region: 地域
|
1293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1294
1239
|
# @type Region: Integer
|
1295
1240
|
# @param BeginTime: 开始时间
|
1296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1297
1241
|
# @type BeginTime: String
|
1298
1242
|
# @param EndTime: 结束时间
|
1299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1300
1243
|
# @type EndTime: String
|
1301
1244
|
# @param InquireNum: 申请数量
|
1302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1303
1245
|
# @type InquireNum: Integer
|
1304
1246
|
# @param UsedNum: 使用数量
|
1305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1306
1247
|
# @type UsedNum: Integer
|
1307
1248
|
# @param RenewFlag: 续费标志
|
1308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1249
|
# @type RenewFlag: Integer
|
1310
1250
|
# @param BillingItem: 计费项
|
1311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1251
|
# @type BillingItem: String
|
1313
1252
|
# @param IsAPISecurityTrial: api安全7天试用标识。1试用。0没试用
|
1314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1315
1253
|
# @type IsAPISecurityTrial: Integer
|
1316
1254
|
|
1317
1255
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem, :IsAPISecurityTrial
|
@@ -1461,7 +1399,6 @@ module TencentCloud
|
|
1461
1399
|
# 批量多域名黑白名单列表Ip
|
1462
1400
|
class BatchIpAccessControlItem < TencentCloud::Common::AbstractModel
|
1463
1401
|
# @param Id: mongo表自增Id
|
1464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1465
1402
|
# @type Id: String
|
1466
1403
|
# @param ActionType: 黑名单42或白名单40
|
1467
1404
|
# @type ActionType: Integer
|
@@ -1478,25 +1415,18 @@ module TencentCloud
|
|
1478
1415
|
# @param Hosts: 域名列表
|
1479
1416
|
# @type Hosts: Array
|
1480
1417
|
# @param RuleId: 55101145
|
1481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1482
1418
|
# @type RuleId: Integer
|
1483
1419
|
# @param IpList: IP列表
|
1484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1485
1420
|
# @type IpList: Array
|
1486
1421
|
# @param CreateTime: 创建时间
|
1487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1488
1422
|
# @type CreateTime: Integer
|
1489
1423
|
# @param JobType: 定时任务类型
|
1490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1491
1424
|
# @type JobType: String
|
1492
1425
|
# @param CronType: 周期任务类型
|
1493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1494
1426
|
# @type CronType: String
|
1495
1427
|
# @param JobDateTime: 定时任务配置详情
|
1496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1497
1428
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
1498
1429
|
# @param ValidStatus: 生效状态
|
1499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1500
1430
|
# @type ValidStatus: Integer
|
1501
1431
|
|
1502
1432
|
attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :Hosts, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime, :ValidStatus
|
@@ -1544,40 +1474,28 @@ module TencentCloud
|
|
1544
1474
|
# Bot资源信息
|
1545
1475
|
class BotPkg < TencentCloud::Common::AbstractModel
|
1546
1476
|
# @param ResourceIds: 资源id
|
1547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1548
1477
|
# @type ResourceIds: String
|
1549
1478
|
# @param Status: 状态
|
1550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1551
1479
|
# @type Status: Integer
|
1552
1480
|
# @param Region: 地域
|
1553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1554
1481
|
# @type Region: Integer
|
1555
1482
|
# @param BeginTime: 开始时间
|
1556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1557
1483
|
# @type BeginTime: String
|
1558
1484
|
# @param EndTime: 结束时间
|
1559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1560
1485
|
# @type EndTime: String
|
1561
1486
|
# @param InquireNum: 申请数量
|
1562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1563
1487
|
# @type InquireNum: Integer
|
1564
1488
|
# @param UsedNum: 使用数量
|
1565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1566
1489
|
# @type UsedNum: Integer
|
1567
1490
|
# @param Type: 子产品code
|
1568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1569
1491
|
# @type Type: String
|
1570
1492
|
# @param RenewFlag: 续费标志
|
1571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1572
1493
|
# @type RenewFlag: Integer
|
1573
1494
|
# @param BotCPWaf: 购买页bot6折
|
1574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1575
1495
|
# @type BotCPWaf: Integer
|
1576
1496
|
# @param BotNPWaf: 控制台买bot5折
|
1577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1578
1497
|
# @type BotNPWaf: Integer
|
1579
1498
|
# @param IsBotTrial: 7天bot试用标识 1 试用 0 没有试用
|
1580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1581
1499
|
# @type IsBotTrial: Integer
|
1582
1500
|
|
1583
1501
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :Type, :RenewFlag, :BotCPWaf, :BotNPWaf, :IsBotTrial
|
@@ -1626,7 +1544,6 @@ module TencentCloud
|
|
1626
1544
|
# @param MaxBotQPS: 使用qps的最大值
|
1627
1545
|
# @type MaxBotQPS: Integer
|
1628
1546
|
# @param RenewFlag: 续费标志
|
1629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1630
1547
|
# @type RenewFlag: Integer
|
1631
1548
|
|
1632
1549
|
attr_accessor :ResourceIds, :ValidTime, :Count, :Region, :MaxBotQPS, :RenewFlag
|
@@ -1707,7 +1624,7 @@ module TencentCloud
|
|
1707
1624
|
|
1708
1625
|
# cc规则
|
1709
1626
|
class CCRuleItem < TencentCloud::Common::AbstractModel
|
1710
|
-
# @param ActionType:
|
1627
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
1711
1628
|
# @type ActionType: Integer
|
1712
1629
|
# @param Advance: 高级模式
|
1713
1630
|
# @type Advance: Integer
|
@@ -1730,22 +1647,16 @@ module TencentCloud
|
|
1730
1647
|
# @param ValidTime: 策略动作有效时间
|
1731
1648
|
# @type ValidTime: Integer
|
1732
1649
|
# @param OptionsArr: 高级参数
|
1733
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1734
1650
|
# @type OptionsArr: String
|
1735
1651
|
# @param Length: url长度
|
1736
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1737
1652
|
# @type Length: Integer
|
1738
1653
|
# @param RuleId: 规则ID
|
1739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1740
1654
|
# @type RuleId: Integer
|
1741
1655
|
# @param EventId: 事件id
|
1742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1743
1656
|
# @type EventId: String
|
1744
1657
|
# @param SessionApplied: 关联的Session规则
|
1745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1746
1658
|
# @type SessionApplied: Array
|
1747
1659
|
# @param CreateTime: 创建时间
|
1748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1749
1660
|
# @type CreateTime: Integer
|
1750
1661
|
|
1751
1662
|
attr_accessor :ActionType, :Advance, :Interval, :Limit, :MatchFunc, :Name, :Priority, :Status, :TsVersion, :Url, :ValidTime, :OptionsArr, :Length, :RuleId, :EventId, :SessionApplied, :CreateTime
|
@@ -1807,7 +1718,7 @@ module TencentCloud
|
|
1807
1718
|
# @type Url: String
|
1808
1719
|
# @param MatchFunc: 匹配类型
|
1809
1720
|
# @type MatchFunc: Integer
|
1810
|
-
# @param ActionType:
|
1721
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
1811
1722
|
# @type ActionType: Integer
|
1812
1723
|
# @param Priority: 优先级
|
1813
1724
|
# @type Priority: Integer
|
@@ -1820,13 +1731,10 @@ module TencentCloud
|
|
1820
1731
|
# @param RuleId: 规则ID
|
1821
1732
|
# @type RuleId: Integer
|
1822
1733
|
# @param EventId: 事件id
|
1823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1824
1734
|
# @type EventId: String
|
1825
1735
|
# @param SessionApplied: 关联的Session规则
|
1826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1827
1736
|
# @type SessionApplied: Array
|
1828
1737
|
# @param CreateTime: 创建时间
|
1829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1830
1738
|
# @type CreateTime: Integer
|
1831
1739
|
|
1832
1740
|
attr_accessor :Name, :Status, :Advance, :Limit, :Interval, :Url, :MatchFunc, :ActionType, :Priority, :ValidTime, :TsVersion, :Options, :RuleId, :EventId, :SessionApplied, :CreateTime
|
@@ -1875,7 +1783,6 @@ module TencentCloud
|
|
1875
1783
|
# @param TotalCount: 总数
|
1876
1784
|
# @type TotalCount: Integer
|
1877
1785
|
# @param Res: 规则
|
1878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1879
1786
|
# @type Res: Array
|
1880
1787
|
|
1881
1788
|
attr_accessor :TotalCount, :Res
|
@@ -1898,42 +1805,6 @@ module TencentCloud
|
|
1898
1805
|
end
|
1899
1806
|
end
|
1900
1807
|
|
1901
|
-
# 防篡改url元素
|
1902
|
-
class CacheUrlItem < TencentCloud::Common::AbstractModel
|
1903
|
-
# @param Id: Id
|
1904
|
-
# @type Id: String
|
1905
|
-
# @param Name: 名称
|
1906
|
-
# @type Name: String
|
1907
|
-
# @param Domain: 域名
|
1908
|
-
# @type Domain: String
|
1909
|
-
# @param Uri: uri
|
1910
|
-
# @type Uri: String
|
1911
|
-
# @param Protocol: 协议
|
1912
|
-
# @type Protocol: String
|
1913
|
-
# @param Status: 状态
|
1914
|
-
# @type Status: String
|
1915
|
-
|
1916
|
-
attr_accessor :Id, :Name, :Domain, :Uri, :Protocol, :Status
|
1917
|
-
|
1918
|
-
def initialize(id=nil, name=nil, domain=nil, uri=nil, protocol=nil, status=nil)
|
1919
|
-
@Id = id
|
1920
|
-
@Name = name
|
1921
|
-
@Domain = domain
|
1922
|
-
@Uri = uri
|
1923
|
-
@Protocol = protocol
|
1924
|
-
@Status = status
|
1925
|
-
end
|
1926
|
-
|
1927
|
-
def deserialize(params)
|
1928
|
-
@Id = params['Id']
|
1929
|
-
@Name = params['Name']
|
1930
|
-
@Domain = params['Domain']
|
1931
|
-
@Uri = params['Uri']
|
1932
|
-
@Protocol = params['Protocol']
|
1933
|
-
@Status = params['Status']
|
1934
|
-
end
|
1935
|
-
end
|
1936
|
-
|
1937
1808
|
# 防篡改url元素
|
1938
1809
|
class CacheUrlItems < TencentCloud::Common::AbstractModel
|
1939
1810
|
# @param Id: 标识
|
@@ -1949,10 +1820,8 @@ module TencentCloud
|
|
1949
1820
|
# @param Status: 状态
|
1950
1821
|
# @type Status: Integer
|
1951
1822
|
# @param ModifyTime: 修改时间
|
1952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1953
1823
|
# @type ModifyTime: String
|
1954
1824
|
# @param CreateTime: 创建时间
|
1955
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1956
1825
|
# @type CreateTime: String
|
1957
1826
|
|
1958
1827
|
attr_accessor :Id, :Name, :Domain, :Uri, :Protocol, :Status, :ModifyTime, :CreateTime
|
@@ -1985,7 +1854,6 @@ module TencentCloud
|
|
1985
1854
|
# @param Id: cdc的集群id
|
1986
1855
|
# @type Id: String
|
1987
1856
|
# @param Name: cdc的集群名称
|
1988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1989
1857
|
# @type Name: String
|
1990
1858
|
|
1991
1859
|
attr_accessor :Id, :Name
|
@@ -2006,7 +1874,6 @@ module TencentCloud
|
|
2006
1874
|
# @param Region: 地域
|
2007
1875
|
# @type Region: String
|
2008
1876
|
# @param Clusters: 该地域对应的集群信息
|
2009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2010
1877
|
# @type Clusters: Array
|
2011
1878
|
|
2012
1879
|
attr_accessor :Region, :Clusters
|
@@ -2048,25 +1915,18 @@ module TencentCloud
|
|
2048
1915
|
# @param FlowMode: 负载均衡型WAF的流量模式,1:清洗模式,0:镜像模式
|
2049
1916
|
# @type FlowMode: Integer
|
2050
1917
|
# @param State: 域名绑定负载均衡器状态
|
2051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2052
1918
|
# @type State: Integer
|
2053
1919
|
# @param AlbType: 负载均衡类型,clb或者apisix
|
2054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2055
1920
|
# @type AlbType: String
|
2056
1921
|
# @param IpHeaders: IsCdn=3时,表示自定义header
|
2057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2058
1922
|
# @type IpHeaders: Array
|
2059
1923
|
# @param CdcClusters: cdc-clb-waf类型WAF的CDC集群信息
|
2060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2061
1924
|
# @type CdcClusters: String
|
2062
1925
|
# @param CloudType: 云类型:public:公有云;private:私有云;hybrid:混合云
|
2063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2064
1926
|
# @type CloudType: String
|
2065
1927
|
# @param Note: 域名备注信息
|
2066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2067
1928
|
# @type Note: String
|
2068
1929
|
# @param Labels: 域名标签
|
2069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2070
1930
|
# @type Labels: Array
|
2071
1931
|
|
2072
1932
|
attr_accessor :Domain, :DomainId, :InstanceId, :InstanceName, :Edition, :IsCdn, :LoadBalancerSet, :FlowMode, :State, :AlbType, :IpHeaders, :CdcClusters, :CloudType, :Note, :Labels
|
@@ -2148,28 +2008,20 @@ module TencentCloud
|
|
2148
2008
|
# @param PostCKafkaStatus: kafka投递开关
|
2149
2009
|
# @type PostCKafkaStatus: Integer
|
2150
2010
|
# @param Type: 对象类型:CLB:负载均衡器,TSE:云原生网关
|
2151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2152
2011
|
# @type Type: String
|
2153
2012
|
# @param Region: 对象地域
|
2154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2155
2013
|
# @type Region: String
|
2156
2014
|
# @param Proxy: 代理状态: 0:不开启,1:以XFF的第一个IP地址作为客户端IP,2:以remote_addr作为客户端IP,3:从指定的头部字段获取客户端IP,字段通过IpHeaders字段给出
|
2157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2158
2015
|
# @type Proxy: Integer
|
2159
2016
|
# @param IpHeaders: 指定获取客户端IP的头部字段列表。IsCdn为3时有效
|
2160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2161
2017
|
# @type IpHeaders: Array
|
2162
2018
|
# @param BotStatus: bot防护开关
|
2163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2164
2019
|
# @type BotStatus: Integer
|
2165
2020
|
# @param ApiStatus: api防护开关
|
2166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2167
2021
|
# @type ApiStatus: Integer
|
2168
2022
|
# @param ObjectFlowMode: 对象接入模式,0表示镜像模式,1表示清洗模式,2表示体检模式,默认为清洗模式
|
2169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2170
2023
|
# @type ObjectFlowMode: Integer
|
2171
2024
|
# @param NumericalVpcId: 数值形式的私有网络 ID
|
2172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2173
2025
|
# @type NumericalVpcId: Integer
|
2174
2026
|
|
2175
2027
|
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
|
@@ -2230,16 +2082,12 @@ module TencentCloud
|
|
2230
2082
|
# Clb-waf地域信息
|
2231
2083
|
class ClbWafRegionItem < TencentCloud::Common::AbstractModel
|
2232
2084
|
# @param Id: 地域ID
|
2233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2234
2085
|
# @type Id: String
|
2235
2086
|
# @param Text: 地域中文说明
|
2236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2237
2087
|
# @type Text: String
|
2238
2088
|
# @param Value: 地域英文全拼
|
2239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2240
2089
|
# @type Value: String
|
2241
2090
|
# @param Code: 地域编码
|
2242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2243
2091
|
# @type Code: String
|
2244
2092
|
|
2245
2093
|
attr_accessor :Id, :Text, :Value, :Code
|
@@ -2337,13 +2185,10 @@ module TencentCloud
|
|
2337
2185
|
# 旗舰版-CLB : 101201(新购),101202(续费),101203(变配)
|
2338
2186
|
# 域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
2339
2187
|
# 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
2340
|
-
|
2341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2342
2188
|
# @type GoodsCategoryId: Integer
|
2343
2189
|
# @param RegionId: 购买waf实例区域ID
|
2344
2190
|
# 1 表示购买大陆资源;
|
2345
2191
|
# 9表示购买非中国大陆资源
|
2346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2347
2192
|
# @type RegionId: Integer
|
2348
2193
|
|
2349
2194
|
attr_accessor :GoodsNum, :GoodsDetail, :GoodsCategoryId, :RegionId
|
@@ -2369,10 +2214,8 @@ module TencentCloud
|
|
2369
2214
|
# 产品明细
|
2370
2215
|
class CreateDealsGoodsDetail < TencentCloud::Common::AbstractModel
|
2371
2216
|
# @param TimeSpan: 时间间隔
|
2372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2373
2217
|
# @type TimeSpan: Integer
|
2374
2218
|
# @param TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
2375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2376
2219
|
# @type TimeUnit: String
|
2377
2220
|
# @param SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
2378
2221
|
|
@@ -2387,8 +2230,6 @@ module TencentCloud
|
|
2387
2230
|
# 旗舰版-CLB:sp_wsm_waf_ultimate_clb
|
2388
2231
|
# 业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
2389
2232
|
# 域名扩展包-CLB:sp_wsm_waf_domain_clb
|
2390
|
-
|
2391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2392
2233
|
# @type SubProductCode: String
|
2393
2234
|
# @param Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
2394
2235
|
# 高级版 :1000827
|
@@ -2401,17 +2242,12 @@ module TencentCloud
|
|
2401
2242
|
# 旗舰版-CLB:1001154
|
2402
2243
|
# 域名包-CLB: 1001156
|
2403
2244
|
# 业务扩展包-CLB : 1001160
|
2404
|
-
|
2405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2406
2245
|
# @type Pid: Integer
|
2407
2246
|
# @param InstanceName: waf实例名
|
2408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2409
2247
|
# @type InstanceName: String
|
2410
2248
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
2411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2412
2249
|
# @type AutoRenewFlag: Integer
|
2413
2250
|
# @param RealRegion: waf购买的实际地域信息
|
2414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2415
2251
|
# @type RealRegion: Integer
|
2416
2252
|
# @param LabelTypes: 计费细项标签数组
|
2417
2253
|
# Saas 高级版 sv_wsm_waf_package_premium
|
@@ -2431,20 +2267,14 @@ module TencentCloud
|
|
2431
2267
|
# 非中国大陆旗舰版CLB sv_wsm_waf_package_ultimate_clb _intl
|
2432
2268
|
# 业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
2433
2269
|
# 域名扩展包CLB sv_wsm_waf_domain_clb
|
2434
|
-
|
2435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2436
2270
|
# @type LabelTypes: Array
|
2437
2271
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
2438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2439
2272
|
# @type LabelCounts: Array
|
2440
2273
|
# @param CurDeadline: 变配使用,实例到期时间
|
2441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2442
2274
|
# @type CurDeadline: String
|
2443
2275
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
2444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2445
2276
|
# @type InstanceId: String
|
2446
2277
|
# @param ResourceId: 资源id
|
2447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2448
2278
|
# @type ResourceId: String
|
2449
2279
|
|
2450
2280
|
attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId, :ResourceId
|
@@ -2506,12 +2336,10 @@ module TencentCloud
|
|
2506
2336
|
# CreateDeals返回参数结构体
|
2507
2337
|
class CreateDealsResponse < TencentCloud::Common::AbstractModel
|
2508
2338
|
# @param Data: 计费下单响应结构体
|
2509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2510
2339
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
2511
2340
|
# @param Status: 1:成功,0:失败
|
2512
2341
|
# @type Status: Integer
|
2513
2342
|
# @param ReturnMessage: 返回message
|
2514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2515
2343
|
# @type ReturnMessage: String
|
2516
2344
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2517
2345
|
# @type RequestId: String
|
@@ -2598,12 +2426,15 @@ module TencentCloud
|
|
2598
2426
|
# @type SourceType: String
|
2599
2427
|
# @param Note: 备注
|
2600
2428
|
# @type Note: String
|
2601
|
-
# @param JobType:
|
2429
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
2602
2430
|
# @type JobType: String
|
2603
2431
|
# @param JobDateTime: 定时配置详情
|
2604
2432
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
2605
2433
|
|
2606
2434
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
2435
|
+
extend Gem::Deprecate
|
2436
|
+
deprecate :ValidTS, :none, 2024, 11
|
2437
|
+
deprecate :ValidTS=, :none, 2024, 11
|
2607
2438
|
|
2608
2439
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
2609
2440
|
@Domain = domain
|
@@ -2638,7 +2469,6 @@ module TencentCloud
|
|
2638
2469
|
# CreateIpAccessControl返回参数结构体
|
2639
2470
|
class CreateIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
2640
2471
|
# @param RuleId: 新增的规则对应的ID
|
2641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2642
2472
|
# @type RuleId: Integer
|
2643
2473
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2644
2474
|
# @type RequestId: String
|
@@ -2659,16 +2489,12 @@ module TencentCloud
|
|
2659
2489
|
# 规则周期执行的数据结构
|
2660
2490
|
class CronJob < TencentCloud::Common::AbstractModel
|
2661
2491
|
# @param Days: 每个月的几号执行
|
2662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2663
2492
|
# @type Days: Array
|
2664
2493
|
# @param WDays: 每个星期的星期几执行
|
2665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2666
2494
|
# @type WDays: Array
|
2667
2495
|
# @param StartTime: 开始时间
|
2668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2669
2496
|
# @type StartTime: String
|
2670
2497
|
# @param EndTime: 结束时间
|
2671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2672
2498
|
# @type EndTime: String
|
2673
2499
|
|
2674
2500
|
attr_accessor :Days, :WDays, :StartTime, :EndTime
|
@@ -2871,7 +2697,6 @@ module TencentCloud
|
|
2871
2697
|
# DeleteAttackWhiteRule返回参数结构体
|
2872
2698
|
class DeleteAttackWhiteRuleResponse < TencentCloud::Common::AbstractModel
|
2873
2699
|
# @param FailIds: 删除失败的规则序号组
|
2874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2875
2700
|
# @type FailIds: Array
|
2876
2701
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2877
2702
|
# @type RequestId: String
|
@@ -2920,7 +2745,6 @@ module TencentCloud
|
|
2920
2745
|
# DeleteCCRule返回参数结构体
|
2921
2746
|
class DeleteCCRuleResponse < TencentCloud::Common::AbstractModel
|
2922
2747
|
# @param Data: 一般为null
|
2923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2924
2748
|
# @type Data: String
|
2925
2749
|
# @param RuleId: 操作的规则Id
|
2926
2750
|
# @type RuleId: Integer
|
@@ -3066,7 +2890,6 @@ module TencentCloud
|
|
3066
2890
|
# DeleteDomainWhiteRules返回参数结构体
|
3067
2891
|
class DeleteDomainWhiteRulesResponse < TencentCloud::Common::AbstractModel
|
3068
2892
|
# @param Data: 出参
|
3069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3070
2893
|
# @type Data: String
|
3071
2894
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3072
2895
|
# @type RequestId: String
|
@@ -3084,38 +2907,6 @@ module TencentCloud
|
|
3084
2907
|
end
|
3085
2908
|
end
|
3086
2909
|
|
3087
|
-
# DeleteDownloadRecord请求参数结构体
|
3088
|
-
class DeleteDownloadRecordRequest < TencentCloud::Common::AbstractModel
|
3089
|
-
# @param Flow: 记录id
|
3090
|
-
# @type Flow: String
|
3091
|
-
|
3092
|
-
attr_accessor :Flow
|
3093
|
-
|
3094
|
-
def initialize(flow=nil)
|
3095
|
-
@Flow = flow
|
3096
|
-
end
|
3097
|
-
|
3098
|
-
def deserialize(params)
|
3099
|
-
@Flow = params['Flow']
|
3100
|
-
end
|
3101
|
-
end
|
3102
|
-
|
3103
|
-
# DeleteDownloadRecord返回参数结构体
|
3104
|
-
class DeleteDownloadRecordResponse < TencentCloud::Common::AbstractModel
|
3105
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3106
|
-
# @type RequestId: String
|
3107
|
-
|
3108
|
-
attr_accessor :RequestId
|
3109
|
-
|
3110
|
-
def initialize(requestid=nil)
|
3111
|
-
@RequestId = requestid
|
3112
|
-
end
|
3113
|
-
|
3114
|
-
def deserialize(params)
|
3115
|
-
@RequestId = params['RequestId']
|
3116
|
-
end
|
3117
|
-
end
|
3118
|
-
|
3119
2910
|
# DeleteHost请求参数结构体
|
3120
2911
|
class DeleteHostRequest < TencentCloud::Common::AbstractModel
|
3121
2912
|
# @param HostsDel: 删除的域名列表
|
@@ -3201,10 +2992,8 @@ module TencentCloud
|
|
3201
2992
|
# DeleteIpAccessControl返回参数结构体
|
3202
2993
|
class DeleteIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
3203
2994
|
# @param FailedItems: 删除失败的条目
|
3204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3205
2995
|
# @type FailedItems: String
|
3206
2996
|
# @param FailedCount: 删除失败的条目数
|
3207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3208
2997
|
# @type FailedCount: Integer
|
3209
2998
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3210
2999
|
# @type RequestId: String
|
@@ -3303,7 +3092,6 @@ module TencentCloud
|
|
3303
3092
|
# DeleteSession返回参数结构体
|
3304
3093
|
class DeleteSessionResponse < TencentCloud::Common::AbstractModel
|
3305
3094
|
# @param Data: 结果
|
3306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3307
3095
|
# @type Data: String
|
3308
3096
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3309
3097
|
# @type RequestId: String
|
@@ -3390,7 +3178,6 @@ module TencentCloud
|
|
3390
3178
|
# @param TotalCount: 日志导出ID。
|
3391
3179
|
# @type TotalCount: Integer
|
3392
3180
|
# @param Exports: 日志导出列表
|
3393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3394
3181
|
# @type Exports: Array
|
3395
3182
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3396
3183
|
# @type RequestId: String
|
@@ -3436,8 +3223,8 @@ module TencentCloud
|
|
3436
3223
|
|
3437
3224
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
3438
3225
|
extend Gem::Deprecate
|
3439
|
-
deprecate :TopicId, :none, 2024,
|
3440
|
-
deprecate :TopicId=, :none, 2024,
|
3226
|
+
deprecate :TopicId, :none, 2024, 11
|
3227
|
+
deprecate :TopicId=, :none, 2024, 11
|
3441
3228
|
|
3442
3229
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
3443
3230
|
@From = from
|
@@ -3463,7 +3250,6 @@ module TencentCloud
|
|
3463
3250
|
# DescribeAccessFastAnalysis返回参数结构体
|
3464
3251
|
class DescribeAccessFastAnalysisResponse < TencentCloud::Common::AbstractModel
|
3465
3252
|
# @param FieldValueRatioInfos: 注意:此字段可能返回 null,表示取不到有效值
|
3466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3467
3253
|
# @type FieldValueRatioInfos: Array
|
3468
3254
|
# @param TotalCount: 日志条数
|
3469
3255
|
# @type TotalCount: Integer
|
@@ -3531,7 +3317,6 @@ module TencentCloud
|
|
3531
3317
|
# @param TotalCount: 满足条件的日志条数
|
3532
3318
|
# @type TotalCount: Integer
|
3533
3319
|
# @param HistogramInfos: 注意:此字段可能返回 null,表示取不到有效值
|
3534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3535
3320
|
# @type HistogramInfos: Array
|
3536
3321
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3537
3322
|
# @type RequestId: String
|
@@ -3577,7 +3362,6 @@ module TencentCloud
|
|
3577
3362
|
# @type Status: Boolean
|
3578
3363
|
# @param Rule: 索引配置信息
|
3579
3364
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3581
3365
|
# @type Rule: :class:`Tencentcloud::Waf.v20180125.models.AccessRuleInfo`
|
3582
3366
|
# @param ModifyTime: 索引修改时间,初始值为索引创建时间。
|
3583
3367
|
# @type ModifyTime: String
|
@@ -3652,7 +3436,6 @@ module TencentCloud
|
|
3652
3436
|
# @param Total: 总数
|
3653
3437
|
# @type Total: Integer
|
3654
3438
|
# @param Data: 返回值
|
3655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3656
3439
|
# @type Data: Array
|
3657
3440
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3658
3441
|
# @type RequestId: String
|
@@ -3679,161 +3462,6 @@ module TencentCloud
|
|
3679
3462
|
end
|
3680
3463
|
end
|
3681
3464
|
|
3682
|
-
# DescribeAntiFakeUrl请求参数结构体
|
3683
|
-
class DescribeAntiFakeUrlRequest < TencentCloud::Common::AbstractModel
|
3684
|
-
# @param Domain: 域名
|
3685
|
-
# @type Domain: String
|
3686
|
-
# @param PageInfo: 翻页参数
|
3687
|
-
# @type PageInfo: :class:`Tencentcloud::Waf.v20180125.models.PageInfo`
|
3688
|
-
|
3689
|
-
attr_accessor :Domain, :PageInfo
|
3690
|
-
|
3691
|
-
def initialize(domain=nil, pageinfo=nil)
|
3692
|
-
@Domain = domain
|
3693
|
-
@PageInfo = pageinfo
|
3694
|
-
end
|
3695
|
-
|
3696
|
-
def deserialize(params)
|
3697
|
-
@Domain = params['Domain']
|
3698
|
-
unless params['PageInfo'].nil?
|
3699
|
-
@PageInfo = PageInfo.new
|
3700
|
-
@PageInfo.deserialize(params['PageInfo'])
|
3701
|
-
end
|
3702
|
-
end
|
3703
|
-
end
|
3704
|
-
|
3705
|
-
# DescribeAntiFakeUrl返回参数结构体
|
3706
|
-
class DescribeAntiFakeUrlResponse < TencentCloud::Common::AbstractModel
|
3707
|
-
# @param Total: 总数
|
3708
|
-
# @type Total: String
|
3709
|
-
# @param List: 信息
|
3710
|
-
# @type List: Array
|
3711
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3712
|
-
# @type RequestId: String
|
3713
|
-
|
3714
|
-
attr_accessor :Total, :List, :RequestId
|
3715
|
-
|
3716
|
-
def initialize(total=nil, list=nil, requestid=nil)
|
3717
|
-
@Total = total
|
3718
|
-
@List = list
|
3719
|
-
@RequestId = requestid
|
3720
|
-
end
|
3721
|
-
|
3722
|
-
def deserialize(params)
|
3723
|
-
@Total = params['Total']
|
3724
|
-
unless params['List'].nil?
|
3725
|
-
@List = []
|
3726
|
-
params['List'].each do |i|
|
3727
|
-
cacheurlitem_tmp = CacheUrlItem.new
|
3728
|
-
cacheurlitem_tmp.deserialize(i)
|
3729
|
-
@List << cacheurlitem_tmp
|
3730
|
-
end
|
3731
|
-
end
|
3732
|
-
@RequestId = params['RequestId']
|
3733
|
-
end
|
3734
|
-
end
|
3735
|
-
|
3736
|
-
# DescribeAntiInfoLeakRules请求参数结构体
|
3737
|
-
class DescribeAntiInfoLeakRulesRequest < TencentCloud::Common::AbstractModel
|
3738
|
-
# @param Domain: 域名
|
3739
|
-
# @type Domain: String
|
3740
|
-
# @param ActionType: 动作类型
|
3741
|
-
# @type ActionType: Integer
|
3742
|
-
# @param PageInfo: 翻页
|
3743
|
-
# @type PageInfo: :class:`Tencentcloud::Waf.v20180125.models.PageInfo`
|
3744
|
-
|
3745
|
-
attr_accessor :Domain, :ActionType, :PageInfo
|
3746
|
-
|
3747
|
-
def initialize(domain=nil, actiontype=nil, pageinfo=nil)
|
3748
|
-
@Domain = domain
|
3749
|
-
@ActionType = actiontype
|
3750
|
-
@PageInfo = pageinfo
|
3751
|
-
end
|
3752
|
-
|
3753
|
-
def deserialize(params)
|
3754
|
-
@Domain = params['Domain']
|
3755
|
-
@ActionType = params['ActionType']
|
3756
|
-
unless params['PageInfo'].nil?
|
3757
|
-
@PageInfo = PageInfo.new
|
3758
|
-
@PageInfo.deserialize(params['PageInfo'])
|
3759
|
-
end
|
3760
|
-
end
|
3761
|
-
end
|
3762
|
-
|
3763
|
-
# DescribeAntiInfoLeakRules返回参数结构体
|
3764
|
-
class DescribeAntiInfoLeakRulesResponse < TencentCloud::Common::AbstractModel
|
3765
|
-
# @param TotalCount: 记录条数
|
3766
|
-
# @type TotalCount: String
|
3767
|
-
# @param RuleList: 规则列表
|
3768
|
-
# @type RuleList: Array
|
3769
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3770
|
-
# @type RequestId: String
|
3771
|
-
|
3772
|
-
attr_accessor :TotalCount, :RuleList, :RequestId
|
3773
|
-
|
3774
|
-
def initialize(totalcount=nil, rulelist=nil, requestid=nil)
|
3775
|
-
@TotalCount = totalcount
|
3776
|
-
@RuleList = rulelist
|
3777
|
-
@RequestId = requestid
|
3778
|
-
end
|
3779
|
-
|
3780
|
-
def deserialize(params)
|
3781
|
-
@TotalCount = params['TotalCount']
|
3782
|
-
unless params['RuleList'].nil?
|
3783
|
-
@RuleList = []
|
3784
|
-
params['RuleList'].each do |i|
|
3785
|
-
describeantiinfoleakrulesruleitem_tmp = DescribeAntiInfoLeakRulesRuleItem.new
|
3786
|
-
describeantiinfoleakrulesruleitem_tmp.deserialize(i)
|
3787
|
-
@RuleList << describeantiinfoleakrulesruleitem_tmp
|
3788
|
-
end
|
3789
|
-
end
|
3790
|
-
@RequestId = params['RequestId']
|
3791
|
-
end
|
3792
|
-
end
|
3793
|
-
|
3794
|
-
# DescribeAntiInfoLeakRules返回的规则列表元素
|
3795
|
-
class DescribeAntiInfoLeakRulesRuleItem < TencentCloud::Common::AbstractModel
|
3796
|
-
# @param RuleId: 规则ID
|
3797
|
-
# @type RuleId: String
|
3798
|
-
# @param Name: 规则名称
|
3799
|
-
# @type Name: String
|
3800
|
-
# @param Status: 规则状态
|
3801
|
-
# @type Status: String
|
3802
|
-
# @param ActionType: 规则动作类型
|
3803
|
-
# @type ActionType: String
|
3804
|
-
# @param CreateTime: 规则创建时间
|
3805
|
-
# @type CreateTime: String
|
3806
|
-
# @param Strategies: 详细的规则
|
3807
|
-
# @type Strategies: Array
|
3808
|
-
|
3809
|
-
attr_accessor :RuleId, :Name, :Status, :ActionType, :CreateTime, :Strategies
|
3810
|
-
|
3811
|
-
def initialize(ruleid=nil, name=nil, status=nil, actiontype=nil, createtime=nil, strategies=nil)
|
3812
|
-
@RuleId = ruleid
|
3813
|
-
@Name = name
|
3814
|
-
@Status = status
|
3815
|
-
@ActionType = actiontype
|
3816
|
-
@CreateTime = createtime
|
3817
|
-
@Strategies = strategies
|
3818
|
-
end
|
3819
|
-
|
3820
|
-
def deserialize(params)
|
3821
|
-
@RuleId = params['RuleId']
|
3822
|
-
@Name = params['Name']
|
3823
|
-
@Status = params['Status']
|
3824
|
-
@ActionType = params['ActionType']
|
3825
|
-
@CreateTime = params['CreateTime']
|
3826
|
-
unless params['Strategies'].nil?
|
3827
|
-
@Strategies = []
|
3828
|
-
params['Strategies'].each do |i|
|
3829
|
-
describeantiinfoleakrulesstrategyitem_tmp = DescribeAntiInfoLeakRulesStrategyItem.new
|
3830
|
-
describeantiinfoleakrulesstrategyitem_tmp.deserialize(i)
|
3831
|
-
@Strategies << describeantiinfoleakrulesstrategyitem_tmp
|
3832
|
-
end
|
3833
|
-
end
|
3834
|
-
end
|
3835
|
-
end
|
3836
|
-
|
3837
3465
|
# DescribeAntiInfoLeakRules返回的规则元素中的具体的规则元素
|
3838
3466
|
class DescribeAntiInfoLeakRulesStrategyItem < TencentCloud::Common::AbstractModel
|
3839
3467
|
# @param Field: 字段
|
@@ -3942,13 +3570,10 @@ module TencentCloud
|
|
3942
3570
|
# @param CreateTime: 创建时间
|
3943
3571
|
# @type CreateTime: String
|
3944
3572
|
# @param Strategies: 匹配条件
|
3945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3946
3573
|
# @type Strategies: Array
|
3947
3574
|
# @param Uri: 匹配的URL
|
3948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3949
3575
|
# @type Uri: String
|
3950
3576
|
# @param ModifyTime: 修改时间
|
3951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3952
3577
|
# @type ModifyTime: String
|
3953
3578
|
|
3954
3579
|
attr_accessor :RuleId, :Name, :Status, :Action, :CreateTime, :Strategies, :Uri, :ModifyTime
|
@@ -4018,40 +3643,28 @@ module TencentCloud
|
|
4018
3643
|
# DescribeApiDetail返回参数结构体
|
4019
3644
|
class DescribeApiDetailResponse < TencentCloud::Common::AbstractModel
|
4020
3645
|
# @param Log: 请求样例,json字符串格式
|
4021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4022
3646
|
# @type Log: String
|
4023
3647
|
# @param ParameterList: 请求参数样例列表
|
4024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4025
3648
|
# @type ParameterList: Array
|
4026
3649
|
# @param Scene: 当前场景标签
|
4027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4028
3650
|
# @type Scene: String
|
4029
3651
|
# @param SensitiveFields: 敏感字段
|
4030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4031
3652
|
# @type SensitiveFields: Array
|
4032
3653
|
# @param IsActive: 7天内是否活跃
|
4033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4034
3654
|
# @type IsActive: Boolean
|
4035
3655
|
# @param IpCount: 访问ip数
|
4036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4037
3656
|
# @type IpCount: Integer
|
4038
3657
|
# @param RegionCount: 访问地域数量
|
4039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4040
3658
|
# @type RegionCount: Integer
|
4041
3659
|
# @param EventCount: 关联事件数
|
4042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4043
3660
|
# @type EventCount: Integer
|
4044
3661
|
# @param SensitiveCount: 涉敏数据条数
|
4045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4046
3662
|
# @type SensitiveCount: Integer
|
4047
3663
|
# @param Level: 风险等级
|
4048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4049
3664
|
# @type Level: Integer
|
4050
3665
|
# @param RspLog: 响应体
|
4051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4052
3666
|
# @type RspLog: String
|
4053
3667
|
# @param MaxQPS: 昨日访问峰值QPS
|
4054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4055
3668
|
# @type MaxQPS: Integer
|
4056
3669
|
# @param ApiDetailSampleHistory: 历史样例
|
4057
3670
|
# @type ApiDetailSampleHistory: Array
|
@@ -4163,10 +3776,8 @@ module TencentCloud
|
|
4163
3776
|
# DescribeApiListVersionTwo返回参数结构体
|
4164
3777
|
class DescribeApiListVersionTwoResponse < TencentCloud::Common::AbstractModel
|
4165
3778
|
# @param Data: api资产列表
|
4166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
3779
|
# @type Data: Array
|
4168
3780
|
# @param Total: 总数
|
4169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4170
3781
|
# @type Total: Integer
|
4171
3782
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4172
3783
|
# @type RequestId: String
|
@@ -4212,7 +3823,6 @@ module TencentCloud
|
|
4212
3823
|
# DescribeAreaBanAreas返回参数结构体
|
4213
3824
|
class DescribeAreaBanAreasResponse < TencentCloud::Common::AbstractModel
|
4214
3825
|
# @param Data: 回包内容
|
4215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4216
3826
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DescribeAreaBanAreasRsp`
|
4217
3827
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4218
3828
|
# @type RequestId: String
|
@@ -4238,18 +3848,14 @@ module TencentCloud
|
|
4238
3848
|
# @param Status: 状态 "0":未开启地域封禁 "1":开启地域封禁
|
4239
3849
|
# @type Status: String
|
4240
3850
|
# @param Source: 数据来源 custom-自定义(默认)、batch-批量防护
|
4241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4242
3851
|
# @type Source: String
|
4243
3852
|
# @param Areas: 字符串数据,配置的地域列表
|
4244
3853
|
# @type Areas: Array
|
4245
3854
|
# @param JobType: 定时任务类型
|
4246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4247
3855
|
# @type JobType: String
|
4248
3856
|
# @param JobDateTime: 定时任务详细配置
|
4249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4250
3857
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
4251
3858
|
# @param CronType: 周期任务配置
|
4252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4253
3859
|
# @type CronType: String
|
4254
3860
|
|
4255
3861
|
attr_accessor :Status, :Source, :Areas, :JobType, :JobDateTime, :CronType
|
@@ -4358,19 +3964,14 @@ module TencentCloud
|
|
4358
3964
|
# @param ApiAssetsCount: api资产总数
|
4359
3965
|
# @type ApiAssetsCount: Integer
|
4360
3966
|
# @param ApiRiskEventCount: api风险事件数量
|
4361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4362
3967
|
# @type ApiRiskEventCount: Integer
|
4363
3968
|
# @param IPBlackCount: 黑名单总数
|
4364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4365
3969
|
# @type IPBlackCount: Integer
|
4366
3970
|
# @param TamperCount: 防篡改总数
|
4367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4368
3971
|
# @type TamperCount: Integer
|
4369
3972
|
# @param LeakCount: 信息泄露总数
|
4370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4371
3973
|
# @type LeakCount: Integer
|
4372
3974
|
# @param ApiRiskEventCircleCount: API风险事件周环比
|
4373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4374
3975
|
# @type ApiRiskEventCircleCount: Integer
|
4375
3976
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4376
3977
|
# @type RequestId: String
|
@@ -4519,7 +4120,6 @@ module TencentCloud
|
|
4519
4120
|
# @param Total: 规则总数
|
4520
4121
|
# @type Total: Integer
|
4521
4122
|
# @param List: 规则白名单列表
|
4522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4523
4123
|
# @type List: Array
|
4524
4124
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4525
4125
|
# @type RequestId: String
|
@@ -4631,7 +4231,7 @@ module TencentCloud
|
|
4631
4231
|
|
4632
4232
|
# DescribeBatchIpAccessControl请求参数结构体
|
4633
4233
|
class DescribeBatchIpAccessControlRequest < TencentCloud::Common::AbstractModel
|
4634
|
-
# @param Filters: 筛选条件,支持 ActionType
|
4234
|
+
# @param Filters: 筛选条件,支持 ActionType,可选的值为40(白名单)42(黑名单),ValidStatus,可选的值为1(生效)0(过期)
|
4635
4235
|
# @type Filters: Array
|
4636
4236
|
# @param OffSet: 偏移
|
4637
4237
|
# @type OffSet: Integer
|
@@ -4667,7 +4267,6 @@ module TencentCloud
|
|
4667
4267
|
# DescribeBatchIpAccessControl返回参数结构体
|
4668
4268
|
class DescribeBatchIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
4669
4269
|
# @param Data: 输出
|
4670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4671
4270
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.BatchIpAccessControlData`
|
4672
4271
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4673
4272
|
# @type RequestId: String
|
@@ -4770,7 +4369,6 @@ module TencentCloud
|
|
4770
4369
|
# DescribeCCRuleList返回参数结构体
|
4771
4370
|
class DescribeCCRuleListResponse < TencentCloud::Common::AbstractModel
|
4772
4371
|
# @param Data: 查询到的CC规则的列表
|
4773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4774
4372
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.CCRuleLists`
|
4775
4373
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4776
4374
|
# @type RequestId: String
|
@@ -4830,7 +4428,6 @@ module TencentCloud
|
|
4830
4428
|
# DescribeCCRule返回参数结构体
|
4831
4429
|
class DescribeCCRuleResponse < TencentCloud::Common::AbstractModel
|
4832
4430
|
# @param Data: 结果
|
4833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4834
4431
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.CCRuleData`
|
4835
4432
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4836
4433
|
# @type RequestId: String
|
@@ -4922,7 +4519,6 @@ module TencentCloud
|
|
4922
4519
|
# @param Changed: 证书是否改变。
|
4923
4520
|
# 0:未变化
|
4924
4521
|
# 1:有变化
|
4925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4926
4522
|
# @type Changed: Integer
|
4927
4523
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4928
4524
|
# @type RequestId: String
|
@@ -4960,7 +4556,6 @@ module TencentCloud
|
|
4960
4556
|
# DescribeCiphersDetail返回参数结构体
|
4961
4557
|
class DescribeCiphersDetailResponse < TencentCloud::Common::AbstractModel
|
4962
4558
|
# @param Ciphers: 加密套件信息
|
4963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4964
4559
|
# @type Ciphers: Array
|
4965
4560
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4966
4561
|
# @type RequestId: String
|
@@ -5065,7 +4660,7 @@ module TencentCloud
|
|
5065
4660
|
|
5066
4661
|
# DescribeCustomRules接口回包中的复杂类型
|
5067
4662
|
class DescribeCustomRulesRspRuleListItem < TencentCloud::Common::AbstractModel
|
5068
|
-
# @param ActionType:
|
4663
|
+
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
5069
4664
|
# @type ActionType: String
|
5070
4665
|
# @param Bypass: 跳过的策略
|
5071
4666
|
# @type Bypass: String
|
@@ -5086,34 +4681,24 @@ module TencentCloud
|
|
5086
4681
|
# @param Strategies: 策略详情
|
5087
4682
|
# @type Strategies: Array
|
5088
4683
|
# @param EventId: 事件id
|
5089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5090
4684
|
# @type EventId: String
|
5091
4685
|
# @param ModifyTime: 修改时间
|
5092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5093
4686
|
# @type ModifyTime: String
|
5094
4687
|
# @param ValidStatus: 生效状态
|
5095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5096
4688
|
# @type ValidStatus: Integer
|
5097
4689
|
# @param Source: 来源
|
5098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5099
4690
|
# @type Source: String
|
5100
4691
|
# @param JobType: 定时任务类型
|
5101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5102
4692
|
# @type JobType: String
|
5103
4693
|
# @param JobDateTime: 定时任务配置信息
|
5104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5105
4694
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
5106
4695
|
# @param CronType: 周期任务粒度
|
5107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5108
4696
|
# @type CronType: String
|
5109
4697
|
# @param Label: 自定义标签,风控规则用,用来表示是内置规则还是用户自定义的
|
5110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5111
4698
|
# @type Label: String
|
5112
4699
|
# @param PageId: 拦截页面id
|
5113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5114
4700
|
# @type PageId: String
|
5115
4701
|
# @param Domain: 域名
|
5116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5117
4702
|
# @type Domain: String
|
5118
4703
|
|
5119
4704
|
attr_accessor :ActionType, :Bypass, :CreateTime, :ExpireTime, :Name, :Redirect, :RuleId, :SortId, :Status, :Strategies, :EventId, :ModifyTime, :ValidStatus, :Source, :JobType, :JobDateTime, :CronType, :Label, :PageId, :Domain
|
@@ -5580,7 +5165,6 @@ module TencentCloud
|
|
5580
5165
|
# @param Total: 总数
|
5581
5166
|
# @type Total: Integer
|
5582
5167
|
# @param Domains: domain列表
|
5583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5584
5168
|
# @type Domains: Array
|
5585
5169
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5586
5170
|
# @type RequestId: String
|
@@ -5615,7 +5199,7 @@ module TencentCloud
|
|
5615
5199
|
# @type Limit: Integer
|
5616
5200
|
# @param Key: 过滤条件
|
5617
5201
|
# @type Key: String
|
5618
|
-
# @param IsWafDomain: 是否接入waf
|
5202
|
+
# @param IsWafDomain: 是否接入waf;传"1"返回接入域名的详情,传"0"返回未接入域名的详情,传""返回接入和未接入域名的详情
|
5619
5203
|
# @type IsWafDomain: String
|
5620
5204
|
# @param By: 排序参数
|
5621
5205
|
# @type By: String
|
@@ -5816,7 +5400,6 @@ module TencentCloud
|
|
5816
5400
|
# DescribeHostLimit返回参数结构体
|
5817
5401
|
class DescribeHostLimitResponse < TencentCloud::Common::AbstractModel
|
5818
5402
|
# @param Success: 成功返回的状态码
|
5819
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5820
5403
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
5821
5404
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5822
5405
|
# @type RequestId: String
|
@@ -5924,7 +5507,6 @@ module TencentCloud
|
|
5924
5507
|
# @param TotalCount: 防护域名列表的长度
|
5925
5508
|
# @type TotalCount: Integer
|
5926
5509
|
# @param HostList: 防护域名的列表
|
5927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5928
5510
|
# @type HostList: Array
|
5929
5511
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5930
5512
|
# @type RequestId: String
|
@@ -6056,10 +5638,10 @@ module TencentCloud
|
|
6056
5638
|
|
6057
5639
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
6058
5640
|
extend Gem::Deprecate
|
6059
|
-
deprecate :VtsMin, :none, 2024,
|
6060
|
-
deprecate :VtsMin=, :none, 2024,
|
6061
|
-
deprecate :VtsMax, :none, 2024,
|
6062
|
-
deprecate :VtsMax=, :none, 2024,
|
5641
|
+
deprecate :VtsMin, :none, 2024, 11
|
5642
|
+
deprecate :VtsMin=, :none, 2024, 11
|
5643
|
+
deprecate :VtsMax, :none, 2024, 11
|
5644
|
+
deprecate :VtsMax=, :none, 2024, 11
|
6063
5645
|
|
6064
5646
|
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)
|
6065
5647
|
@Domain = domain
|
@@ -6105,10 +5687,8 @@ module TencentCloud
|
|
6105
5687
|
# DescribeIpAccessControl返回参数结构体
|
6106
5688
|
class DescribeIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
6107
5689
|
# @param Data: 输出
|
6108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6109
5690
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.IpAccessControlData`
|
6110
5691
|
# @param UsedTotal: 已经使用的IP黑白名单的IP总数
|
6111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6112
5692
|
# @type UsedTotal: Integer
|
6113
5693
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6114
5694
|
# @type RequestId: String
|
@@ -6164,10 +5744,10 @@ module TencentCloud
|
|
6164
5744
|
|
6165
5745
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
6166
5746
|
extend Gem::Deprecate
|
6167
|
-
deprecate :VtsMin, :none, 2024,
|
6168
|
-
deprecate :VtsMin=, :none, 2024,
|
6169
|
-
deprecate :VtsMax, :none, 2024,
|
6170
|
-
deprecate :VtsMax=, :none, 2024,
|
5747
|
+
deprecate :VtsMin, :none, 2024, 11
|
5748
|
+
deprecate :VtsMin=, :none, 2024, 11
|
5749
|
+
deprecate :VtsMax, :none, 2024, 11
|
5750
|
+
deprecate :VtsMax=, :none, 2024, 11
|
6171
5751
|
|
6172
5752
|
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)
|
6173
5753
|
@Domain = domain
|
@@ -6207,7 +5787,6 @@ module TencentCloud
|
|
6207
5787
|
# DescribeIpHitItems返回参数结构体
|
6208
5788
|
class DescribeIpHitItemsResponse < TencentCloud::Common::AbstractModel
|
6209
5789
|
# @param Data: 结果
|
6210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6211
5790
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.IpHitItemsData`
|
6212
5791
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6213
5792
|
# @type RequestId: String
|
@@ -6290,13 +5869,7 @@ module TencentCloud
|
|
6290
5869
|
|
6291
5870
|
# DescribeObjects请求参数结构体
|
6292
5871
|
class DescribeObjectsRequest < TencentCloud::Common::AbstractModel
|
6293
|
-
# @param Filters: 支持的过滤器:
|
6294
|
-
# ObjectId: clb实例ID
|
6295
|
-
# VIP: clb实例的公网IP
|
6296
|
-
# InstanceId: waf实例ID
|
6297
|
-
# Domain: 精准域名
|
6298
|
-
# Status: waf防护开关状态: 0关闭,1开启
|
6299
|
-
# ClsStatus: waf日志开关: 0关闭,1开启
|
5872
|
+
# @param Filters: 支持的过滤器: ObjectId: clb实例ID VIP: clb实例的公网IP InstanceId: waf实例ID Domain: 精准域名 Status: waf防护开关状态: 0关闭,1开启 ClsStatus: waf日志开关: 0关闭,1开启
|
6300
5873
|
# @type Filters: Array
|
6301
5874
|
|
6302
5875
|
attr_accessor :Filters
|
@@ -6674,6 +6247,89 @@ module TencentCloud
|
|
6674
6247
|
end
|
6675
6248
|
end
|
6676
6249
|
|
6250
|
+
# DescribeScanIp请求参数结构体
|
6251
|
+
class DescribeScanIpRequest < TencentCloud::Common::AbstractModel
|
6252
|
+
# @param Ip: 要查询的ip地址
|
6253
|
+
# @type Ip: String
|
6254
|
+
|
6255
|
+
attr_accessor :Ip
|
6256
|
+
|
6257
|
+
def initialize(ip=nil)
|
6258
|
+
@Ip = ip
|
6259
|
+
end
|
6260
|
+
|
6261
|
+
def deserialize(params)
|
6262
|
+
@Ip = params['Ip']
|
6263
|
+
end
|
6264
|
+
end
|
6265
|
+
|
6266
|
+
# DescribeScanIp返回参数结构体
|
6267
|
+
class DescribeScanIpResponse < TencentCloud::Common::AbstractModel
|
6268
|
+
# @param IpList: ip列表,当入参Ip为all时,返回该值
|
6269
|
+
# @type IpList: Array
|
6270
|
+
# @param Bussiness: 所属业务
|
6271
|
+
# @type Bussiness: String
|
6272
|
+
# @param Characteristic: 业务特征
|
6273
|
+
# @type Characteristic: String
|
6274
|
+
# @param Descibe: 扫描说明
|
6275
|
+
# @type Descibe: String
|
6276
|
+
# @param Referer: 官方公告
|
6277
|
+
# @type Referer: String
|
6278
|
+
# @param Demo: 扫描示例
|
6279
|
+
# @type Demo: String
|
6280
|
+
# @param Target: 扫描对象
|
6281
|
+
# @type Target: String
|
6282
|
+
# @param Purpose: 扫描目的
|
6283
|
+
# @type Purpose: String
|
6284
|
+
# @param Announcement: 产品文案
|
6285
|
+
# @type Announcement: String
|
6286
|
+
# @param UpdateTime: 更新时间
|
6287
|
+
# @type UpdateTime: Integer
|
6288
|
+
# @param IpOwner: ipowner
|
6289
|
+
# @type IpOwner: String
|
6290
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6291
|
+
# @type RequestId: String
|
6292
|
+
|
6293
|
+
attr_accessor :IpList, :Bussiness, :Characteristic, :Descibe, :Referer, :Demo, :Target, :Purpose, :Announcement, :UpdateTime, :IpOwner, :RequestId
|
6294
|
+
|
6295
|
+
def initialize(iplist=nil, bussiness=nil, characteristic=nil, descibe=nil, referer=nil, demo=nil, target=nil, purpose=nil, announcement=nil, updatetime=nil, ipowner=nil, requestid=nil)
|
6296
|
+
@IpList = iplist
|
6297
|
+
@Bussiness = bussiness
|
6298
|
+
@Characteristic = characteristic
|
6299
|
+
@Descibe = descibe
|
6300
|
+
@Referer = referer
|
6301
|
+
@Demo = demo
|
6302
|
+
@Target = target
|
6303
|
+
@Purpose = purpose
|
6304
|
+
@Announcement = announcement
|
6305
|
+
@UpdateTime = updatetime
|
6306
|
+
@IpOwner = ipowner
|
6307
|
+
@RequestId = requestid
|
6308
|
+
end
|
6309
|
+
|
6310
|
+
def deserialize(params)
|
6311
|
+
unless params['IpList'].nil?
|
6312
|
+
@IpList = []
|
6313
|
+
params['IpList'].each do |i|
|
6314
|
+
scanipinfo_tmp = ScanIpInfo.new
|
6315
|
+
scanipinfo_tmp.deserialize(i)
|
6316
|
+
@IpList << scanipinfo_tmp
|
6317
|
+
end
|
6318
|
+
end
|
6319
|
+
@Bussiness = params['Bussiness']
|
6320
|
+
@Characteristic = params['Characteristic']
|
6321
|
+
@Descibe = params['Descibe']
|
6322
|
+
@Referer = params['Referer']
|
6323
|
+
@Demo = params['Demo']
|
6324
|
+
@Target = params['Target']
|
6325
|
+
@Purpose = params['Purpose']
|
6326
|
+
@Announcement = params['Announcement']
|
6327
|
+
@UpdateTime = params['UpdateTime']
|
6328
|
+
@IpOwner = params['IpOwner']
|
6329
|
+
@RequestId = params['RequestId']
|
6330
|
+
end
|
6331
|
+
end
|
6332
|
+
|
6677
6333
|
# DescribeSession请求参数结构体
|
6678
6334
|
class DescribeSessionRequest < TencentCloud::Common::AbstractModel
|
6679
6335
|
# @param Domain: 域名
|
@@ -6697,7 +6353,6 @@ module TencentCloud
|
|
6697
6353
|
# DescribeSession返回参数结构体
|
6698
6354
|
class DescribeSessionResponse < TencentCloud::Common::AbstractModel
|
6699
6355
|
# @param Data: 返回结果
|
6700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6701
6356
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.SessionData`
|
6702
6357
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6703
6358
|
# @type RequestId: String
|
@@ -6795,7 +6450,6 @@ module TencentCloud
|
|
6795
6450
|
# @param IsKeepAlive: 与源站是否保持长连接
|
6796
6451
|
# @type IsKeepAlive: String
|
6797
6452
|
# @param Anycast: 0:BGP 1:Anycast
|
6798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6799
6453
|
# @type Anycast: String
|
6800
6454
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6801
6455
|
# @type RequestId: String
|
@@ -6883,7 +6537,7 @@ module TencentCloud
|
|
6883
6537
|
|
6884
6538
|
# DescribeTlsVersion返回参数结构体
|
6885
6539
|
class DescribeTlsVersionResponse < TencentCloud::Common::AbstractModel
|
6886
|
-
# @param TLS: TLS
|
6540
|
+
# @param TLS: TLS信息
|
6887
6541
|
# @type TLS: Array
|
6888
6542
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6889
6543
|
# @type RequestId: String
|
@@ -6992,7 +6646,6 @@ module TencentCloud
|
|
6992
6646
|
# DescribeUserCdcClbWafRegions返回参数结构体
|
6993
6647
|
class DescribeUserCdcClbWafRegionsResponse < TencentCloud::Common::AbstractModel
|
6994
6648
|
# @param Data: CdcRegion的类型描述
|
6995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6996
6649
|
# @type Data: Array
|
6997
6650
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6998
6651
|
# @type RequestId: String
|
@@ -7036,10 +6689,8 @@ module TencentCloud
|
|
7036
6689
|
# DescribeUserClbWafRegions返回参数结构体
|
7037
6690
|
class DescribeUserClbWafRegionsResponse < TencentCloud::Common::AbstractModel
|
7038
6691
|
# @param Data: 地域(标准的ap-格式)列表
|
7039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7040
6692
|
# @type Data: Array
|
7041
6693
|
# @param RichDatas: 包含详细属性的地域信息
|
7042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7043
6694
|
# @type RichDatas: Array
|
7044
6695
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7045
6696
|
# @type RequestId: String
|
@@ -7188,7 +6839,6 @@ module TencentCloud
|
|
7188
6839
|
# @param Total: 规则总数
|
7189
6840
|
# @type Total: Integer
|
7190
6841
|
# @param Rules: 规则列表
|
7191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7192
6842
|
# @type Rules: Array
|
7193
6843
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7194
6844
|
# @type RequestId: String
|
@@ -7289,8 +6939,6 @@ module TencentCloud
|
|
7289
6939
|
# @param DefenseStatus: 自动封禁状态
|
7290
6940
|
# @type DefenseStatus: Integer
|
7291
6941
|
# @param Source: 数据来源Source字段 custom-自定义(默认)、batch-domain-批量域名
|
7292
|
-
|
7293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7294
6942
|
# @type Source: String
|
7295
6943
|
# @param HWState: 重保护网域名状态
|
7296
6944
|
# @type HWState: Integer
|
@@ -7547,49 +7195,37 @@ module TencentCloud
|
|
7547
7195
|
# 1:开启
|
7548
7196
|
# @type PostCKafkaStatus: Integer
|
7549
7197
|
# @param CdcClusters: cdc实例域名接入的集群信息,非cdc实例忽略。
|
7550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7551
7198
|
# @type CdcClusters: String
|
7552
7199
|
# @param ApiStatus: api安全开关状态。
|
7553
7200
|
# 0:关闭
|
7554
7201
|
# 1:开启
|
7555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7556
7202
|
# @type ApiStatus: Integer
|
7557
7203
|
# @param AlbType: 应用型负载均衡类型,默认clb。
|
7558
7204
|
# clb:七层负载均衡器类型
|
7559
7205
|
# apisix:apisix网关型
|
7560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7561
7206
|
# @type AlbType: String
|
7562
7207
|
# @param SgState: 安全组状态。
|
7563
7208
|
# 0:不展示
|
7564
7209
|
# 1:非腾讯云源站
|
7565
7210
|
# 2:安全组绑定失败
|
7566
7211
|
# 3:安全组发生变更
|
7567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7568
7212
|
# @type SgState: Integer
|
7569
7213
|
# @param SgDetail: 安全组状态的详细解释
|
7570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7571
7214
|
# @type SgDetail: String
|
7572
7215
|
# @param CloudType: 域名云环境。hybrid:混合云域名
|
7573
7216
|
# public:公有云域名
|
7574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7575
7217
|
# @type CloudType: String
|
7576
7218
|
# @param Note: 域名备注信息
|
7577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7578
7219
|
# @type Note: String
|
7579
7220
|
# @param SrcList: SAASWAF源站IP列表
|
7580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7581
7221
|
# @type SrcList: Array
|
7582
7222
|
# @param UpstreamDomainList: SAASWAF源站域名列表
|
7583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7584
7223
|
# @type UpstreamDomainList: Array
|
7585
7224
|
# @param SgID: 安全组ID
|
7586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7587
7225
|
# @type SgID: String
|
7588
7226
|
# @param AccessStatus: clbwaf接入状态
|
7589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7590
7227
|
# @type AccessStatus: Integer
|
7591
7228
|
# @param Labels: 域名标签
|
7592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7593
7229
|
# @type Labels: Array
|
7594
7230
|
|
7595
7231
|
attr_accessor :Domain, :DomainId, :InstanceId, :Cname, :Edition, :Region, :InstanceName, :ClsStatus, :FlowMode, :Status, :Mode, :Engine, :CCList, :RsList, :Ports, :LoadBalancerSet, :AppId, :State, :CreateTime, :Ipv6Status, :BotStatus, :Level, :PostCLSStatus, :PostCKafkaStatus, :CdcClusters, :ApiStatus, :AlbType, :SgState, :SgDetail, :CloudType, :Note, :SrcList, :UpstreamDomainList, :SgID, :AccessStatus, :Labels
|
@@ -7687,22 +7323,17 @@ module TencentCloud
|
|
7687
7323
|
end
|
7688
7324
|
end
|
7689
7325
|
|
7690
|
-
#
|
7326
|
+
# waf 域名扩展套餐
|
7691
7327
|
class DomainPackageNew < TencentCloud::Common::AbstractModel
|
7692
7328
|
# @param ResourceIds: 资源ID
|
7693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7694
7329
|
# @type ResourceIds: String
|
7695
7330
|
# @param ValidTime: 过期时间
|
7696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7697
7331
|
# @type ValidTime: String
|
7698
7332
|
# @param RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
7699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7700
7333
|
# @type RenewFlag: Integer
|
7701
7334
|
# @param Count: 套餐购买个数
|
7702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7703
7335
|
# @type Count: Integer
|
7704
7336
|
# @param Region: 套餐购买地域,clb-waf暂时没有用到
|
7705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7706
7337
|
# @type Region: String
|
7707
7338
|
|
7708
7339
|
attr_accessor :ResourceIds, :ValidTime, :RenewFlag, :Count, :Region
|
@@ -7727,10 +7358,8 @@ module TencentCloud
|
|
7727
7358
|
# 域名-规则id结构体
|
7728
7359
|
class DomainRuleId < TencentCloud::Common::AbstractModel
|
7729
7360
|
# @param Domain: 域名
|
7730
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7731
7361
|
# @type Domain: String
|
7732
7362
|
# @param RuleId: 规则id
|
7733
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7734
7363
|
# @type RuleId: String
|
7735
7364
|
|
7736
7365
|
attr_accessor :Domain, :RuleId
|
@@ -7753,7 +7382,6 @@ module TencentCloud
|
|
7753
7382
|
# @param Edition: 版本
|
7754
7383
|
# @type Edition: String
|
7755
7384
|
# @param InstanceID: 实例ID
|
7756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7757
7385
|
# @type InstanceID: String
|
7758
7386
|
|
7759
7387
|
attr_accessor :Domain, :Edition, :InstanceID
|
@@ -7863,83 +7491,60 @@ module TencentCloud
|
|
7863
7491
|
# @param ActiveCheck: 是否开启主动健康检测。
|
7864
7492
|
# 0:不开启
|
7865
7493
|
# 1:开启
|
7866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7867
7494
|
# @type ActiveCheck: Integer
|
7868
7495
|
# @param TLSVersion: TLS版本信息
|
7869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7870
7496
|
# @type TLSVersion: Integer
|
7871
7497
|
# @param Ciphers: 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
|
7872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7873
7498
|
# @type Ciphers: Array
|
7874
7499
|
# @param CipherTemplate: 加密套件模板。
|
7875
7500
|
# 0:不支持选择,使用默认模板
|
7876
7501
|
# 1:通用型模板
|
7877
7502
|
# 2:安全型模板
|
7878
7503
|
# 3:自定义模板
|
7879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7880
7504
|
# @type CipherTemplate: Integer
|
7881
7505
|
# @param ProxyReadTimeout: WAF与源站的读超时时间,默认300s。
|
7882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7883
7506
|
# @type ProxyReadTimeout: Integer
|
7884
7507
|
# @param ProxySendTimeout: WAF与源站的写超时时间,默认300s。
|
7885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7886
7508
|
# @type ProxySendTimeout: Integer
|
7887
7509
|
# @param SniType: WAF回源时的SNI类型。
|
7888
7510
|
# 0:关闭SNI,不配置client_hello中的server_name
|
7889
7511
|
# 1:开启SNI,client_hello中的server_name为防护域名
|
7890
7512
|
# 2:开启SNI,SNI为域名回源时的源站域名
|
7891
7513
|
# 3:开启SNI,SNI为自定义域名
|
7892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7893
7514
|
# @type SniType: Integer
|
7894
7515
|
# @param SniHost: SniType为3时,需要填此参数,表示自定义的SNI;
|
7895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7896
7516
|
# @type SniHost: String
|
7897
7517
|
# @param Weights: 回源IP权重
|
7898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7899
7518
|
# @type Weights: Array
|
7900
7519
|
# @param IpHeaders: IsCdn=3时,表示自定义header
|
7901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7902
7520
|
# @type IpHeaders: Array
|
7903
7521
|
# @param XFFReset: 是否开启XFF重置。
|
7904
7522
|
# 0:关闭
|
7905
7523
|
# 1:开启
|
7906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7907
7524
|
# @type XFFReset: Integer
|
7908
7525
|
# @param Note: 域名备注信息
|
7909
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7910
7526
|
# @type Note: String
|
7911
7527
|
# @param UpstreamHost: 自定义回源Host。默认为空字符串,表示使用防护域名作为回源Host。
|
7912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7913
7528
|
# @type UpstreamHost: String
|
7914
7529
|
# @param Level: 防护规则
|
7915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7916
7530
|
# @type Level: String
|
7917
7531
|
# @param ProxyBuffer: 是否开启缓存 0-关闭 1-开启
|
7918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7919
7532
|
# @type ProxyBuffer: Integer
|
7920
7533
|
# @param GmType: 国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问
|
7921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7922
7534
|
# @type GmType: Integer
|
7923
7535
|
# @param GmCertType: 国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书
|
7924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7925
7536
|
# @type GmCertType: Integer
|
7926
7537
|
# @param GmCert: GmCertType为1时,需要填充此参数,表示自有国密证书的证书链
|
7927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7928
7538
|
# @type GmCert: String
|
7929
7539
|
# @param GmPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的私钥
|
7930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7931
7540
|
# @type GmPrivateKey: String
|
7932
7541
|
# @param GmEncCert: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书
|
7933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7934
7542
|
# @type GmEncCert: String
|
7935
7543
|
# @param GmEncPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥
|
7936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7937
7544
|
# @type GmEncPrivateKey: String
|
7938
7545
|
# @param GmSSLId: GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
|
7939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7940
7546
|
# @type GmSSLId: String
|
7941
7547
|
# @param Labels: 域名标签
|
7942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7943
7548
|
# @type Labels: Array
|
7944
7549
|
|
7945
7550
|
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, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :Weights, :IpHeaders, :XFFReset, :Note, :UpstreamHost, :Level, :ProxyBuffer, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :Labels
|
@@ -8117,24 +7722,18 @@ module TencentCloud
|
|
8117
7722
|
# DescribeAccessExports接口
|
8118
7723
|
class ExportAccessInfo < TencentCloud::Common::AbstractModel
|
8119
7724
|
# @param ExportId: 日志导出任务ID
|
8120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8121
7725
|
# @type ExportId: String
|
8122
7726
|
# @param Query: 日志导出查询语句
|
8123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8124
7727
|
# @type Query: String
|
8125
7728
|
# @param FileName: 日志导出文件名
|
8126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8127
7729
|
# @type FileName: String
|
8128
7730
|
# @param FileSize: 日志文件大小
|
8129
7731
|
# @type FileSize: Integer
|
8130
7732
|
# @param Order: 日志导出时间排序
|
8131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8132
7733
|
# @type Order: String
|
8133
7734
|
# @param Format: 日志导出格式
|
8134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8135
7735
|
# @type Format: String
|
8136
7736
|
# @param Count: 日志导出数量
|
8137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8138
7737
|
# @type Count: Integer
|
8139
7738
|
# @param Status: 日志下载状态。Processing:导出正在进行中,Complete:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期)
|
8140
7739
|
# @type Status: String
|
@@ -8252,28 +7851,20 @@ module TencentCloud
|
|
8252
7851
|
# 业务安全资源信息
|
8253
7852
|
class FraudPkg < TencentCloud::Common::AbstractModel
|
8254
7853
|
# @param ResourceIds: 资源id
|
8255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8256
7854
|
# @type ResourceIds: String
|
8257
7855
|
# @param Status: 状态
|
8258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8259
7856
|
# @type Status: Integer
|
8260
7857
|
# @param Region: 地域
|
8261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8262
7858
|
# @type Region: Integer
|
8263
7859
|
# @param BeginTime: 开始时间
|
8264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8265
7860
|
# @type BeginTime: String
|
8266
7861
|
# @param EndTime: 结束时间
|
8267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8268
7862
|
# @type EndTime: String
|
8269
7863
|
# @param InquireNum: 申请数量
|
8270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8271
7864
|
# @type InquireNum: Integer
|
8272
7865
|
# @param UsedNum: 使用数量
|
8273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8274
7866
|
# @type UsedNum: Integer
|
8275
7867
|
# @param RenewFlag: 续费标志
|
8276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8277
7868
|
# @type RenewFlag: Integer
|
8278
7869
|
|
8279
7870
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag
|
@@ -8367,15 +7958,12 @@ module TencentCloud
|
|
8367
7958
|
# GenerateDealsAndPayNew返回参数结构体
|
8368
7959
|
class GenerateDealsAndPayNewResponse < TencentCloud::Common::AbstractModel
|
8369
7960
|
# @param Data: 计费下单响应结构体
|
8370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8371
7961
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
8372
7962
|
# @param Status: 1:成功,0:失败
|
8373
7963
|
# @type Status: Integer
|
8374
7964
|
# @param ReturnMessage: 返回message
|
8375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8376
7965
|
# @type ReturnMessage: String
|
8377
7966
|
# @param InstanceId: 购买的实例ID
|
8378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8379
7967
|
# @type InstanceId: String
|
8380
7968
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8381
7969
|
# @type RequestId: String
|
@@ -8612,13 +8200,10 @@ module TencentCloud
|
|
8612
8200
|
# 旗舰版-CLB : 101201(新购),101202(续费),101203(变配)
|
8613
8201
|
# 域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
8614
8202
|
# 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
8615
|
-
|
8616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8617
8203
|
# @type GoodsCategoryId: Integer
|
8618
8204
|
# @param RegionId: 购买waf实例区域ID
|
8619
8205
|
# 1 表示购买大陆资源;
|
8620
8206
|
# 9表示购买非中国大陆资源
|
8621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8622
8207
|
# @type RegionId: Integer
|
8623
8208
|
|
8624
8209
|
attr_accessor :GoodsNum, :GoodsDetail, :GoodsCategoryId, :RegionId
|
@@ -8650,16 +8235,12 @@ module TencentCloud
|
|
8650
8235
|
# @param GoodsDetail: 商品明细
|
8651
8236
|
# @type GoodsDetail: :class:`Tencentcloud::Waf.v20180125.models.GoodsDetail`
|
8652
8237
|
# @param ProjectId: 默认为0
|
8653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8654
8238
|
# @type ProjectId: Integer
|
8655
8239
|
# @param GoodsCategoryId: 计费类目ID,对应cid
|
8656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8657
8240
|
# @type GoodsCategoryId: Integer
|
8658
8241
|
# @param Platform: 平台类型,默认1
|
8659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8660
8242
|
# @type Platform: Integer
|
8661
8243
|
# @param RegionId: 购买waf实例区域ID
|
8662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8663
8244
|
# @type RegionId: Integer
|
8664
8245
|
|
8665
8246
|
attr_accessor :PayMode, :GoodsNum, :GoodsDetail, :ProjectId, :GoodsCategoryId, :Platform, :RegionId
|
@@ -8701,37 +8282,26 @@ module TencentCloud
|
|
8701
8282
|
# @param Pid: 计费策略id
|
8702
8283
|
# @type Pid: Integer
|
8703
8284
|
# @param ProductInfo: waf产品码
|
8704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8705
8285
|
# @type ProductInfo: Array
|
8706
8286
|
# @param InstanceName: waf实例名
|
8707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8708
8287
|
# @type InstanceName: String
|
8709
8288
|
# @param ElasticQps: QPS数量
|
8710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8711
8289
|
# @type ElasticQps: Integer
|
8712
8290
|
# @param FlexBill: 弹性账单
|
8713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8714
8291
|
# @type FlexBill: Integer
|
8715
8292
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
8716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8717
8293
|
# @type AutoRenewFlag: Integer
|
8718
8294
|
# @param RealRegion: waf购买的实际地域信息
|
8719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8720
8295
|
# @type RealRegion: Integer
|
8721
8296
|
# @param Type: Waf实例对应的二级产品码
|
8722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8723
8297
|
# @type Type: String
|
8724
8298
|
# @param LabelTypes: 计费细项标签数组
|
8725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8726
8299
|
# @type LabelTypes: Array
|
8727
8300
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
8728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8729
8301
|
# @type LabelCounts: Array
|
8730
8302
|
# @param CurDeadline: 变配使用,实例到期时间
|
8731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8732
8303
|
# @type CurDeadline: String
|
8733
8304
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
8734
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8735
8305
|
# @type InstanceId: String
|
8736
8306
|
|
8737
8307
|
attr_accessor :TimeSpan, :TimeUnit, :ProductCode, :SubProductCode, :Pid, :ProductInfo, :InstanceName, :ElasticQps, :FlexBill, :AutoRenewFlag, :RealRegion, :Type, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId
|
@@ -8785,10 +8355,8 @@ module TencentCloud
|
|
8785
8355
|
# 产品明细
|
8786
8356
|
class GoodsDetailNew < TencentCloud::Common::AbstractModel
|
8787
8357
|
# @param TimeSpan: 时间间隔
|
8788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8789
8358
|
# @type TimeSpan: Integer
|
8790
8359
|
# @param TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
8791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8792
8360
|
# @type TimeUnit: String
|
8793
8361
|
# @param SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
8794
8362
|
|
@@ -8803,8 +8371,6 @@ module TencentCloud
|
|
8803
8371
|
# 旗舰版-CLB:sp_wsm_waf_ultimate_clb
|
8804
8372
|
# 业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
8805
8373
|
# 域名扩展包-CLB:sp_wsm_waf_domain_clb
|
8806
|
-
|
8807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8808
8374
|
# @type SubProductCode: String
|
8809
8375
|
# @param Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
8810
8376
|
# 高级版 :1000827
|
@@ -8817,17 +8383,12 @@ module TencentCloud
|
|
8817
8383
|
# 旗舰版-CLB:1001154
|
8818
8384
|
# 域名包-CLB: 1001156
|
8819
8385
|
# 业务扩展包-CLB : 1001160
|
8820
|
-
|
8821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8822
8386
|
# @type Pid: Integer
|
8823
8387
|
# @param InstanceName: waf实例名
|
8824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8825
8388
|
# @type InstanceName: String
|
8826
8389
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
8827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8828
8390
|
# @type AutoRenewFlag: Integer
|
8829
8391
|
# @param RealRegion: waf购买的实际地域信息
|
8830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8831
8392
|
# @type RealRegion: Integer
|
8832
8393
|
# @param LabelTypes: 计费细项标签数组
|
8833
8394
|
# Saas 高级版 sv_wsm_waf_package_premium
|
@@ -8847,23 +8408,16 @@ module TencentCloud
|
|
8847
8408
|
# 非中国大陆旗舰版CLB sv_wsm_waf_package_ultimate_clb _intl
|
8848
8409
|
# 业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
8849
8410
|
# 域名扩展包CLB sv_wsm_waf_domain_clb
|
8850
|
-
|
8851
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8852
8411
|
# @type LabelTypes: Array
|
8853
8412
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
8854
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8855
8413
|
# @type LabelCounts: Array
|
8856
8414
|
# @param CurDeadline: 变配使用,实例到期时间
|
8857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8858
8415
|
# @type CurDeadline: String
|
8859
8416
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
8860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8861
8417
|
# @type InstanceId: String
|
8862
8418
|
# @param ResourceId: 资源id
|
8863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8864
8419
|
# @type ResourceId: String
|
8865
8420
|
# @param MicroVersion: 模式clb-waf或者saas-waf
|
8866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8867
8421
|
# @type MicroVersion: String
|
8868
8422
|
|
8869
8423
|
attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId, :ResourceId, :MicroVersion
|
@@ -8975,32 +8529,27 @@ module TencentCloud
|
|
8975
8529
|
# 0:关闭
|
8976
8530
|
# @type ClsStatus: Integer
|
8977
8531
|
# @param Level: 防护等级,可选值100,200,300
|
8978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8979
8532
|
# @type Level: Integer
|
8980
8533
|
# @param CdcClusters: 域名需要下发到的cdc集群列表。仅CDC场景下填充
|
8981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8982
8534
|
# @type CdcClusters: Array
|
8983
8535
|
# @param AlbType: 应用型负载均衡类型,默认clb。
|
8984
8536
|
# clb:七层负载均衡器类型
|
8985
8537
|
# apisix:apisix网关型
|
8986
|
-
#
|
8538
|
+
# tsegw:云原生API网关
|
8539
|
+
# scf:云函数
|
8987
8540
|
# @type AlbType: String
|
8988
8541
|
# @param IpHeaders: IsCdn=3时,需要填此参数,表示自定义header
|
8989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8990
8542
|
# @type IpHeaders: Array
|
8991
8543
|
# @param EngineType: 规则引擎类型。
|
8992
8544
|
# 1: menshen
|
8993
8545
|
# 2: tiga
|
8994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8995
8546
|
# @type EngineType: Integer
|
8996
8547
|
# @param CloudType: 云类型。
|
8997
8548
|
# public:公有云
|
8998
8549
|
# private:私有云
|
8999
8550
|
# hybrid:混合云
|
9000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9001
8551
|
# @type CloudType: String
|
9002
8552
|
# @param Note: 域名备注信息
|
9003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9004
8553
|
# @type Note: String
|
9005
8554
|
|
9006
8555
|
attr_accessor :Domain, :DomainId, :MainDomain, :Mode, :Status, :State, :Engine, :IsCdn, :LoadBalancerSet, :Region, :Edition, :FlowMode, :ClsStatus, :Level, :CdcClusters, :AlbType, :IpHeaders, :EngineType, :CloudType, :Note
|
@@ -9090,28 +8639,20 @@ module TencentCloud
|
|
9090
8639
|
# 混合云节点资源信息
|
9091
8640
|
class HybridPkg < TencentCloud::Common::AbstractModel
|
9092
8641
|
# @param ResourceIds: 资源id
|
9093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9094
8642
|
# @type ResourceIds: String
|
9095
8643
|
# @param Status: 状态
|
9096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9097
8644
|
# @type Status: Integer
|
9098
8645
|
# @param Region: 地域
|
9099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9100
8646
|
# @type Region: Integer
|
9101
8647
|
# @param BeginTime: 开始时间
|
9102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9103
8648
|
# @type BeginTime: String
|
9104
8649
|
# @param EndTime: 结束时间
|
9105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9106
8650
|
# @type EndTime: String
|
9107
8651
|
# @param InquireNum: 申请数量
|
9108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9109
8652
|
# @type InquireNum: Integer
|
9110
8653
|
# @param UsedNum: 使用数量
|
9111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9112
8654
|
# @type UsedNum: Integer
|
9113
8655
|
# @param RenewFlag: 续费标志
|
9114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9115
8656
|
# @type RenewFlag: Integer
|
9116
8657
|
|
9117
8658
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag
|
@@ -9242,69 +8783,48 @@ module TencentCloud
|
|
9242
8783
|
# @param Edition: clb或saas
|
9243
8784
|
# @type Edition: String
|
9244
8785
|
# @param FraudPkg: 业务安全包
|
9245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9246
8786
|
# @type FraudPkg: :class:`Tencentcloud::Waf.v20180125.models.FraudPkg`
|
9247
8787
|
# @param BotPkg: Bot资源包
|
9248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9249
8788
|
# @type BotPkg: :class:`Tencentcloud::Waf.v20180125.models.BotPkg`
|
9250
8789
|
# @param BotQPS: bot的qps详情
|
9251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9252
8790
|
# @type BotQPS: :class:`Tencentcloud::Waf.v20180125.models.BotQPS`
|
9253
8791
|
# @param ElasticBilling: qps弹性计费上限
|
9254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9255
8792
|
# @type ElasticBilling: Integer
|
9256
8793
|
# @param AttackLogPost: 攻击日志投递开关
|
9257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9258
8794
|
# @type AttackLogPost: Integer
|
9259
8795
|
# @param MaxBandwidth: 带宽峰值,单位为B/s(字节每秒)
|
9260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9261
8796
|
# @type MaxBandwidth: Integer
|
9262
8797
|
# @param APISecurity: api安全是否购买
|
9263
8798
|
# @type APISecurity: Integer
|
9264
8799
|
# @param QpsStandard: 购买的qps规格
|
9265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9266
8800
|
# @type QpsStandard: Integer
|
9267
8801
|
# @param BandwidthStandard: 购买的带宽规格
|
9268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9269
8802
|
# @type BandwidthStandard: Integer
|
9270
8803
|
# @param Status: 实例状态
|
9271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9272
8804
|
# @type Status: Integer
|
9273
8805
|
# @param SandboxQps: 实例沙箱qps值
|
9274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9275
8806
|
# @type SandboxQps: Integer
|
9276
8807
|
# @param IsAPISecurityTrial: 是否api 安全试用
|
9277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9278
8808
|
# @type IsAPISecurityTrial: Integer
|
9279
8809
|
# @param MajorEventsPkg: 重保包
|
9280
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9281
8810
|
# @type MajorEventsPkg: :class:`Tencentcloud::Waf.v20180125.models.MajorEventsPkg`
|
9282
8811
|
# @param HybridPkg: 混合云子节点包
|
9283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9284
8812
|
# @type HybridPkg: :class:`Tencentcloud::Waf.v20180125.models.HybridPkg`
|
9285
8813
|
# @param ApiPkg: API安全资源包
|
9286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9287
8814
|
# @type ApiPkg: :class:`Tencentcloud::Waf.v20180125.models.ApiPkg`
|
9288
8815
|
# @param MiniPkg: 小程序安全加速包
|
9289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9290
8816
|
# @type MiniPkg: :class:`Tencentcloud::Waf.v20180125.models.MiniPkg`
|
9291
8817
|
# @param MiniQpsStandard: 小程序qps规格
|
9292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9293
8818
|
# @type MiniQpsStandard: Integer
|
9294
8819
|
# @param MiniMaxQPS: 小程序qps峰值
|
9295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9296
8820
|
# @type MiniMaxQPS: Integer
|
9297
8821
|
# @param LastQpsExceedTime: 最近一次超量时间
|
9298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9299
8822
|
# @type LastQpsExceedTime: String
|
9300
8823
|
# @param MiniExtendPkg: 小程序安全接入ID数量扩张包
|
9301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9302
8824
|
# @type MiniExtendPkg: :class:`Tencentcloud::Waf.v20180125.models.MiniExtendPkg`
|
9303
8825
|
# @param BillingItem: 计费项
|
9304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9305
8826
|
# @type BillingItem: String
|
9306
8827
|
# @param FreeDelayFlag: 实例延期释放标识
|
9307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9308
8828
|
# @type FreeDelayFlag: Integer
|
9309
8829
|
|
9310
8830
|
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
|
@@ -9431,7 +8951,6 @@ module TencentCloud
|
|
9431
8951
|
# 数据封装
|
9432
8952
|
class IpAccessControlData < TencentCloud::Common::AbstractModel
|
9433
8953
|
# @param Res: ip黑白名单
|
9434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9435
8954
|
# @type Res: Array
|
9436
8955
|
# @param TotalCount: 计数
|
9437
8956
|
# @type TotalCount: Integer
|
@@ -9459,7 +8978,6 @@ module TencentCloud
|
|
9459
8978
|
# ip黑白名单
|
9460
8979
|
class IpAccessControlItem < TencentCloud::Common::AbstractModel
|
9461
8980
|
# @param Id: mongo表自增Id
|
9462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9463
8981
|
# @type Id: String
|
9464
8982
|
# @param ActionType: 动作
|
9465
8983
|
# @type ActionType: Integer
|
@@ -9470,30 +8988,22 @@ module TencentCloud
|
|
9470
8988
|
# @param Source: 来源
|
9471
8989
|
# @type Source: String
|
9472
8990
|
# @param TsVersion: 更新时间戳
|
9473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9474
8991
|
# @type TsVersion: Integer
|
9475
8992
|
# @param ValidTs: 有效截止时间戳
|
9476
8993
|
# @type ValidTs: Integer
|
9477
8994
|
# @param ValidStatus: 生效状态
|
9478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9479
8995
|
# @type ValidStatus: Integer
|
9480
8996
|
# @param RuleId: 55000001
|
9481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9482
8997
|
# @type RuleId: Integer
|
9483
8998
|
# @param IpList: IP列表
|
9484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9485
8999
|
# @type IpList: Array
|
9486
9000
|
# @param CreateTime: 规则创建时间
|
9487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9488
9001
|
# @type CreateTime: Integer
|
9489
9002
|
# @param JobType: 定时任务类型
|
9490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9491
9003
|
# @type JobType: String
|
9492
9004
|
# @param CronType: 周期任务类型
|
9493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9494
9005
|
# @type CronType: String
|
9495
9006
|
# @param JobDateTime: 定时任务配置详情
|
9496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9497
9007
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
9498
9008
|
|
9499
9009
|
attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :ValidStatus, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime
|
@@ -9630,13 +9140,10 @@ module TencentCloud
|
|
9630
9140
|
# 规则执行的时间结构体
|
9631
9141
|
class JobDateTime < TencentCloud::Common::AbstractModel
|
9632
9142
|
# @param Timed: 定时执行的时间参数
|
9633
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9634
9143
|
# @type Timed: Array
|
9635
9144
|
# @param Cron: 周期执行的时间参数
|
9636
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9637
9145
|
# @type Cron: Array
|
9638
9146
|
# @param TimeTZone: 时区
|
9639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9640
9147
|
# @type TimeTZone: String
|
9641
9148
|
|
9642
9149
|
attr_accessor :Timed, :Cron, :TimeTZone
|
@@ -9709,13 +9216,10 @@ module TencentCloud
|
|
9709
9216
|
# @param Zone: 负载均衡监听器所在的zone
|
9710
9217
|
# @type Zone: String
|
9711
9218
|
# @param NumericalVpcId: 负载均衡的VPCID,公网为-1,内网按实际填写
|
9712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9713
9219
|
# @type NumericalVpcId: Integer
|
9714
|
-
# @param LoadBalancerType:
|
9715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9220
|
+
# @param LoadBalancerType: 负载均衡的网络类型。OPEN: 公网 INTERNAL :内网
|
9716
9221
|
# @type LoadBalancerType: String
|
9717
9222
|
# @param LoadBalancerDomain: 负载均衡的域名
|
9718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9719
9223
|
# @type LoadBalancerDomain: String
|
9720
9224
|
|
9721
9225
|
attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vip, :Vport, :Region, :Protocol, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
@@ -9754,19 +9258,14 @@ module TencentCloud
|
|
9754
9258
|
# 负载均衡器
|
9755
9259
|
class LoadBalancerPackageNew < TencentCloud::Common::AbstractModel
|
9756
9260
|
# @param ListenerId: 监听id
|
9757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9758
9261
|
# @type ListenerId: String
|
9759
9262
|
# @param ListenerName: 监听名
|
9760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9761
9263
|
# @type ListenerName: String
|
9762
9264
|
# @param LoadBalancerId: 负载均衡id
|
9763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9764
9265
|
# @type LoadBalancerId: String
|
9765
9266
|
# @param LoadBalancerName: 负载均衡名
|
9766
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9767
9267
|
# @type LoadBalancerName: String
|
9768
9268
|
# @param Protocol: 协议
|
9769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9770
9269
|
# @type Protocol: String
|
9771
9270
|
# @param Region: 地区
|
9772
9271
|
# "多伦多": "ca",
|
@@ -9797,25 +9296,18 @@ module TencentCloud
|
|
9797
9296
|
# "上海": "sh",
|
9798
9297
|
# "新加坡": "sg",
|
9799
9298
|
# "清远": "qy"
|
9800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9801
9299
|
# @type Region: String
|
9802
9300
|
# @param Vip: 接入IP
|
9803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9804
9301
|
# @type Vip: String
|
9805
9302
|
# @param Vport: 接入端口
|
9806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9807
9303
|
# @type Vport: Integer
|
9808
9304
|
# @param Zone: 地域
|
9809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9810
9305
|
# @type Zone: String
|
9811
9306
|
# @param NumericalVpcId: VPCID
|
9812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9813
9307
|
# @type NumericalVpcId: Integer
|
9814
9308
|
# @param LoadBalancerType: CLB类型
|
9815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9816
9309
|
# @type LoadBalancerType: String
|
9817
9310
|
# @param LoadBalancerDomain: 负载均衡器的域名
|
9818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9819
9311
|
# @type LoadBalancerDomain: String
|
9820
9312
|
|
9821
9313
|
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
@@ -9874,34 +9366,24 @@ module TencentCloud
|
|
9874
9366
|
# 重保防护资源信息
|
9875
9367
|
class MajorEventsPkg < TencentCloud::Common::AbstractModel
|
9876
9368
|
# @param ResourceIds: 资源id
|
9877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9878
9369
|
# @type ResourceIds: String
|
9879
9370
|
# @param Status: 状态
|
9880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9881
9371
|
# @type Status: Integer
|
9882
9372
|
# @param Region: 地域
|
9883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9884
9373
|
# @type Region: Integer
|
9885
9374
|
# @param BeginTime: 开始时间
|
9886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9887
9375
|
# @type BeginTime: String
|
9888
9376
|
# @param EndTime: 结束时间
|
9889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9890
9377
|
# @type EndTime: String
|
9891
9378
|
# @param InquireNum: 申请数量
|
9892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9893
9379
|
# @type InquireNum: Integer
|
9894
9380
|
# @param UsedNum: 使用数量
|
9895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9896
9381
|
# @type UsedNum: Integer
|
9897
9382
|
# @param RenewFlag: 续费标志
|
9898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9899
9383
|
# @type RenewFlag: Integer
|
9900
9384
|
# @param BillingItem: 计费项
|
9901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9902
9385
|
# @type BillingItem: String
|
9903
9386
|
# @param HWState: 护网包状态
|
9904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9905
9387
|
# @type HWState: Integer
|
9906
9388
|
|
9907
9389
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem, :HWState
|
@@ -9936,28 +9418,20 @@ module TencentCloud
|
|
9936
9418
|
# 小程序安全接入ID扩展资源信息
|
9937
9419
|
class MiniExtendPkg < TencentCloud::Common::AbstractModel
|
9938
9420
|
# @param ResourceIds: 资源id
|
9939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9940
9421
|
# @type ResourceIds: String
|
9941
9422
|
# @param Status: 状态
|
9942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9943
9423
|
# @type Status: Integer
|
9944
9424
|
# @param Region: 地域
|
9945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9946
9425
|
# @type Region: Integer
|
9947
9426
|
# @param BeginTime: 开始时间
|
9948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9949
9427
|
# @type BeginTime: String
|
9950
9428
|
# @param EndTime: 结束时间
|
9951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9952
9429
|
# @type EndTime: String
|
9953
9430
|
# @param Count: 购买数量
|
9954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9955
9431
|
# @type Count: Integer
|
9956
9432
|
# @param RenewFlag: 续费标志
|
9957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9958
9433
|
# @type RenewFlag: Integer
|
9959
9434
|
# @param BillingItem: 计费项
|
9960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9961
9435
|
# @type BillingItem: String
|
9962
9436
|
|
9963
9437
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :Count, :RenewFlag, :BillingItem
|
@@ -9985,31 +9459,23 @@ module TencentCloud
|
|
9985
9459
|
end
|
9986
9460
|
end
|
9987
9461
|
|
9988
|
-
#
|
9462
|
+
# 小程序安全资源信息
|
9989
9463
|
class MiniPkg < TencentCloud::Common::AbstractModel
|
9990
9464
|
# @param ResourceIds: 资源id
|
9991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9992
9465
|
# @type ResourceIds: String
|
9993
9466
|
# @param Status: 状态
|
9994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9995
9467
|
# @type Status: Integer
|
9996
9468
|
# @param Region: 地域
|
9997
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9998
9469
|
# @type Region: Integer
|
9999
9470
|
# @param BeginTime: 开始时间
|
10000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10001
9471
|
# @type BeginTime: String
|
10002
9472
|
# @param EndTime: 结束时间
|
10003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10004
9473
|
# @type EndTime: String
|
10005
9474
|
# @param Count: 购买数量
|
10006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10007
9475
|
# @type Count: Integer
|
10008
9476
|
# @param RenewFlag: 续费标志
|
10009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10010
9477
|
# @type RenewFlag: Integer
|
10011
9478
|
# @param BillingItem: 计费项
|
10012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10013
9479
|
# @type BillingItem: String
|
10014
9480
|
|
10015
9481
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :Count, :RenewFlag, :BillingItem
|
@@ -10258,13 +9724,10 @@ module TencentCloud
|
|
10258
9724
|
# ModifyApiAnalyzeStatus返回参数结构体
|
10259
9725
|
class ModifyApiAnalyzeStatusResponse < TencentCloud::Common::AbstractModel
|
10260
9726
|
# @param Count: 已经开启的数量,如果返回值为3(大于支持的域名开启数量),则表示开启失败
|
10261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10262
9727
|
# @type Count: Integer
|
10263
9728
|
# @param UnSupportedList: 不支持开启的域名列表
|
10264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10265
9729
|
# @type UnSupportedList: Array
|
10266
9730
|
# @param FailDomainList: 开启/关闭失败的域名列表
|
10267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10268
9731
|
# @type FailDomainList: Array
|
10269
9732
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10270
9733
|
# @type RequestId: String
|
@@ -10355,7 +9818,7 @@ module TencentCloud
|
|
10355
9818
|
# @type Domain: String
|
10356
9819
|
# @param Areas: 需要调整的地域信息,一个字符串数组
|
10357
9820
|
# @type Areas: Array
|
10358
|
-
# @param JobType:
|
9821
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10359
9822
|
# @type JobType: String
|
10360
9823
|
# @param JobDateTime: 定时任务配置
|
10361
9824
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10550,13 +10013,10 @@ module TencentCloud
|
|
10550
10013
|
# ModifyBotStatus返回参数结构体
|
10551
10014
|
class ModifyBotStatusResponse < TencentCloud::Common::AbstractModel
|
10552
10015
|
# @param Data: 正常情况为null
|
10553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10554
10016
|
# @type Data: String
|
10555
10017
|
# @param UnSupportedList: 未购买BOT的域名列表
|
10556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10557
10018
|
# @type UnSupportedList: Array
|
10558
10019
|
# @param FailDomainList: 已购买但操作失败的域名列表
|
10559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10560
10020
|
# @type FailDomainList: Array
|
10561
10021
|
# @param Count: 成功数目
|
10562
10022
|
# @type Count: Integer
|
@@ -10590,7 +10050,7 @@ module TencentCloud
|
|
10590
10050
|
# @type RuleId: Integer
|
10591
10051
|
# @param RuleName: 编辑的规则名称
|
10592
10052
|
# @type RuleName: String
|
10593
|
-
# @param RuleAction:
|
10053
|
+
# @param RuleAction: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
10594
10054
|
# @type RuleAction: String
|
10595
10055
|
# @param Strategies: 匹配条件数组
|
10596
10056
|
# @type Strategies: Array
|
@@ -10607,7 +10067,7 @@ module TencentCloud
|
|
10607
10067
|
# @param ExpireTime: 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
|
10608
10068
|
# 默认是0
|
10609
10069
|
# @type ExpireTime: Integer
|
10610
|
-
# @param JobType:
|
10070
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10611
10071
|
# @type JobType: String
|
10612
10072
|
# @param JobDateTime: 定时任务配置
|
10613
10073
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10768,7 +10228,7 @@ module TencentCloud
|
|
10768
10228
|
# @type ExpireTime: Integer
|
10769
10229
|
# @param Strategies: 匹配条件数组
|
10770
10230
|
# @type Strategies: Array
|
10771
|
-
# @param JobType:
|
10231
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10772
10232
|
# @type JobType: String
|
10773
10233
|
# @param JobDateTime: 定时任务配置
|
10774
10234
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10930,7 +10390,7 @@ module TencentCloud
|
|
10930
10390
|
|
10931
10391
|
# ModifyDomainPostAction请求参数结构体
|
10932
10392
|
class ModifyDomainPostActionRequest < TencentCloud::Common::AbstractModel
|
10933
|
-
# @param Domain:
|
10393
|
+
# @param Domain: 域名
|
10934
10394
|
# @type Domain: String
|
10935
10395
|
# @param PostCLSAction: 0-关闭投递,1-开启投递
|
10936
10396
|
# @type PostCLSAction: Integer
|
@@ -11089,12 +10549,10 @@ module TencentCloud
|
|
11089
10549
|
# ModifyGenerateDeals返回参数结构体
|
11090
10550
|
class ModifyGenerateDealsResponse < TencentCloud::Common::AbstractModel
|
11091
10551
|
# @param Data: 计费下单响应结构体
|
11092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11093
10552
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
11094
10553
|
# @param Status: 1:成功,0:失败
|
11095
10554
|
# @type Status: Integer
|
11096
10555
|
# @param ReturnMessage: 返回message
|
11097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11098
10556
|
# @type ReturnMessage: String
|
11099
10557
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11100
10558
|
# @type RequestId: String
|
@@ -11213,7 +10671,6 @@ module TencentCloud
|
|
11213
10671
|
# ModifyHostMode返回参数结构体
|
11214
10672
|
class ModifyHostModeResponse < TencentCloud::Common::AbstractModel
|
11215
10673
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
11216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11217
10674
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
11218
10675
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11219
10676
|
# @type RequestId: String
|
@@ -11365,7 +10822,7 @@ module TencentCloud
|
|
11365
10822
|
# @type InstanceName: String
|
11366
10823
|
# @param InstanceID: 实例id
|
11367
10824
|
# @type InstanceID: String
|
11368
|
-
# @param Edition:
|
10825
|
+
# @param Edition: 实例版本,支持clb-waf、sparta-waf
|
11369
10826
|
# @type Edition: String
|
11370
10827
|
|
11371
10828
|
attr_accessor :InstanceName, :InstanceID, :Edition
|
@@ -11484,10 +10941,10 @@ module TencentCloud
|
|
11484
10941
|
# @type IpList: Array
|
11485
10942
|
# @param ActionType: 42为黑名单,40为白名单
|
11486
10943
|
# @type ActionType: Integer
|
11487
|
-
# @param ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
11488
|
-
# @type ValidTS: Integer
|
11489
10944
|
# @param RuleId: 规则ID
|
11490
10945
|
# @type RuleId: Integer
|
10946
|
+
# @param ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
10947
|
+
# @type ValidTS: Integer
|
11491
10948
|
# @param InstanceId: 实例Id
|
11492
10949
|
# @type InstanceId: String
|
11493
10950
|
# @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
@@ -11496,19 +10953,22 @@ module TencentCloud
|
|
11496
10953
|
# @type SourceType: String
|
11497
10954
|
# @param Note: 备注
|
11498
10955
|
# @type Note: String
|
11499
|
-
# @param JobType:
|
10956
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
11500
10957
|
# @type JobType: String
|
11501
10958
|
# @param JobDateTime: 定时配置详情
|
11502
10959
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
11503
10960
|
|
11504
|
-
attr_accessor :Domain, :IpList, :ActionType, :
|
10961
|
+
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
10962
|
+
extend Gem::Deprecate
|
10963
|
+
deprecate :ValidTS, :none, 2024, 11
|
10964
|
+
deprecate :ValidTS=, :none, 2024, 11
|
11505
10965
|
|
11506
|
-
def initialize(domain=nil, iplist=nil, actiontype=nil,
|
10966
|
+
def initialize(domain=nil, iplist=nil, actiontype=nil, ruleid=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
11507
10967
|
@Domain = domain
|
11508
10968
|
@IpList = iplist
|
11509
10969
|
@ActionType = actiontype
|
11510
|
-
@ValidTS = validts
|
11511
10970
|
@RuleId = ruleid
|
10971
|
+
@ValidTS = validts
|
11512
10972
|
@InstanceId = instanceid
|
11513
10973
|
@Edition = edition
|
11514
10974
|
@SourceType = sourcetype
|
@@ -11521,8 +10981,8 @@ module TencentCloud
|
|
11521
10981
|
@Domain = params['Domain']
|
11522
10982
|
@IpList = params['IpList']
|
11523
10983
|
@ActionType = params['ActionType']
|
11524
|
-
@ValidTS = params['ValidTS']
|
11525
10984
|
@RuleId = params['RuleId']
|
10985
|
+
@ValidTS = params['ValidTS']
|
11526
10986
|
@InstanceId = params['InstanceId']
|
11527
10987
|
@Edition = params['Edition']
|
11528
10988
|
@SourceType = params['SourceType']
|
@@ -11715,14 +11175,17 @@ module TencentCloud
|
|
11715
11175
|
# @type Edition: String
|
11716
11176
|
# @param Type: 0是修改规则引擎状态,1是修改AI的状态
|
11717
11177
|
# @type Type: Integer
|
11178
|
+
# @param InstanceID: 实例id
|
11179
|
+
# @type InstanceID: String
|
11718
11180
|
|
11719
|
-
attr_accessor :Domain, :Mode, :Edition, :Type
|
11181
|
+
attr_accessor :Domain, :Mode, :Edition, :Type, :InstanceID
|
11720
11182
|
|
11721
|
-
def initialize(domain=nil, mode=nil, edition=nil, type=nil)
|
11183
|
+
def initialize(domain=nil, mode=nil, edition=nil, type=nil, instanceid=nil)
|
11722
11184
|
@Domain = domain
|
11723
11185
|
@Mode = mode
|
11724
11186
|
@Edition = edition
|
11725
11187
|
@Type = type
|
11188
|
+
@InstanceID = instanceid
|
11726
11189
|
end
|
11727
11190
|
|
11728
11191
|
def deserialize(params)
|
@@ -11730,6 +11193,7 @@ module TencentCloud
|
|
11730
11193
|
@Mode = params['Mode']
|
11731
11194
|
@Edition = params['Edition']
|
11732
11195
|
@Type = params['Type']
|
11196
|
+
@InstanceID = params['InstanceID']
|
11733
11197
|
end
|
11734
11198
|
end
|
11735
11199
|
|
@@ -12243,26 +11707,6 @@ module TencentCloud
|
|
12243
11707
|
end
|
12244
11708
|
end
|
12245
11709
|
|
12246
|
-
# 公共翻页参数
|
12247
|
-
class PageInfo < TencentCloud::Common::AbstractModel
|
12248
|
-
# @param PageNumber: 页码
|
12249
|
-
# @type PageNumber: String
|
12250
|
-
# @param PageSize: 页条目数量
|
12251
|
-
# @type PageSize: String
|
12252
|
-
|
12253
|
-
attr_accessor :PageNumber, :PageSize
|
12254
|
-
|
12255
|
-
def initialize(pagenumber=nil, pagesize=nil)
|
12256
|
-
@PageNumber = pagenumber
|
12257
|
-
@PageSize = pagesize
|
12258
|
-
end
|
12259
|
-
|
12260
|
-
def deserialize(params)
|
12261
|
-
@PageNumber = params['PageNumber']
|
12262
|
-
@PageSize = params['PageSize']
|
12263
|
-
end
|
12264
|
-
end
|
12265
|
-
|
12266
11710
|
# PeakPoints数组项
|
12267
11711
|
class PeakPointsItem < TencentCloud::Common::AbstractModel
|
12268
11712
|
# @param Time: 秒级别时间戳
|
@@ -12280,49 +11724,34 @@ module TencentCloud
|
|
12280
11724
|
# @param BotAccess: Bot qps
|
12281
11725
|
# @type BotAccess: Integer
|
12282
11726
|
# @param StatusServerError: WAF返回给客户端状态码5xx次数
|
12283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12284
11727
|
# @type StatusServerError: Integer
|
12285
11728
|
# @param StatusClientError: WAF返回给客户端状态码4xx次数
|
12286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12287
11729
|
# @type StatusClientError: Integer
|
12288
11730
|
# @param StatusRedirect: WAF返回给客户端状态码302次数
|
12289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12290
11731
|
# @type StatusRedirect: Integer
|
12291
11732
|
# @param StatusOk: WAF返回给客户端状态码202次数
|
12292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12293
11733
|
# @type StatusOk: Integer
|
12294
11734
|
# @param UpstreamServerError: 源站返回给WAF状态码5xx次数
|
12295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12296
11735
|
# @type UpstreamServerError: Integer
|
12297
11736
|
# @param UpstreamClientError: 源站返回给WAF状态码4xx次数
|
12298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12299
11737
|
# @type UpstreamClientError: Integer
|
12300
11738
|
# @param UpstreamRedirect: 源站返回给WAF状态码302次数
|
12301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12302
11739
|
# @type UpstreamRedirect: Integer
|
12303
11740
|
# @param BlackIP: 黑名单次数
|
12304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12305
11741
|
# @type BlackIP: Integer
|
12306
11742
|
# @param Tamper: 防篡改次数
|
12307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12308
11743
|
# @type Tamper: Integer
|
12309
11744
|
# @param Leak: 信息防泄露次数
|
12310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12311
11745
|
# @type Leak: Integer
|
12312
11746
|
# @param ACL: 访问控制
|
12313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12314
11747
|
# @type ACL: Integer
|
12315
11748
|
# @param WxAccess: 小程序 qps
|
12316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12317
11749
|
# @type WxAccess: Integer
|
12318
11750
|
# @param WxCount: 小程序请求数
|
12319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12320
11751
|
# @type WxCount: Integer
|
12321
11752
|
# @param WxUp: 小程序上行带宽峰值,单位B
|
12322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12323
11753
|
# @type WxUp: Integer
|
12324
11754
|
# @param WxDown: 小程序下行带宽峰值,单位B
|
12325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12326
11755
|
# @type WxDown: Integer
|
12327
11756
|
|
12328
11757
|
attr_accessor :Time, :Access, :Up, :Down, :Attack, :Cc, :BotAccess, :StatusServerError, :StatusClientError, :StatusRedirect, :StatusOk, :UpstreamServerError, :UpstreamClientError, :UpstreamRedirect, :BlackIP, :Tamper, :Leak, :ACL, :WxAccess, :WxCount, :WxUp, :WxDown
|
@@ -12440,7 +11869,7 @@ module TencentCloud
|
|
12440
11869
|
# @type UpstreamPort: String
|
12441
11870
|
# @param UpstreamProtocol: 与Port一一对应, 表示回源协议
|
12442
11871
|
# @type UpstreamProtocol: String
|
12443
|
-
# @param NginxServerId: Nginx的服务器ID
|
11872
|
+
# @param NginxServerId: Nginx的服务器ID,新增域名时填"0"
|
12444
11873
|
# @type NginxServerId: String
|
12445
11874
|
|
12446
11875
|
attr_accessor :Port, :Protocol, :UpstreamPort, :UpstreamProtocol, :NginxServerId
|
@@ -12525,10 +11954,8 @@ module TencentCloud
|
|
12525
11954
|
# waf产品
|
12526
11955
|
class ProductInfo < TencentCloud::Common::AbstractModel
|
12527
11956
|
# @param Name: 产品名称
|
12528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12529
11957
|
# @type Name: String
|
12530
11958
|
# @param Value: 版本
|
12531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12532
11959
|
# @type Value: String
|
12533
11960
|
|
12534
11961
|
attr_accessor :Name, :Value
|
@@ -12547,22 +11974,16 @@ module TencentCloud
|
|
12547
11974
|
# clb-waf QPS套餐 New
|
12548
11975
|
class QPSPackageNew < TencentCloud::Common::AbstractModel
|
12549
11976
|
# @param ResourceIds: 资源ID
|
12550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12551
11977
|
# @type ResourceIds: String
|
12552
11978
|
# @param ValidTime: 过期时间
|
12553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12554
11979
|
# @type ValidTime: String
|
12555
11980
|
# @param RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
12556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12557
11981
|
# @type RenewFlag: Integer
|
12558
11982
|
# @param Count: 套餐购买个数
|
12559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12560
11983
|
# @type Count: Integer
|
12561
11984
|
# @param Region: 套餐购买地域,clb-waf暂时没有用到
|
12562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12563
11985
|
# @type Region: String
|
12564
11986
|
# @param BillingItem: 计费项
|
12565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12566
11987
|
# @type BillingItem: String
|
12567
11988
|
|
12568
11989
|
attr_accessor :ResourceIds, :ValidTime, :RenewFlag, :Count, :Region, :BillingItem
|
@@ -12589,19 +12010,14 @@ module TencentCloud
|
|
12589
12010
|
# 获取弹性qps的默认相关值
|
12590
12011
|
class QpsData < TencentCloud::Common::AbstractModel
|
12591
12012
|
# @param ElasticBillingDefault: 弹性qps默认值
|
12592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12593
12013
|
# @type ElasticBillingDefault: Integer
|
12594
12014
|
# @param ElasticBillingMin: 弹性qps最小值
|
12595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12596
12015
|
# @type ElasticBillingMin: Integer
|
12597
12016
|
# @param ElasticBillingMax: 弹性qps最大值
|
12598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12599
12017
|
# @type ElasticBillingMax: Integer
|
12600
12018
|
# @param QPSExtendMax: 业务扩展包最大qps
|
12601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12602
12019
|
# @type QPSExtendMax: Integer
|
12603
|
-
# @param QPSExtendIntlMax:
|
12604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12020
|
+
# @param QPSExtendIntlMax: 境外业务扩展包最大qps
|
12605
12021
|
# @type QPSExtendIntlMax: Integer
|
12606
12022
|
|
12607
12023
|
attr_accessor :ElasticBillingDefault, :ElasticBillingMin, :ElasticBillingMax, :QPSExtendMax, :QPSExtendIntlMax
|
@@ -12712,22 +12128,18 @@ module TencentCloud
|
|
12712
12128
|
# @param Id: 规则id
|
12713
12129
|
# @type Id: Integer
|
12714
12130
|
# @param Type: 规则类型
|
12715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12716
12131
|
# @type Type: String
|
12717
12132
|
# @param Level: 规则等级
|
12718
12133
|
# @type Level: String
|
12719
12134
|
# @param Description: 规则描述
|
12720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12721
12135
|
# @type Description: String
|
12722
12136
|
# @param CVE: 规则防护的CVE编号
|
12723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12724
12137
|
# @type CVE: String
|
12725
12138
|
# @param Status: 规则的状态
|
12726
12139
|
# @type Status: Integer
|
12727
12140
|
# @param ModifyTime: 规则修改的时间
|
12728
12141
|
# @type ModifyTime: String
|
12729
12142
|
# @param AddTime: 门神规则新增/更新时间
|
12730
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12731
12143
|
# @type AddTime: String
|
12732
12144
|
|
12733
12145
|
attr_accessor :Id, :Type, :Level, :Description, :CVE, :Status, :ModifyTime, :AddTime
|
@@ -12770,7 +12182,6 @@ module TencentCloud
|
|
12770
12182
|
# @param Status: 开关状态
|
12771
12183
|
# @type Status: Integer
|
12772
12184
|
# @param CreateTime: 创建时间
|
12773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12774
12185
|
# @type CreateTime: String
|
12775
12186
|
|
12776
12187
|
attr_accessor :Id, :Rules, :Url, :Function, :Time, :Status, :CreateTime
|
@@ -12796,6 +12207,42 @@ module TencentCloud
|
|
12796
12207
|
end
|
12797
12208
|
end
|
12798
12209
|
|
12210
|
+
# 扫描ip信息
|
12211
|
+
class ScanIpInfo < TencentCloud::Common::AbstractModel
|
12212
|
+
# @param Bussiness: 所属业务
|
12213
|
+
# @type Bussiness: String
|
12214
|
+
# @param Target: 扫描对象
|
12215
|
+
# @type Target: String
|
12216
|
+
# @param IpList: ip列表
|
12217
|
+
# @type IpList: Array
|
12218
|
+
# @param Descibe: 扫描说明
|
12219
|
+
# @type Descibe: String
|
12220
|
+
# @param Referer: 官方公告
|
12221
|
+
# @type Referer: String
|
12222
|
+
# @param UpdateTime: 更新时间
|
12223
|
+
# @type UpdateTime: Integer
|
12224
|
+
|
12225
|
+
attr_accessor :Bussiness, :Target, :IpList, :Descibe, :Referer, :UpdateTime
|
12226
|
+
|
12227
|
+
def initialize(bussiness=nil, target=nil, iplist=nil, descibe=nil, referer=nil, updatetime=nil)
|
12228
|
+
@Bussiness = bussiness
|
12229
|
+
@Target = target
|
12230
|
+
@IpList = iplist
|
12231
|
+
@Descibe = descibe
|
12232
|
+
@Referer = referer
|
12233
|
+
@UpdateTime = updatetime
|
12234
|
+
end
|
12235
|
+
|
12236
|
+
def deserialize(params)
|
12237
|
+
@Bussiness = params['Bussiness']
|
12238
|
+
@Target = params['Target']
|
12239
|
+
@IpList = params['IpList']
|
12240
|
+
@Descibe = params['Descibe']
|
12241
|
+
@Referer = params['Referer']
|
12242
|
+
@UpdateTime = params['UpdateTime']
|
12243
|
+
end
|
12244
|
+
end
|
12245
|
+
|
12799
12246
|
# SearchAccessLog请求参数结构体
|
12800
12247
|
class SearchAccessLogRequest < TencentCloud::Common::AbstractModel
|
12801
12248
|
# @param TopicId: 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串
|
@@ -12850,20 +12297,22 @@ module TencentCloud
|
|
12850
12297
|
# @type Analysis: Boolean
|
12851
12298
|
# @param ColNames: 如果Analysis为True,则返回分析结果的列名,否则为空
|
12852
12299
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12854
12300
|
# @type ColNames: Array
|
12855
12301
|
# @param Results: 日志查询结果;当Analysis为True时,可能返回为null
|
12856
12302
|
# 注意:此字段可能返回 null,表示取不到有效值
|
12857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12858
12303
|
# @type Results: Array
|
12859
12304
|
# @param AnalysisResults: 日志分析结果;当Analysis为False时,可能返回为null
|
12860
12305
|
# 注意:此字段可能返回 null,表示取不到有效值
|
12861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12862
12306
|
# @type AnalysisResults: Array
|
12863
12307
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12864
12308
|
# @type RequestId: String
|
12865
12309
|
|
12866
12310
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
12311
|
+
extend Gem::Deprecate
|
12312
|
+
deprecate :ColNames, :none, 2024, 11
|
12313
|
+
deprecate :ColNames=, :none, 2024, 11
|
12314
|
+
deprecate :AnalysisResults, :none, 2024, 11
|
12315
|
+
deprecate :AnalysisResults=, :none, 2024, 11
|
12867
12316
|
|
12868
12317
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
12869
12318
|
@Context = context
|
@@ -13051,16 +12500,12 @@ module TencentCloud
|
|
13051
12500
|
# @param TsVersion: 更新时间戳
|
13052
12501
|
# @type TsVersion: String
|
13053
12502
|
# @param SessionId: SessionID
|
13054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13055
12503
|
# @type SessionId: Integer
|
13056
12504
|
# @param SessionName: Session名
|
13057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13058
12505
|
# @type SessionName: String
|
13059
12506
|
# @param SessionInUsed: Session是否正在被启用
|
13060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13061
12507
|
# @type SessionInUsed: Boolean
|
13062
12508
|
# @param RelatedRuleID: Session关联的CC规则ID
|
13063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13064
12509
|
# @type RelatedRuleID: Array
|
13065
12510
|
|
13066
12511
|
attr_accessor :Category, :KeyOrStartMat, :EndMat, :StartOffset, :EndOffset, :Source, :TsVersion, :SessionId, :SessionName, :SessionInUsed, :RelatedRuleID
|
@@ -13096,7 +12541,7 @@ module TencentCloud
|
|
13096
12541
|
|
13097
12542
|
# waf斯巴达-编辑防护域名中的端口结构
|
13098
12543
|
class SpartaProtectionPort < TencentCloud::Common::AbstractModel
|
13099
|
-
# @param NginxServerId:
|
12544
|
+
# @param NginxServerId: 分配的服务器id
|
13100
12545
|
# @type NginxServerId: Integer
|
13101
12546
|
# @param Port: 端口
|
13102
12547
|
# @type Port: String
|
@@ -13133,7 +12578,6 @@ module TencentCloud
|
|
13133
12578
|
# 匹配字段不同,相应的匹配参数、逻辑符号、匹配内容有所不同
|
13134
12579
|
# 具体如下所示:
|
13135
12580
|
# <table><thead><tr><th>匹配字段</th><th>匹配参数</th><th>逻辑符号</th><th>匹配内容</th></tr></thead><tbody><tr><td>IP(来源IP)</td><td>不支持参数</td><td>ipmatch(匹配)<br/>ipnmatch(不匹配)</td><td>多个IP以英文逗号隔开,最多20个</td></tr><tr><td>IPV6(来源IPv6)</td><td>不支持参数</td><td>ipmatch(匹配)<br/>ipnmatch(不匹配)</td><td>支持单个IPV6地址</td></tr><tr><td>Referer(Referer)</td><td>不支持参数</td><td>empty(内容为空)<br/>null(不存在)<br/>eq(等于)<br/>neq(不等于)<br/>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>URL(请求路径)</td><td>不支持参数</td><td>eq(等于)<br/>neq(不等于)<br/>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)<br/></td><td>请以/开头,512个字符以内</td></tr><tr><td>UserAgent(UserAgent)</td><td>不支持参数</td><td>同匹配字段<font color="Red">Referer</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>HTTP_METHOD(HTTP请求方法)</td><td>不支持参数</td><td>eq(等于)<br/>neq(不等于)</td><td>请输入方法名称,建议大写</td></tr><tr><td>QUERY_STRING(请求字符串)</td><td>不支持参数</td><td>同匹配字段<font color="Red">请求路径</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET(GET参数值)</td><td>支持参数录入</td><td>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_PARAMS_NAMES(GET参数名)</td><td>不支持参数</td><td>exsit(存在参数)<br/>nexsit(不存在参数)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>POST(POST参数值)</td><td>支持参数录入</td><td>同匹配字段<font color="Red">GET参数值</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_POST_NAMES(POST参数名)</td><td>不支持参数</td><td>同匹配字段<font color="Red">GET参数名</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>POST_BODY(完整BODY)</td><td>不支持参数</td><td>同匹配字段<font color="Red">请求路径</font>逻辑符号</td><td>请输入BODY内容,512个字符以内</td></tr><tr><td>COOKIE(Cookie)</td><td>不支持参数</td><td>empty(内容为空)<br/>null(不存在)<br/>rematch(正则匹配)</td><td><font color="Red">暂不支持</font></td></tr><tr><td>GET_COOKIES_NAMES(Cookie参数名)</td><td>不支持参数</td><td>同匹配字段<font color="Red">GET参数名</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>ARGS_COOKIE(Cookie参数值)</td><td>支持参数录入</td><td>同匹配字段<font color="Red">GET参数值</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_HEADERS_NAMES(Header参数名)</td><td>不支持参数</td><td>exsit(存在参数)<br/>nexsit(不存在参数)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,建议小写,512个字符以内</td></tr><tr><td>ARGS_HEADER(Header参数值)</td><td>支持参数录入</td><td>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,512个字符以内</td></tr></tbody></table>
|
13136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13137
12581
|
# @type Field: String
|
13138
12582
|
# @param CompareFunc: 逻辑符号
|
13139
12583
|
|
@@ -13152,15 +12596,11 @@ module TencentCloud
|
|
13152
12596
|
# ipmatch ( 属于)
|
13153
12597
|
# ipnmatch ( 不属于)
|
13154
12598
|
# 各匹配字段对应的逻辑符号不同,详见上述匹配字段表格
|
13155
|
-
|
13156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13157
12599
|
# @type CompareFunc: String
|
13158
12600
|
# @param Content: 匹配内容
|
13159
12601
|
|
13160
12602
|
# 目前 当匹配字段为COOKIE(Cookie)时,不需要输入 匹配内容
|
13161
12603
|
# 其他都需要
|
13162
|
-
|
13163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13164
12604
|
# @type Content: String
|
13165
12605
|
# @param Arg: 匹配参数
|
13166
12606
|
|
@@ -13173,12 +12613,9 @@ module TencentCloud
|
|
13173
12613
|
# ARGS_COOKIE(Cookie参数值)
|
13174
12614
|
|
13175
12615
|
# ARGS_HEADER(Header参数值)
|
13176
|
-
|
13177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13178
12616
|
# @type Arg: String
|
13179
12617
|
# @param CaseNotSensitive: 0:大小写敏感
|
13180
12618
|
# 1:大小写不敏感
|
13181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13182
12619
|
# @type CaseNotSensitive: Integer
|
13183
12620
|
|
13184
12621
|
attr_accessor :Field, :CompareFunc, :Content, :Arg, :CaseNotSensitive
|
@@ -13317,13 +12754,10 @@ module TencentCloud
|
|
13317
12754
|
# TLS 加密套件
|
13318
12755
|
class TLSCiphers < TencentCloud::Common::AbstractModel
|
13319
12756
|
# @param VersionId: TLS版本ID
|
13320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13321
12757
|
# @type VersionId: Integer
|
13322
12758
|
# @param CipherId: 加密套件ID
|
13323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13324
12759
|
# @type CipherId: Integer
|
13325
12760
|
# @param CipherName: 加密套件
|
13326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13327
12761
|
# @type CipherName: String
|
13328
12762
|
|
13329
12763
|
attr_accessor :VersionId, :CipherId, :CipherName
|
@@ -13344,10 +12778,8 @@ module TencentCloud
|
|
13344
12778
|
# TLS信息
|
13345
12779
|
class TLSVersion < TencentCloud::Common::AbstractModel
|
13346
12780
|
# @param VersionId: TLSVERSION的ID
|
13347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13348
12781
|
# @type VersionId: Integer
|
13349
12782
|
# @param VersionName: TLSVERSION的NAME
|
13350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13351
12783
|
# @type VersionName: String
|
13352
12784
|
|
13353
12785
|
attr_accessor :VersionId, :VersionName
|
@@ -13386,10 +12818,8 @@ module TencentCloud
|
|
13386
12818
|
# Tiga引擎中Mainclass的TypeID和防护模式
|
13387
12819
|
class TigaMainClassMode < TencentCloud::Common::AbstractModel
|
13388
12820
|
# @param TypeID: MainclassID
|
13389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13390
12821
|
# @type TypeID: String
|
13391
12822
|
# @param Mode: 防护模式,0表示观察,1表示拦截
|
13392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13393
12823
|
# @type Mode: Integer
|
13394
12824
|
|
13395
12825
|
attr_accessor :TypeID, :Mode
|
@@ -13408,10 +12838,8 @@ module TencentCloud
|
|
13408
12838
|
# 规则定时任务数据结构
|
13409
12839
|
class TimedJob < TencentCloud::Common::AbstractModel
|
13410
12840
|
# @param StartDateTime: 开始时间戳,单位为秒
|
13411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13412
12841
|
# @type StartDateTime: Integer
|
13413
12842
|
# @param EndDateTime: 结束时间戳,单位为秒
|
13414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13415
12843
|
# @type EndDateTime: Integer
|
13416
12844
|
|
13417
12845
|
attr_accessor :StartDateTime, :EndDateTime
|
@@ -13454,7 +12882,6 @@ module TencentCloud
|
|
13454
12882
|
# UpsertCCAutoStatus返回参数结构体
|
13455
12883
|
class UpsertCCAutoStatusResponse < TencentCloud::Common::AbstractModel
|
13456
12884
|
# @param Data: 正常情况为null
|
13457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13458
12885
|
# @type Data: String
|
13459
12886
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13460
12887
|
# @type RequestId: String
|
@@ -13490,7 +12917,7 @@ module TencentCloud
|
|
13490
12917
|
# @type Url: String
|
13491
12918
|
# @param MatchFunc: 匹配方法,0表示等于,1表示前缀匹配,2表示包含
|
13492
12919
|
# @type MatchFunc: Integer
|
13493
|
-
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23
|
12920
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,26表示精准人机识别,27表示JS校验
|
13494
12921
|
# @type ActionType: String
|
13495
12922
|
# @param Priority: 优先级
|
13496
12923
|
# @type Priority: Integer
|
@@ -13563,7 +12990,6 @@ module TencentCloud
|
|
13563
12990
|
# UpsertCCRule返回参数结构体
|
13564
12991
|
class UpsertCCRuleResponse < TencentCloud::Common::AbstractModel
|
13565
12992
|
# @param Data: 一般为null
|
13566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13567
12993
|
# @type Data: String
|
13568
12994
|
# @param RuleId: 操作的RuleId
|
13569
12995
|
# @type RuleId: Integer
|
@@ -13621,13 +13047,10 @@ module TencentCloud
|
|
13621
13047
|
# UpsertIpAccessControl返回参数结构体
|
13622
13048
|
class UpsertIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
13623
13049
|
# @param FailedItems: 添加或修改失败的条目
|
13624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13625
13050
|
# @type FailedItems: String
|
13626
13051
|
# @param FailedCount: 添加或修改失败的数目
|
13627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13628
13052
|
# @type FailedCount: Integer
|
13629
13053
|
# @param Ids: 添加或修改的IP数据Id列表
|
13630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13631
13054
|
# @type Ids: Array
|
13632
13055
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13633
13056
|
# @type RequestId: String
|
@@ -13704,10 +13127,8 @@ module TencentCloud
|
|
13704
13127
|
# UpsertSession返回参数结构体
|
13705
13128
|
class UpsertSessionResponse < TencentCloud::Common::AbstractModel
|
13706
13129
|
# @param Data: 结果
|
13707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13708
13130
|
# @type Data: String
|
13709
13131
|
# @param SessionID: SessionID
|
13710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13711
13132
|
# @type SessionID: Integer
|
13712
13133
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13713
13134
|
# @type RequestId: String
|
@@ -13742,25 +13163,18 @@ module TencentCloud
|
|
13742
13163
|
# @param Edition: waf类型
|
13743
13164
|
# @type Edition: String
|
13744
13165
|
# @param Level: 版本
|
13745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13746
13166
|
# @type Level: String
|
13747
13167
|
# @param WriteConfig: 指定域名访问日志字段的开关
|
13748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13749
13168
|
# @type WriteConfig: String
|
13750
13169
|
# @param Cls: 指定域名是否写cls的开关 1:写 0:不写
|
13751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13752
13170
|
# @type Cls: Integer
|
13753
13171
|
# @param CloudType: 标记是否是混合云接入。hybrid表示混合云接入域名
|
13754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13755
13172
|
# @type CloudType: String
|
13756
13173
|
# @param AlbType: 标记clbwaf类型
|
13757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13758
13174
|
# @type AlbType: String
|
13759
13175
|
# @param BotStatus: BOT开关状态
|
13760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13761
13176
|
# @type BotStatus: Integer
|
13762
13177
|
# @param ApiStatus: API开关状态
|
13763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13764
13178
|
# @type ApiStatus: Integer
|
13765
13179
|
|
13766
13180
|
attr_accessor :Appid, :Domain, :DomainId, :InstanceId, :InstanceName, :Edition, :Level, :WriteConfig, :Cls, :CloudType, :AlbType, :BotStatus, :ApiStatus
|
@@ -13823,7 +13237,6 @@ module TencentCloud
|
|
13823
13237
|
# @param Reason: 0/1
|
13824
13238
|
# @type Reason: Integer
|
13825
13239
|
# @param RiskLevel: 1: 高危 2:中危 3:低危
|
13826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13827
13240
|
# @type RiskLevel: Integer
|
13828
13241
|
|
13829
13242
|
attr_accessor :ID, :Status, :MainClassID, :SubClassID, :CveID, :CreateTime, :ModifyTime, :MainClassName, :SubClassName, :Description, :Reason, :RiskLevel
|
@@ -13870,7 +13283,6 @@ module TencentCloud
|
|
13870
13283
|
# @param MatchField: 匹配域
|
13871
13284
|
# @type MatchField: String
|
13872
13285
|
# @param MatchParams: 匹配参数
|
13873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13874
13286
|
# @type MatchParams: String
|
13875
13287
|
# @param MatchMethod: 匹配方法
|
13876
13288
|
# @type MatchMethod: String
|
@@ -13881,25 +13293,18 @@ module TencentCloud
|
|
13881
13293
|
# @param ModifyTime: 修改时间
|
13882
13294
|
# @type ModifyTime: String
|
13883
13295
|
# @param SignatureIds: 规则ID列表
|
13884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13885
13296
|
# @type SignatureIds: Array
|
13886
13297
|
# @param TypeIds: 大类规则ID列表
|
13887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13888
13298
|
# @type TypeIds: Array
|
13889
13299
|
# @param TypeId: 大类规则ID
|
13890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13891
13300
|
# @type TypeId: String
|
13892
13301
|
# @param Mode: 0:按照特定规则ID加白, 1:按照规则类型加白
|
13893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13894
13302
|
# @type Mode: Integer
|
13895
13303
|
# @param Name: 规则名
|
13896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13897
13304
|
# @type Name: String
|
13898
13305
|
# @param MatchInfo: 匹配规则列表
|
13899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13900
13306
|
# @type MatchInfo: Array
|
13901
13307
|
# @param MatchInfoStr: MatchInfo字符串
|
13902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13903
13308
|
# @type MatchInfoStr: String
|
13904
13309
|
|
13905
13310
|
attr_accessor :WhiteRuleId, :SignatureId, :Status, :MatchField, :MatchParams, :MatchMethod, :MatchContent, :CreateTime, :ModifyTime, :SignatureIds, :TypeIds, :TypeId, :Mode, :Name, :MatchInfo, :MatchInfoStr
|
@@ -13959,7 +13364,6 @@ module TencentCloud
|
|
13959
13364
|
# @param MatchContent: 匹配内容
|
13960
13365
|
# @type MatchContent: String
|
13961
13366
|
# @param MatchParams: 匹配参数名
|
13962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13963
13367
|
# @type MatchParams: String
|
13964
13368
|
|
13965
13369
|
attr_accessor :MatchField, :MatchMethod, :MatchContent, :MatchParams
|
@@ -13981,23 +13385,45 @@ module TencentCloud
|
|
13981
13385
|
|
13982
13386
|
# Vip信息
|
13983
13387
|
class VipInfo < TencentCloud::Common::AbstractModel
|
13984
|
-
# @param Vip:
|
13985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13388
|
+
# @param Vip: VIP地址
|
13986
13389
|
# @type Vip: String
|
13987
13390
|
# @param InstanceId: waf实例id
|
13988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13989
13391
|
# @type InstanceId: String
|
13392
|
+
# @param InstanceCreateTime: 创建时间
|
13393
|
+
# @type InstanceCreateTime: String
|
13394
|
+
# @param Region: 地域
|
13395
|
+
# @type Region: String
|
13396
|
+
# @param RegionId: 地域ID
|
13397
|
+
# @type RegionId: Integer
|
13398
|
+
# @param ISP: ip运营商类型
|
13399
|
+
# @type ISP: String
|
13400
|
+
# @param VipType: ip类型
|
13401
|
+
# @type VipType: String
|
13402
|
+
# @param AddressName: 域名信息
|
13403
|
+
# @type AddressName: String
|
13990
13404
|
|
13991
|
-
attr_accessor :Vip, :InstanceId
|
13405
|
+
attr_accessor :Vip, :InstanceId, :InstanceCreateTime, :Region, :RegionId, :ISP, :VipType, :AddressName
|
13992
13406
|
|
13993
|
-
def initialize(vip=nil, instanceid=nil)
|
13407
|
+
def initialize(vip=nil, instanceid=nil, instancecreatetime=nil, region=nil, regionid=nil, isp=nil, viptype=nil, addressname=nil)
|
13994
13408
|
@Vip = vip
|
13995
13409
|
@InstanceId = instanceid
|
13410
|
+
@InstanceCreateTime = instancecreatetime
|
13411
|
+
@Region = region
|
13412
|
+
@RegionId = regionid
|
13413
|
+
@ISP = isp
|
13414
|
+
@VipType = viptype
|
13415
|
+
@AddressName = addressname
|
13996
13416
|
end
|
13997
13417
|
|
13998
13418
|
def deserialize(params)
|
13999
13419
|
@Vip = params['Vip']
|
14000
13420
|
@InstanceId = params['InstanceId']
|
13421
|
+
@InstanceCreateTime = params['InstanceCreateTime']
|
13422
|
+
@Region = params['Region']
|
13423
|
+
@RegionId = params['RegionId']
|
13424
|
+
@ISP = params['ISP']
|
13425
|
+
@VipType = params['VipType']
|
13426
|
+
@AddressName = params['AddressName']
|
14001
13427
|
end
|
14002
13428
|
end
|
14003
13429
|
|
@@ -14068,7 +13494,6 @@ module TencentCloud
|
|
14068
13494
|
# 当前WAF威胁情报封禁模块详情
|
14069
13495
|
class WafThreatenIntelligenceDetails < TencentCloud::Common::AbstractModel
|
14070
13496
|
# @param Tags: 封禁属性标签
|
14071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14072
13497
|
# @type Tags: Array
|
14073
13498
|
# @param DefenseStatus: 封禁模组启用状态
|
14074
13499
|
# @type DefenseStatus: Integer
|