tencentcloud-sdk-waf 3.0.933 → 3.0.935
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 +0 -26
- data/lib/v20180125/models.rb +89 -526
- 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,7 +119,6 @@ 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
124
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -177,10 +171,8 @@ module TencentCloud
|
|
177
171
|
# 日志KeyValue对
|
178
172
|
class AccessLogItem < TencentCloud::Common::AbstractModel
|
179
173
|
# @param Key: 日记Key
|
180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
181
174
|
# @type Key: String
|
182
175
|
# @param Value: 日志Value
|
183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
184
176
|
# @type Value: String
|
185
177
|
|
186
178
|
attr_accessor :Key, :Value
|
@@ -199,7 +191,6 @@ module TencentCloud
|
|
199
191
|
# 日志KeyValue对数组,用于搜索访问日志
|
200
192
|
class AccessLogItems < TencentCloud::Common::AbstractModel
|
201
193
|
# @param Data: 分析结果返回的KV数据对
|
202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
203
194
|
# @type Data: Array
|
204
195
|
|
205
196
|
attr_accessor :Data
|
@@ -262,10 +253,8 @@ module TencentCloud
|
|
262
253
|
# DescribeAccessIndex接口的出参
|
263
254
|
class AccessRuleKeyValueInfo < TencentCloud::Common::AbstractModel
|
264
255
|
# @param CaseSensitive: 是否大小写敏感
|
265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
266
256
|
# @type CaseSensitive: Boolean
|
267
257
|
# @param KeyValues: 需要建立索引的键值对信息;最大只能配置100个键值对
|
268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
269
258
|
# @type KeyValues: Array
|
270
259
|
|
271
260
|
attr_accessor :CaseSensitive, :KeyValues
|
@@ -291,10 +280,8 @@ module TencentCloud
|
|
291
280
|
# DescribeAccessIndex接口的出参
|
292
281
|
class AccessRuleTagInfo < TencentCloud::Common::AbstractModel
|
293
282
|
# @param CaseSensitive: 是否大小写敏感
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
283
|
# @type CaseSensitive: Boolean
|
296
284
|
# @param KeyValues: 标签索引配置中的字段信息
|
297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
298
285
|
# @type KeyValues: Array
|
299
286
|
|
300
287
|
attr_accessor :CaseSensitive, :KeyValues
|
@@ -320,17 +307,13 @@ module TencentCloud
|
|
320
307
|
# 用于DescribeAccessIndex接口的出参
|
321
308
|
class AccessValueInfo < TencentCloud::Common::AbstractModel
|
322
309
|
# @param Type: 字段类型,目前支持的类型有:long、text、double
|
323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
324
310
|
# @type Type: String
|
325
311
|
# @param Tokenizer: 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符
|
326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
327
312
|
# @type Tokenizer: String
|
328
313
|
# @param SqlFlag: 字段是否开启分析功能
|
329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
330
314
|
# @type SqlFlag: Boolean
|
331
315
|
# @param ContainZH: 是否包含中文
|
332
316
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
334
317
|
# @type ContainZH: Boolean
|
335
318
|
|
336
319
|
attr_accessor :Type, :Tokenizer, :SqlFlag, :ContainZH
|
@@ -465,7 +448,7 @@ module TencentCloud
|
|
465
448
|
# @type Areas: Array
|
466
449
|
# @param Edition: waf版本信息,spart-waf或者clb-waf,其他无效,请一定填写
|
467
450
|
# @type Edition: String
|
468
|
-
# @param JobType:
|
451
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
469
452
|
# @type JobType: String
|
470
453
|
# @param JobDateTime: 定时任务配置
|
471
454
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -593,7 +576,7 @@ module TencentCloud
|
|
593
576
|
# @type Strategies: Array
|
594
577
|
# @param Domain: 需要添加策略的域名
|
595
578
|
# @type Domain: String
|
596
|
-
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4
|
579
|
+
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
597
580
|
# @type ActionType: String
|
598
581
|
# @param Redirect: 如果动作是重定向,则表示重定向的地址;其他情况可以为空
|
599
582
|
# @type Redirect: String
|
@@ -601,7 +584,7 @@ module TencentCloud
|
|
601
584
|
# @type ExpireTime: String
|
602
585
|
# @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
603
586
|
# @type Edition: String
|
604
|
-
# @param Bypass:
|
587
|
+
# @param Bypass: 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果多个勾选那么以,串接。默认是"geoip,cc,owasp,ai,antileakage"
|
605
588
|
# @type Bypass: String
|
606
589
|
# @param EventId: 添加规则的来源,默认为空
|
607
590
|
# @type EventId: String
|
@@ -674,7 +657,6 @@ module TencentCloud
|
|
674
657
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
675
658
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
676
659
|
# @param RuleId: 添加成功的规则ID
|
677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
678
660
|
# @type RuleId: Integer
|
679
661
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
680
662
|
# @type RequestId: String
|
@@ -711,7 +693,7 @@ module TencentCloud
|
|
711
693
|
# @type Domain: String
|
712
694
|
# @param Bypass: 放行的详情
|
713
695
|
# @type Bypass: String
|
714
|
-
# @param JobType:
|
696
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
715
697
|
# @type JobType: String
|
716
698
|
# @param JobDateTime: 定时任务配置
|
717
699
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -756,7 +738,6 @@ module TencentCloud
|
|
756
738
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
757
739
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
758
740
|
# @param RuleId: 添加成功的规则ID
|
759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
760
741
|
# @type RuleId: Integer
|
761
742
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
762
743
|
# @type RequestId: String
|
@@ -1095,41 +1076,30 @@ module TencentCloud
|
|
1095
1076
|
# @param ApiName: api名称
|
1096
1077
|
# @type ApiName: String
|
1097
1078
|
# @param Scene: 场景
|
1098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1099
1079
|
# @type Scene: String
|
1100
1080
|
# @param Label: 数据标签
|
1101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1102
1081
|
# @type Label: Array
|
1103
1082
|
# @param Active: 过去7天是否活跃
|
1104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1105
1083
|
# @type Active: Boolean
|
1106
1084
|
# @param Timestamp: 最近更新时间
|
1107
1085
|
# @type Timestamp: Integer
|
1108
1086
|
# @param InsertTime: api发现时间
|
1109
1087
|
# @type InsertTime: Integer
|
1110
1088
|
# @param Mode: 资产状态,1:新发现,2,确认中,3,已确认,4,已下线,5,已忽略
|
1111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1112
1089
|
# @type Mode: String
|
1113
1090
|
# @param Level: 风险等级,100,200,300对应低中高
|
1114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1115
1091
|
# @type Level: String
|
1116
1092
|
# @param Count: 近30天调用量
|
1117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1118
1093
|
# @type Count: Integer
|
1119
1094
|
# @param Remark: 备注
|
1120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1121
1095
|
# @type Remark: String
|
1122
1096
|
# @param IsAuth: 是否鉴权,1标识是,0表示否
|
1123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1124
1097
|
# @type IsAuth: Integer
|
1125
1098
|
# @param ApiRequestRuleId: 如果添加了api入参检测规则,则此id返回值不为0
|
1126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1127
1099
|
# @type ApiRequestRuleId: Integer
|
1128
1100
|
# @param ApiLimitRuleId: 如果添加了api限流规则,则此id返回值不为0
|
1129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1130
1101
|
# @type ApiLimitRuleId: Integer
|
1131
1102
|
# @param HostList: 对象接入和泛域名接入时,展示host列表
|
1132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1133
1103
|
# @type HostList: Array
|
1134
1104
|
|
1135
1105
|
attr_accessor :Domain, :Method, :ApiName, :Scene, :Label, :Active, :Timestamp, :InsertTime, :Mode, :Level, :Count, :Remark, :IsAuth, :ApiRequestRuleId, :ApiLimitRuleId, :HostList
|
@@ -1200,13 +1170,10 @@ module TencentCloud
|
|
1200
1170
|
# api历史样例返回结构体
|
1201
1171
|
class ApiDetailSampleHistory < TencentCloud::Common::AbstractModel
|
1202
1172
|
# @param SampleNme: 样例名称
|
1203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1204
1173
|
# @type SampleNme: String
|
1205
1174
|
# @param RepLog: 请求样例
|
1206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1207
1175
|
# @type RepLog: String
|
1208
1176
|
# @param RspLog: 响应样例
|
1209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1210
1177
|
# @type RspLog: String
|
1211
1178
|
|
1212
1179
|
attr_accessor :SampleNme, :RepLog, :RspLog
|
@@ -1227,31 +1194,22 @@ module TencentCloud
|
|
1227
1194
|
# api请求参数类型
|
1228
1195
|
class ApiParameterType < TencentCloud::Common::AbstractModel
|
1229
1196
|
# @param ParameterName: 参数名称
|
1230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1231
1197
|
# @type ParameterName: String
|
1232
1198
|
# @param Type: 参数类型
|
1233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1234
1199
|
# @type Type: String
|
1235
1200
|
# @param Location: 参数位置
|
1236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1237
1201
|
# @type Location: String
|
1238
1202
|
# @param Label: 数据标签(敏感字段)
|
1239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1240
1203
|
# @type Label: Array
|
1241
1204
|
# @param Timestamp: 时间戳
|
1242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1243
1205
|
# @type Timestamp: Integer
|
1244
1206
|
# @param Remark: 备注信息
|
1245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1246
1207
|
# @type Remark: String
|
1247
1208
|
# @param Source: 来源是请求或者响应
|
1248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1249
1209
|
# @type Source: String
|
1250
1210
|
# @param IsPan: 是否需要泛化 ,0表示不需要,1表示需要
|
1251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1252
1211
|
# @type IsPan: Integer
|
1253
1212
|
# @param IsAuth: 是否鉴权,1表示是,0表示否
|
1254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1255
1213
|
# @type IsAuth: Integer
|
1256
1214
|
|
1257
1215
|
attr_accessor :ParameterName, :Type, :Location, :Label, :Timestamp, :Remark, :Source, :IsPan, :IsAuth
|
@@ -1284,34 +1242,24 @@ module TencentCloud
|
|
1284
1242
|
# API安全资源信息
|
1285
1243
|
class ApiPkg < TencentCloud::Common::AbstractModel
|
1286
1244
|
# @param ResourceIds: 资源id
|
1287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1288
1245
|
# @type ResourceIds: String
|
1289
1246
|
# @param Status: 状态
|
1290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1291
1247
|
# @type Status: Integer
|
1292
1248
|
# @param Region: 地域
|
1293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1294
1249
|
# @type Region: Integer
|
1295
1250
|
# @param BeginTime: 开始时间
|
1296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1297
1251
|
# @type BeginTime: String
|
1298
1252
|
# @param EndTime: 结束时间
|
1299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1300
1253
|
# @type EndTime: String
|
1301
1254
|
# @param InquireNum: 申请数量
|
1302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1303
1255
|
# @type InquireNum: Integer
|
1304
1256
|
# @param UsedNum: 使用数量
|
1305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1306
1257
|
# @type UsedNum: Integer
|
1307
1258
|
# @param RenewFlag: 续费标志
|
1308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1259
|
# @type RenewFlag: Integer
|
1310
1260
|
# @param BillingItem: 计费项
|
1311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1261
|
# @type BillingItem: String
|
1313
1262
|
# @param IsAPISecurityTrial: api安全7天试用标识。1试用。0没试用
|
1314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1315
1263
|
# @type IsAPISecurityTrial: Integer
|
1316
1264
|
|
1317
1265
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem, :IsAPISecurityTrial
|
@@ -1461,7 +1409,6 @@ module TencentCloud
|
|
1461
1409
|
# 批量多域名黑白名单列表Ip
|
1462
1410
|
class BatchIpAccessControlItem < TencentCloud::Common::AbstractModel
|
1463
1411
|
# @param Id: mongo表自增Id
|
1464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1465
1412
|
# @type Id: String
|
1466
1413
|
# @param ActionType: 黑名单42或白名单40
|
1467
1414
|
# @type ActionType: Integer
|
@@ -1478,25 +1425,18 @@ module TencentCloud
|
|
1478
1425
|
# @param Hosts: 域名列表
|
1479
1426
|
# @type Hosts: Array
|
1480
1427
|
# @param RuleId: 55101145
|
1481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1482
1428
|
# @type RuleId: Integer
|
1483
1429
|
# @param IpList: IP列表
|
1484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1485
1430
|
# @type IpList: Array
|
1486
1431
|
# @param CreateTime: 创建时间
|
1487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1488
1432
|
# @type CreateTime: Integer
|
1489
1433
|
# @param JobType: 定时任务类型
|
1490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1491
1434
|
# @type JobType: String
|
1492
1435
|
# @param CronType: 周期任务类型
|
1493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1494
1436
|
# @type CronType: String
|
1495
1437
|
# @param JobDateTime: 定时任务配置详情
|
1496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1497
1438
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
1498
1439
|
# @param ValidStatus: 生效状态
|
1499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1500
1440
|
# @type ValidStatus: Integer
|
1501
1441
|
|
1502
1442
|
attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :Hosts, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime, :ValidStatus
|
@@ -1544,40 +1484,28 @@ module TencentCloud
|
|
1544
1484
|
# Bot资源信息
|
1545
1485
|
class BotPkg < TencentCloud::Common::AbstractModel
|
1546
1486
|
# @param ResourceIds: 资源id
|
1547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1548
1487
|
# @type ResourceIds: String
|
1549
1488
|
# @param Status: 状态
|
1550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1551
1489
|
# @type Status: Integer
|
1552
1490
|
# @param Region: 地域
|
1553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1554
1491
|
# @type Region: Integer
|
1555
1492
|
# @param BeginTime: 开始时间
|
1556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1557
1493
|
# @type BeginTime: String
|
1558
1494
|
# @param EndTime: 结束时间
|
1559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1560
1495
|
# @type EndTime: String
|
1561
1496
|
# @param InquireNum: 申请数量
|
1562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1563
1497
|
# @type InquireNum: Integer
|
1564
1498
|
# @param UsedNum: 使用数量
|
1565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1566
1499
|
# @type UsedNum: Integer
|
1567
1500
|
# @param Type: 子产品code
|
1568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1569
1501
|
# @type Type: String
|
1570
1502
|
# @param RenewFlag: 续费标志
|
1571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1572
1503
|
# @type RenewFlag: Integer
|
1573
1504
|
# @param BotCPWaf: 购买页bot6折
|
1574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1575
1505
|
# @type BotCPWaf: Integer
|
1576
1506
|
# @param BotNPWaf: 控制台买bot5折
|
1577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1578
1507
|
# @type BotNPWaf: Integer
|
1579
1508
|
# @param IsBotTrial: 7天bot试用标识 1 试用 0 没有试用
|
1580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1581
1509
|
# @type IsBotTrial: Integer
|
1582
1510
|
|
1583
1511
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :Type, :RenewFlag, :BotCPWaf, :BotNPWaf, :IsBotTrial
|
@@ -1626,7 +1554,6 @@ module TencentCloud
|
|
1626
1554
|
# @param MaxBotQPS: 使用qps的最大值
|
1627
1555
|
# @type MaxBotQPS: Integer
|
1628
1556
|
# @param RenewFlag: 续费标志
|
1629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1630
1557
|
# @type RenewFlag: Integer
|
1631
1558
|
|
1632
1559
|
attr_accessor :ResourceIds, :ValidTime, :Count, :Region, :MaxBotQPS, :RenewFlag
|
@@ -1707,7 +1634,7 @@ module TencentCloud
|
|
1707
1634
|
|
1708
1635
|
# cc规则
|
1709
1636
|
class CCRuleItem < TencentCloud::Common::AbstractModel
|
1710
|
-
# @param ActionType:
|
1637
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
1711
1638
|
# @type ActionType: Integer
|
1712
1639
|
# @param Advance: 高级模式
|
1713
1640
|
# @type Advance: Integer
|
@@ -1733,19 +1660,14 @@ module TencentCloud
|
|
1733
1660
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1734
1661
|
# @type OptionsArr: String
|
1735
1662
|
# @param Length: url长度
|
1736
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1737
1663
|
# @type Length: Integer
|
1738
1664
|
# @param RuleId: 规则ID
|
1739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1740
1665
|
# @type RuleId: Integer
|
1741
1666
|
# @param EventId: 事件id
|
1742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1743
1667
|
# @type EventId: String
|
1744
1668
|
# @param SessionApplied: 关联的Session规则
|
1745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1746
1669
|
# @type SessionApplied: Array
|
1747
1670
|
# @param CreateTime: 创建时间
|
1748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1749
1671
|
# @type CreateTime: Integer
|
1750
1672
|
|
1751
1673
|
attr_accessor :ActionType, :Advance, :Interval, :Limit, :MatchFunc, :Name, :Priority, :Status, :TsVersion, :Url, :ValidTime, :OptionsArr, :Length, :RuleId, :EventId, :SessionApplied, :CreateTime
|
@@ -1807,7 +1729,7 @@ module TencentCloud
|
|
1807
1729
|
# @type Url: String
|
1808
1730
|
# @param MatchFunc: 匹配类型
|
1809
1731
|
# @type MatchFunc: Integer
|
1810
|
-
# @param ActionType:
|
1732
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
1811
1733
|
# @type ActionType: Integer
|
1812
1734
|
# @param Priority: 优先级
|
1813
1735
|
# @type Priority: Integer
|
@@ -1823,7 +1745,6 @@ module TencentCloud
|
|
1823
1745
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1824
1746
|
# @type EventId: String
|
1825
1747
|
# @param SessionApplied: 关联的Session规则
|
1826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1827
1748
|
# @type SessionApplied: Array
|
1828
1749
|
# @param CreateTime: 创建时间
|
1829
1750
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1949,10 +1870,8 @@ module TencentCloud
|
|
1949
1870
|
# @param Status: 状态
|
1950
1871
|
# @type Status: Integer
|
1951
1872
|
# @param ModifyTime: 修改时间
|
1952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1953
1873
|
# @type ModifyTime: String
|
1954
1874
|
# @param CreateTime: 创建时间
|
1955
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1956
1875
|
# @type CreateTime: String
|
1957
1876
|
|
1958
1877
|
attr_accessor :Id, :Name, :Domain, :Uri, :Protocol, :Status, :ModifyTime, :CreateTime
|
@@ -1985,7 +1904,6 @@ module TencentCloud
|
|
1985
1904
|
# @param Id: cdc的集群id
|
1986
1905
|
# @type Id: String
|
1987
1906
|
# @param Name: cdc的集群名称
|
1988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1989
1907
|
# @type Name: String
|
1990
1908
|
|
1991
1909
|
attr_accessor :Id, :Name
|
@@ -2048,25 +1966,18 @@ module TencentCloud
|
|
2048
1966
|
# @param FlowMode: 负载均衡型WAF的流量模式,1:清洗模式,0:镜像模式
|
2049
1967
|
# @type FlowMode: Integer
|
2050
1968
|
# @param State: 域名绑定负载均衡器状态
|
2051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2052
1969
|
# @type State: Integer
|
2053
1970
|
# @param AlbType: 负载均衡类型,clb或者apisix
|
2054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2055
1971
|
# @type AlbType: String
|
2056
1972
|
# @param IpHeaders: IsCdn=3时,表示自定义header
|
2057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2058
1973
|
# @type IpHeaders: Array
|
2059
1974
|
# @param CdcClusters: cdc-clb-waf类型WAF的CDC集群信息
|
2060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2061
1975
|
# @type CdcClusters: String
|
2062
1976
|
# @param CloudType: 云类型:public:公有云;private:私有云;hybrid:混合云
|
2063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2064
1977
|
# @type CloudType: String
|
2065
1978
|
# @param Note: 域名备注信息
|
2066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2067
1979
|
# @type Note: String
|
2068
1980
|
# @param Labels: 域名标签
|
2069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2070
1981
|
# @type Labels: Array
|
2071
1982
|
|
2072
1983
|
attr_accessor :Domain, :DomainId, :InstanceId, :InstanceName, :Edition, :IsCdn, :LoadBalancerSet, :FlowMode, :State, :AlbType, :IpHeaders, :CdcClusters, :CloudType, :Note, :Labels
|
@@ -2148,28 +2059,20 @@ module TencentCloud
|
|
2148
2059
|
# @param PostCKafkaStatus: kafka投递开关
|
2149
2060
|
# @type PostCKafkaStatus: Integer
|
2150
2061
|
# @param Type: 对象类型:CLB:负载均衡器,TSE:云原生网关
|
2151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2152
2062
|
# @type Type: String
|
2153
2063
|
# @param Region: 对象地域
|
2154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2155
2064
|
# @type Region: String
|
2156
2065
|
# @param Proxy: 代理状态: 0:不开启,1:以XFF的第一个IP地址作为客户端IP,2:以remote_addr作为客户端IP,3:从指定的头部字段获取客户端IP,字段通过IpHeaders字段给出
|
2157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2158
2066
|
# @type Proxy: Integer
|
2159
2067
|
# @param IpHeaders: 指定获取客户端IP的头部字段列表。IsCdn为3时有效
|
2160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2161
2068
|
# @type IpHeaders: Array
|
2162
2069
|
# @param BotStatus: bot防护开关
|
2163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2164
2070
|
# @type BotStatus: Integer
|
2165
2071
|
# @param ApiStatus: api防护开关
|
2166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2167
2072
|
# @type ApiStatus: Integer
|
2168
2073
|
# @param ObjectFlowMode: 对象接入模式,0表示镜像模式,1表示清洗模式,2表示体检模式,默认为清洗模式
|
2169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2170
2074
|
# @type ObjectFlowMode: Integer
|
2171
2075
|
# @param NumericalVpcId: 数值形式的私有网络 ID
|
2172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2173
2076
|
# @type NumericalVpcId: Integer
|
2174
2077
|
|
2175
2078
|
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 +2133,12 @@ module TencentCloud
|
|
2230
2133
|
# Clb-waf地域信息
|
2231
2134
|
class ClbWafRegionItem < TencentCloud::Common::AbstractModel
|
2232
2135
|
# @param Id: 地域ID
|
2233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2234
2136
|
# @type Id: String
|
2235
2137
|
# @param Text: 地域中文说明
|
2236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2237
2138
|
# @type Text: String
|
2238
2139
|
# @param Value: 地域英文全拼
|
2239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2240
2140
|
# @type Value: String
|
2241
2141
|
# @param Code: 地域编码
|
2242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2243
2142
|
# @type Code: String
|
2244
2143
|
|
2245
2144
|
attr_accessor :Id, :Text, :Value, :Code
|
@@ -2337,13 +2236,10 @@ module TencentCloud
|
|
2337
2236
|
# 旗舰版-CLB : 101201(新购),101202(续费),101203(变配)
|
2338
2237
|
# 域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
2339
2238
|
# 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
2340
|
-
|
2341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2342
2239
|
# @type GoodsCategoryId: Integer
|
2343
2240
|
# @param RegionId: 购买waf实例区域ID
|
2344
2241
|
# 1 表示购买大陆资源;
|
2345
2242
|
# 9表示购买非中国大陆资源
|
2346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2347
2243
|
# @type RegionId: Integer
|
2348
2244
|
|
2349
2245
|
attr_accessor :GoodsNum, :GoodsDetail, :GoodsCategoryId, :RegionId
|
@@ -2369,10 +2265,8 @@ module TencentCloud
|
|
2369
2265
|
# 产品明细
|
2370
2266
|
class CreateDealsGoodsDetail < TencentCloud::Common::AbstractModel
|
2371
2267
|
# @param TimeSpan: 时间间隔
|
2372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2373
2268
|
# @type TimeSpan: Integer
|
2374
2269
|
# @param TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
2375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2376
2270
|
# @type TimeUnit: String
|
2377
2271
|
# @param SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
2378
2272
|
|
@@ -2387,8 +2281,6 @@ module TencentCloud
|
|
2387
2281
|
# 旗舰版-CLB:sp_wsm_waf_ultimate_clb
|
2388
2282
|
# 业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
2389
2283
|
# 域名扩展包-CLB:sp_wsm_waf_domain_clb
|
2390
|
-
|
2391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2392
2284
|
# @type SubProductCode: String
|
2393
2285
|
# @param Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
2394
2286
|
# 高级版 :1000827
|
@@ -2401,17 +2293,12 @@ module TencentCloud
|
|
2401
2293
|
# 旗舰版-CLB:1001154
|
2402
2294
|
# 域名包-CLB: 1001156
|
2403
2295
|
# 业务扩展包-CLB : 1001160
|
2404
|
-
|
2405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2406
2296
|
# @type Pid: Integer
|
2407
2297
|
# @param InstanceName: waf实例名
|
2408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2409
2298
|
# @type InstanceName: String
|
2410
2299
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
2411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2412
2300
|
# @type AutoRenewFlag: Integer
|
2413
2301
|
# @param RealRegion: waf购买的实际地域信息
|
2414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2415
2302
|
# @type RealRegion: Integer
|
2416
2303
|
# @param LabelTypes: 计费细项标签数组
|
2417
2304
|
# Saas 高级版 sv_wsm_waf_package_premium
|
@@ -2431,20 +2318,14 @@ module TencentCloud
|
|
2431
2318
|
# 非中国大陆旗舰版CLB sv_wsm_waf_package_ultimate_clb _intl
|
2432
2319
|
# 业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
2433
2320
|
# 域名扩展包CLB sv_wsm_waf_domain_clb
|
2434
|
-
|
2435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2436
2321
|
# @type LabelTypes: Array
|
2437
2322
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
2438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2439
2323
|
# @type LabelCounts: Array
|
2440
2324
|
# @param CurDeadline: 变配使用,实例到期时间
|
2441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2442
2325
|
# @type CurDeadline: String
|
2443
2326
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
2444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2445
2327
|
# @type InstanceId: String
|
2446
2328
|
# @param ResourceId: 资源id
|
2447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2448
2329
|
# @type ResourceId: String
|
2449
2330
|
|
2450
2331
|
attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId, :ResourceId
|
@@ -2506,12 +2387,10 @@ module TencentCloud
|
|
2506
2387
|
# CreateDeals返回参数结构体
|
2507
2388
|
class CreateDealsResponse < TencentCloud::Common::AbstractModel
|
2508
2389
|
# @param Data: 计费下单响应结构体
|
2509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2510
2390
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
2511
2391
|
# @param Status: 1:成功,0:失败
|
2512
2392
|
# @type Status: Integer
|
2513
2393
|
# @param ReturnMessage: 返回message
|
2514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2515
2394
|
# @type ReturnMessage: String
|
2516
2395
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2517
2396
|
# @type RequestId: String
|
@@ -2598,12 +2477,15 @@ module TencentCloud
|
|
2598
2477
|
# @type SourceType: String
|
2599
2478
|
# @param Note: 备注
|
2600
2479
|
# @type Note: String
|
2601
|
-
# @param JobType:
|
2480
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
2602
2481
|
# @type JobType: String
|
2603
2482
|
# @param JobDateTime: 定时配置详情
|
2604
2483
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
2605
2484
|
|
2606
2485
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
2486
|
+
extend Gem::Deprecate
|
2487
|
+
deprecate :ValidTS, :none, 2024, 11
|
2488
|
+
deprecate :ValidTS=, :none, 2024, 11
|
2607
2489
|
|
2608
2490
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
2609
2491
|
@Domain = domain
|
@@ -2638,7 +2520,6 @@ module TencentCloud
|
|
2638
2520
|
# CreateIpAccessControl返回参数结构体
|
2639
2521
|
class CreateIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
2640
2522
|
# @param RuleId: 新增的规则对应的ID
|
2641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2642
2523
|
# @type RuleId: Integer
|
2643
2524
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2644
2525
|
# @type RequestId: String
|
@@ -2659,16 +2540,12 @@ module TencentCloud
|
|
2659
2540
|
# 规则周期执行的数据结构
|
2660
2541
|
class CronJob < TencentCloud::Common::AbstractModel
|
2661
2542
|
# @param Days: 每个月的几号执行
|
2662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2663
2543
|
# @type Days: Array
|
2664
2544
|
# @param WDays: 每个星期的星期几执行
|
2665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2666
2545
|
# @type WDays: Array
|
2667
2546
|
# @param StartTime: 开始时间
|
2668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2669
2547
|
# @type StartTime: String
|
2670
2548
|
# @param EndTime: 结束时间
|
2671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2672
2549
|
# @type EndTime: String
|
2673
2550
|
|
2674
2551
|
attr_accessor :Days, :WDays, :StartTime, :EndTime
|
@@ -3084,38 +2961,6 @@ module TencentCloud
|
|
3084
2961
|
end
|
3085
2962
|
end
|
3086
2963
|
|
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
2964
|
# DeleteHost请求参数结构体
|
3120
2965
|
class DeleteHostRequest < TencentCloud::Common::AbstractModel
|
3121
2966
|
# @param HostsDel: 删除的域名列表
|
@@ -3201,10 +3046,8 @@ module TencentCloud
|
|
3201
3046
|
# DeleteIpAccessControl返回参数结构体
|
3202
3047
|
class DeleteIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
3203
3048
|
# @param FailedItems: 删除失败的条目
|
3204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3205
3049
|
# @type FailedItems: String
|
3206
3050
|
# @param FailedCount: 删除失败的条目数
|
3207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3208
3051
|
# @type FailedCount: Integer
|
3209
3052
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3210
3053
|
# @type RequestId: String
|
@@ -3390,7 +3233,6 @@ module TencentCloud
|
|
3390
3233
|
# @param TotalCount: 日志导出ID。
|
3391
3234
|
# @type TotalCount: Integer
|
3392
3235
|
# @param Exports: 日志导出列表
|
3393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3394
3236
|
# @type Exports: Array
|
3395
3237
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3396
3238
|
# @type RequestId: String
|
@@ -3436,8 +3278,8 @@ module TencentCloud
|
|
3436
3278
|
|
3437
3279
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
3438
3280
|
extend Gem::Deprecate
|
3439
|
-
deprecate :TopicId, :none, 2024,
|
3440
|
-
deprecate :TopicId=, :none, 2024,
|
3281
|
+
deprecate :TopicId, :none, 2024, 11
|
3282
|
+
deprecate :TopicId=, :none, 2024, 11
|
3441
3283
|
|
3442
3284
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
3443
3285
|
@From = from
|
@@ -3652,7 +3494,6 @@ module TencentCloud
|
|
3652
3494
|
# @param Total: 总数
|
3653
3495
|
# @type Total: Integer
|
3654
3496
|
# @param Data: 返回值
|
3655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3656
3497
|
# @type Data: Array
|
3657
3498
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3658
3499
|
# @type RequestId: String
|
@@ -3948,7 +3789,6 @@ module TencentCloud
|
|
3948
3789
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3949
3790
|
# @type Uri: String
|
3950
3791
|
# @param ModifyTime: 修改时间
|
3951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3952
3792
|
# @type ModifyTime: String
|
3953
3793
|
|
3954
3794
|
attr_accessor :RuleId, :Name, :Status, :Action, :CreateTime, :Strategies, :Uri, :ModifyTime
|
@@ -4018,40 +3858,28 @@ module TencentCloud
|
|
4018
3858
|
# DescribeApiDetail返回参数结构体
|
4019
3859
|
class DescribeApiDetailResponse < TencentCloud::Common::AbstractModel
|
4020
3860
|
# @param Log: 请求样例,json字符串格式
|
4021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4022
3861
|
# @type Log: String
|
4023
3862
|
# @param ParameterList: 请求参数样例列表
|
4024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4025
3863
|
# @type ParameterList: Array
|
4026
3864
|
# @param Scene: 当前场景标签
|
4027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4028
3865
|
# @type Scene: String
|
4029
3866
|
# @param SensitiveFields: 敏感字段
|
4030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4031
3867
|
# @type SensitiveFields: Array
|
4032
3868
|
# @param IsActive: 7天内是否活跃
|
4033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4034
3869
|
# @type IsActive: Boolean
|
4035
3870
|
# @param IpCount: 访问ip数
|
4036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4037
3871
|
# @type IpCount: Integer
|
4038
3872
|
# @param RegionCount: 访问地域数量
|
4039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4040
3873
|
# @type RegionCount: Integer
|
4041
3874
|
# @param EventCount: 关联事件数
|
4042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4043
3875
|
# @type EventCount: Integer
|
4044
3876
|
# @param SensitiveCount: 涉敏数据条数
|
4045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4046
3877
|
# @type SensitiveCount: Integer
|
4047
3878
|
# @param Level: 风险等级
|
4048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4049
3879
|
# @type Level: Integer
|
4050
3880
|
# @param RspLog: 响应体
|
4051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4052
3881
|
# @type RspLog: String
|
4053
3882
|
# @param MaxQPS: 昨日访问峰值QPS
|
4054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4055
3883
|
# @type MaxQPS: Integer
|
4056
3884
|
# @param ApiDetailSampleHistory: 历史样例
|
4057
3885
|
# @type ApiDetailSampleHistory: Array
|
@@ -4163,10 +3991,8 @@ module TencentCloud
|
|
4163
3991
|
# DescribeApiListVersionTwo返回参数结构体
|
4164
3992
|
class DescribeApiListVersionTwoResponse < TencentCloud::Common::AbstractModel
|
4165
3993
|
# @param Data: api资产列表
|
4166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
3994
|
# @type Data: Array
|
4168
3995
|
# @param Total: 总数
|
4169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4170
3996
|
# @type Total: Integer
|
4171
3997
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4172
3998
|
# @type RequestId: String
|
@@ -4212,7 +4038,6 @@ module TencentCloud
|
|
4212
4038
|
# DescribeAreaBanAreas返回参数结构体
|
4213
4039
|
class DescribeAreaBanAreasResponse < TencentCloud::Common::AbstractModel
|
4214
4040
|
# @param Data: 回包内容
|
4215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4216
4041
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DescribeAreaBanAreasRsp`
|
4217
4042
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4218
4043
|
# @type RequestId: String
|
@@ -4238,18 +4063,15 @@ module TencentCloud
|
|
4238
4063
|
# @param Status: 状态 "0":未开启地域封禁 "1":开启地域封禁
|
4239
4064
|
# @type Status: String
|
4240
4065
|
# @param Source: 数据来源 custom-自定义(默认)、batch-批量防护
|
4241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4242
4066
|
# @type Source: String
|
4243
4067
|
# @param Areas: 字符串数据,配置的地域列表
|
4244
4068
|
# @type Areas: Array
|
4245
4069
|
# @param JobType: 定时任务类型
|
4246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4247
4070
|
# @type JobType: String
|
4248
4071
|
# @param JobDateTime: 定时任务详细配置
|
4249
4072
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4250
4073
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
4251
4074
|
# @param CronType: 周期任务配置
|
4252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4253
4075
|
# @type CronType: String
|
4254
4076
|
|
4255
4077
|
attr_accessor :Status, :Source, :Areas, :JobType, :JobDateTime, :CronType
|
@@ -4358,19 +4180,14 @@ module TencentCloud
|
|
4358
4180
|
# @param ApiAssetsCount: api资产总数
|
4359
4181
|
# @type ApiAssetsCount: Integer
|
4360
4182
|
# @param ApiRiskEventCount: api风险事件数量
|
4361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4362
4183
|
# @type ApiRiskEventCount: Integer
|
4363
4184
|
# @param IPBlackCount: 黑名单总数
|
4364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4365
4185
|
# @type IPBlackCount: Integer
|
4366
4186
|
# @param TamperCount: 防篡改总数
|
4367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4368
4187
|
# @type TamperCount: Integer
|
4369
4188
|
# @param LeakCount: 信息泄露总数
|
4370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4371
4189
|
# @type LeakCount: Integer
|
4372
4190
|
# @param ApiRiskEventCircleCount: API风险事件周环比
|
4373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4374
4191
|
# @type ApiRiskEventCircleCount: Integer
|
4375
4192
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4376
4193
|
# @type RequestId: String
|
@@ -4631,7 +4448,7 @@ module TencentCloud
|
|
4631
4448
|
|
4632
4449
|
# DescribeBatchIpAccessControl请求参数结构体
|
4633
4450
|
class DescribeBatchIpAccessControlRequest < TencentCloud::Common::AbstractModel
|
4634
|
-
# @param Filters: 筛选条件,支持 ActionType
|
4451
|
+
# @param Filters: 筛选条件,支持 ActionType,可选的值为40(白名单)42(黑名单),ValidStatus,可选的值为1(生效)0(过期)
|
4635
4452
|
# @type Filters: Array
|
4636
4453
|
# @param OffSet: 偏移
|
4637
4454
|
# @type OffSet: Integer
|
@@ -4667,7 +4484,6 @@ module TencentCloud
|
|
4667
4484
|
# DescribeBatchIpAccessControl返回参数结构体
|
4668
4485
|
class DescribeBatchIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
4669
4486
|
# @param Data: 输出
|
4670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4671
4487
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.BatchIpAccessControlData`
|
4672
4488
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4673
4489
|
# @type RequestId: String
|
@@ -4922,7 +4738,6 @@ module TencentCloud
|
|
4922
4738
|
# @param Changed: 证书是否改变。
|
4923
4739
|
# 0:未变化
|
4924
4740
|
# 1:有变化
|
4925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4926
4741
|
# @type Changed: Integer
|
4927
4742
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4928
4743
|
# @type RequestId: String
|
@@ -4960,7 +4775,6 @@ module TencentCloud
|
|
4960
4775
|
# DescribeCiphersDetail返回参数结构体
|
4961
4776
|
class DescribeCiphersDetailResponse < TencentCloud::Common::AbstractModel
|
4962
4777
|
# @param Ciphers: 加密套件信息
|
4963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4964
4778
|
# @type Ciphers: Array
|
4965
4779
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4966
4780
|
# @type RequestId: String
|
@@ -5065,7 +4879,7 @@ module TencentCloud
|
|
5065
4879
|
|
5066
4880
|
# DescribeCustomRules接口回包中的复杂类型
|
5067
4881
|
class DescribeCustomRulesRspRuleListItem < TencentCloud::Common::AbstractModel
|
5068
|
-
# @param ActionType:
|
4882
|
+
# @param ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
5069
4883
|
# @type ActionType: String
|
5070
4884
|
# @param Bypass: 跳过的策略
|
5071
4885
|
# @type Bypass: String
|
@@ -5086,34 +4900,24 @@ module TencentCloud
|
|
5086
4900
|
# @param Strategies: 策略详情
|
5087
4901
|
# @type Strategies: Array
|
5088
4902
|
# @param EventId: 事件id
|
5089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5090
4903
|
# @type EventId: String
|
5091
4904
|
# @param ModifyTime: 修改时间
|
5092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5093
4905
|
# @type ModifyTime: String
|
5094
4906
|
# @param ValidStatus: 生效状态
|
5095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5096
4907
|
# @type ValidStatus: Integer
|
5097
4908
|
# @param Source: 来源
|
5098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5099
4909
|
# @type Source: String
|
5100
4910
|
# @param JobType: 定时任务类型
|
5101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5102
4911
|
# @type JobType: String
|
5103
4912
|
# @param JobDateTime: 定时任务配置信息
|
5104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5105
4913
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
5106
4914
|
# @param CronType: 周期任务粒度
|
5107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5108
4915
|
# @type CronType: String
|
5109
4916
|
# @param Label: 自定义标签,风控规则用,用来表示是内置规则还是用户自定义的
|
5110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5111
4917
|
# @type Label: String
|
5112
4918
|
# @param PageId: 拦截页面id
|
5113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5114
4919
|
# @type PageId: String
|
5115
4920
|
# @param Domain: 域名
|
5116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5117
4921
|
# @type Domain: String
|
5118
4922
|
|
5119
4923
|
attr_accessor :ActionType, :Bypass, :CreateTime, :ExpireTime, :Name, :Redirect, :RuleId, :SortId, :Status, :Strategies, :EventId, :ModifyTime, :ValidStatus, :Source, :JobType, :JobDateTime, :CronType, :Label, :PageId, :Domain
|
@@ -5580,7 +5384,6 @@ module TencentCloud
|
|
5580
5384
|
# @param Total: 总数
|
5581
5385
|
# @type Total: Integer
|
5582
5386
|
# @param Domains: domain列表
|
5583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5584
5387
|
# @type Domains: Array
|
5585
5388
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5586
5389
|
# @type RequestId: String
|
@@ -5816,7 +5619,6 @@ module TencentCloud
|
|
5816
5619
|
# DescribeHostLimit返回参数结构体
|
5817
5620
|
class DescribeHostLimitResponse < TencentCloud::Common::AbstractModel
|
5818
5621
|
# @param Success: 成功返回的状态码
|
5819
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5820
5622
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
5821
5623
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5822
5624
|
# @type RequestId: String
|
@@ -5924,7 +5726,6 @@ module TencentCloud
|
|
5924
5726
|
# @param TotalCount: 防护域名列表的长度
|
5925
5727
|
# @type TotalCount: Integer
|
5926
5728
|
# @param HostList: 防护域名的列表
|
5927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5928
5729
|
# @type HostList: Array
|
5929
5730
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5930
5731
|
# @type RequestId: String
|
@@ -6056,10 +5857,10 @@ module TencentCloud
|
|
6056
5857
|
|
6057
5858
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
6058
5859
|
extend Gem::Deprecate
|
6059
|
-
deprecate :VtsMin, :none, 2024,
|
6060
|
-
deprecate :VtsMin=, :none, 2024,
|
6061
|
-
deprecate :VtsMax, :none, 2024,
|
6062
|
-
deprecate :VtsMax=, :none, 2024,
|
5860
|
+
deprecate :VtsMin, :none, 2024, 11
|
5861
|
+
deprecate :VtsMin=, :none, 2024, 11
|
5862
|
+
deprecate :VtsMax, :none, 2024, 11
|
5863
|
+
deprecate :VtsMax=, :none, 2024, 11
|
6063
5864
|
|
6064
5865
|
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
5866
|
@Domain = domain
|
@@ -6105,10 +5906,8 @@ module TencentCloud
|
|
6105
5906
|
# DescribeIpAccessControl返回参数结构体
|
6106
5907
|
class DescribeIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
6107
5908
|
# @param Data: 输出
|
6108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6109
5909
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.IpAccessControlData`
|
6110
5910
|
# @param UsedTotal: 已经使用的IP黑白名单的IP总数
|
6111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6112
5911
|
# @type UsedTotal: Integer
|
6113
5912
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6114
5913
|
# @type RequestId: String
|
@@ -6164,10 +5963,10 @@ module TencentCloud
|
|
6164
5963
|
|
6165
5964
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
6166
5965
|
extend Gem::Deprecate
|
6167
|
-
deprecate :VtsMin, :none, 2024,
|
6168
|
-
deprecate :VtsMin=, :none, 2024,
|
6169
|
-
deprecate :VtsMax, :none, 2024,
|
6170
|
-
deprecate :VtsMax=, :none, 2024,
|
5966
|
+
deprecate :VtsMin, :none, 2024, 11
|
5967
|
+
deprecate :VtsMin=, :none, 2024, 11
|
5968
|
+
deprecate :VtsMax, :none, 2024, 11
|
5969
|
+
deprecate :VtsMax=, :none, 2024, 11
|
6171
5970
|
|
6172
5971
|
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
5972
|
@Domain = domain
|
@@ -6207,7 +6006,6 @@ module TencentCloud
|
|
6207
6006
|
# DescribeIpHitItems返回参数结构体
|
6208
6007
|
class DescribeIpHitItemsResponse < TencentCloud::Common::AbstractModel
|
6209
6008
|
# @param Data: 结果
|
6210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6211
6009
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.IpHitItemsData`
|
6212
6010
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6213
6011
|
# @type RequestId: String
|
@@ -6290,13 +6088,7 @@ module TencentCloud
|
|
6290
6088
|
|
6291
6089
|
# DescribeObjects请求参数结构体
|
6292
6090
|
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开启
|
6091
|
+
# @param Filters: 支持的过滤器: ObjectId: clb实例ID VIP: clb实例的公网IP InstanceId: waf实例ID Domain: 精准域名 Status: waf防护开关状态: 0关闭,1开启 ClsStatus: waf日志开关: 0关闭,1开启
|
6300
6092
|
# @type Filters: Array
|
6301
6093
|
|
6302
6094
|
attr_accessor :Filters
|
@@ -6883,7 +6675,7 @@ module TencentCloud
|
|
6883
6675
|
|
6884
6676
|
# DescribeTlsVersion返回参数结构体
|
6885
6677
|
class DescribeTlsVersionResponse < TencentCloud::Common::AbstractModel
|
6886
|
-
# @param TLS: TLS
|
6678
|
+
# @param TLS: TLS信息
|
6887
6679
|
# @type TLS: Array
|
6888
6680
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6889
6681
|
# @type RequestId: String
|
@@ -6992,7 +6784,6 @@ module TencentCloud
|
|
6992
6784
|
# DescribeUserCdcClbWafRegions返回参数结构体
|
6993
6785
|
class DescribeUserCdcClbWafRegionsResponse < TencentCloud::Common::AbstractModel
|
6994
6786
|
# @param Data: CdcRegion的类型描述
|
6995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6996
6787
|
# @type Data: Array
|
6997
6788
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6998
6789
|
# @type RequestId: String
|
@@ -7036,10 +6827,8 @@ module TencentCloud
|
|
7036
6827
|
# DescribeUserClbWafRegions返回参数结构体
|
7037
6828
|
class DescribeUserClbWafRegionsResponse < TencentCloud::Common::AbstractModel
|
7038
6829
|
# @param Data: 地域(标准的ap-格式)列表
|
7039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7040
6830
|
# @type Data: Array
|
7041
6831
|
# @param RichDatas: 包含详细属性的地域信息
|
7042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7043
6832
|
# @type RichDatas: Array
|
7044
6833
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7045
6834
|
# @type RequestId: String
|
@@ -7188,7 +6977,6 @@ module TencentCloud
|
|
7188
6977
|
# @param Total: 规则总数
|
7189
6978
|
# @type Total: Integer
|
7190
6979
|
# @param Rules: 规则列表
|
7191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7192
6980
|
# @type Rules: Array
|
7193
6981
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7194
6982
|
# @type RequestId: String
|
@@ -7547,49 +7335,37 @@ module TencentCloud
|
|
7547
7335
|
# 1:开启
|
7548
7336
|
# @type PostCKafkaStatus: Integer
|
7549
7337
|
# @param CdcClusters: cdc实例域名接入的集群信息,非cdc实例忽略。
|
7550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7551
7338
|
# @type CdcClusters: String
|
7552
7339
|
# @param ApiStatus: api安全开关状态。
|
7553
7340
|
# 0:关闭
|
7554
7341
|
# 1:开启
|
7555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7556
7342
|
# @type ApiStatus: Integer
|
7557
7343
|
# @param AlbType: 应用型负载均衡类型,默认clb。
|
7558
7344
|
# clb:七层负载均衡器类型
|
7559
7345
|
# apisix:apisix网关型
|
7560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7561
7346
|
# @type AlbType: String
|
7562
7347
|
# @param SgState: 安全组状态。
|
7563
7348
|
# 0:不展示
|
7564
7349
|
# 1:非腾讯云源站
|
7565
7350
|
# 2:安全组绑定失败
|
7566
7351
|
# 3:安全组发生变更
|
7567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7568
7352
|
# @type SgState: Integer
|
7569
7353
|
# @param SgDetail: 安全组状态的详细解释
|
7570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7571
7354
|
# @type SgDetail: String
|
7572
7355
|
# @param CloudType: 域名云环境。hybrid:混合云域名
|
7573
7356
|
# public:公有云域名
|
7574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7575
7357
|
# @type CloudType: String
|
7576
7358
|
# @param Note: 域名备注信息
|
7577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7578
7359
|
# @type Note: String
|
7579
7360
|
# @param SrcList: SAASWAF源站IP列表
|
7580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7581
7361
|
# @type SrcList: Array
|
7582
7362
|
# @param UpstreamDomainList: SAASWAF源站域名列表
|
7583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7584
7363
|
# @type UpstreamDomainList: Array
|
7585
7364
|
# @param SgID: 安全组ID
|
7586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7587
7365
|
# @type SgID: String
|
7588
7366
|
# @param AccessStatus: clbwaf接入状态
|
7589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7590
7367
|
# @type AccessStatus: Integer
|
7591
7368
|
# @param Labels: 域名标签
|
7592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7593
7369
|
# @type Labels: Array
|
7594
7370
|
|
7595
7371
|
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 +7463,17 @@ module TencentCloud
|
|
7687
7463
|
end
|
7688
7464
|
end
|
7689
7465
|
|
7690
|
-
#
|
7466
|
+
# waf 域名扩展套餐
|
7691
7467
|
class DomainPackageNew < TencentCloud::Common::AbstractModel
|
7692
7468
|
# @param ResourceIds: 资源ID
|
7693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7694
7469
|
# @type ResourceIds: String
|
7695
7470
|
# @param ValidTime: 过期时间
|
7696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7697
7471
|
# @type ValidTime: String
|
7698
7472
|
# @param RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
7699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7700
7473
|
# @type RenewFlag: Integer
|
7701
7474
|
# @param Count: 套餐购买个数
|
7702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7703
7475
|
# @type Count: Integer
|
7704
7476
|
# @param Region: 套餐购买地域,clb-waf暂时没有用到
|
7705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7706
7477
|
# @type Region: String
|
7707
7478
|
|
7708
7479
|
attr_accessor :ResourceIds, :ValidTime, :RenewFlag, :Count, :Region
|
@@ -7727,10 +7498,8 @@ module TencentCloud
|
|
7727
7498
|
# 域名-规则id结构体
|
7728
7499
|
class DomainRuleId < TencentCloud::Common::AbstractModel
|
7729
7500
|
# @param Domain: 域名
|
7730
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7731
7501
|
# @type Domain: String
|
7732
7502
|
# @param RuleId: 规则id
|
7733
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7734
7503
|
# @type RuleId: String
|
7735
7504
|
|
7736
7505
|
attr_accessor :Domain, :RuleId
|
@@ -7753,7 +7522,6 @@ module TencentCloud
|
|
7753
7522
|
# @param Edition: 版本
|
7754
7523
|
# @type Edition: String
|
7755
7524
|
# @param InstanceID: 实例ID
|
7756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7757
7525
|
# @type InstanceID: String
|
7758
7526
|
|
7759
7527
|
attr_accessor :Domain, :Edition, :InstanceID
|
@@ -7863,83 +7631,60 @@ module TencentCloud
|
|
7863
7631
|
# @param ActiveCheck: 是否开启主动健康检测。
|
7864
7632
|
# 0:不开启
|
7865
7633
|
# 1:开启
|
7866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7867
7634
|
# @type ActiveCheck: Integer
|
7868
7635
|
# @param TLSVersion: TLS版本信息
|
7869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7870
7636
|
# @type TLSVersion: Integer
|
7871
7637
|
# @param Ciphers: 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
|
7872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7873
7638
|
# @type Ciphers: Array
|
7874
7639
|
# @param CipherTemplate: 加密套件模板。
|
7875
7640
|
# 0:不支持选择,使用默认模板
|
7876
7641
|
# 1:通用型模板
|
7877
7642
|
# 2:安全型模板
|
7878
7643
|
# 3:自定义模板
|
7879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7880
7644
|
# @type CipherTemplate: Integer
|
7881
7645
|
# @param ProxyReadTimeout: WAF与源站的读超时时间,默认300s。
|
7882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7883
7646
|
# @type ProxyReadTimeout: Integer
|
7884
7647
|
# @param ProxySendTimeout: WAF与源站的写超时时间,默认300s。
|
7885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7886
7648
|
# @type ProxySendTimeout: Integer
|
7887
7649
|
# @param SniType: WAF回源时的SNI类型。
|
7888
7650
|
# 0:关闭SNI,不配置client_hello中的server_name
|
7889
7651
|
# 1:开启SNI,client_hello中的server_name为防护域名
|
7890
7652
|
# 2:开启SNI,SNI为域名回源时的源站域名
|
7891
7653
|
# 3:开启SNI,SNI为自定义域名
|
7892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7893
7654
|
# @type SniType: Integer
|
7894
7655
|
# @param SniHost: SniType为3时,需要填此参数,表示自定义的SNI;
|
7895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7896
7656
|
# @type SniHost: String
|
7897
7657
|
# @param Weights: 回源IP权重
|
7898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7899
7658
|
# @type Weights: Array
|
7900
7659
|
# @param IpHeaders: IsCdn=3时,表示自定义header
|
7901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7902
7660
|
# @type IpHeaders: Array
|
7903
7661
|
# @param XFFReset: 是否开启XFF重置。
|
7904
7662
|
# 0:关闭
|
7905
7663
|
# 1:开启
|
7906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7907
7664
|
# @type XFFReset: Integer
|
7908
7665
|
# @param Note: 域名备注信息
|
7909
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7910
7666
|
# @type Note: String
|
7911
7667
|
# @param UpstreamHost: 自定义回源Host。默认为空字符串,表示使用防护域名作为回源Host。
|
7912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7913
7668
|
# @type UpstreamHost: String
|
7914
7669
|
# @param Level: 防护规则
|
7915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7916
7670
|
# @type Level: String
|
7917
7671
|
# @param ProxyBuffer: 是否开启缓存 0-关闭 1-开启
|
7918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7919
7672
|
# @type ProxyBuffer: Integer
|
7920
7673
|
# @param GmType: 国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问
|
7921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7922
7674
|
# @type GmType: Integer
|
7923
7675
|
# @param GmCertType: 国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书
|
7924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7925
7676
|
# @type GmCertType: Integer
|
7926
7677
|
# @param GmCert: GmCertType为1时,需要填充此参数,表示自有国密证书的证书链
|
7927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7928
7678
|
# @type GmCert: String
|
7929
7679
|
# @param GmPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的私钥
|
7930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7931
7680
|
# @type GmPrivateKey: String
|
7932
7681
|
# @param GmEncCert: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书
|
7933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7934
7682
|
# @type GmEncCert: String
|
7935
7683
|
# @param GmEncPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥
|
7936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7937
7684
|
# @type GmEncPrivateKey: String
|
7938
7685
|
# @param GmSSLId: GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
|
7939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7940
7686
|
# @type GmSSLId: String
|
7941
7687
|
# @param Labels: 域名标签
|
7942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7943
7688
|
# @type Labels: Array
|
7944
7689
|
|
7945
7690
|
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 +7862,18 @@ module TencentCloud
|
|
8117
7862
|
# DescribeAccessExports接口
|
8118
7863
|
class ExportAccessInfo < TencentCloud::Common::AbstractModel
|
8119
7864
|
# @param ExportId: 日志导出任务ID
|
8120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8121
7865
|
# @type ExportId: String
|
8122
7866
|
# @param Query: 日志导出查询语句
|
8123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8124
7867
|
# @type Query: String
|
8125
7868
|
# @param FileName: 日志导出文件名
|
8126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8127
7869
|
# @type FileName: String
|
8128
7870
|
# @param FileSize: 日志文件大小
|
8129
7871
|
# @type FileSize: Integer
|
8130
7872
|
# @param Order: 日志导出时间排序
|
8131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8132
7873
|
# @type Order: String
|
8133
7874
|
# @param Format: 日志导出格式
|
8134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8135
7875
|
# @type Format: String
|
8136
7876
|
# @param Count: 日志导出数量
|
8137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8138
7877
|
# @type Count: Integer
|
8139
7878
|
# @param Status: 日志下载状态。Processing:导出正在进行中,Complete:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期)
|
8140
7879
|
# @type Status: String
|
@@ -8252,28 +7991,20 @@ module TencentCloud
|
|
8252
7991
|
# 业务安全资源信息
|
8253
7992
|
class FraudPkg < TencentCloud::Common::AbstractModel
|
8254
7993
|
# @param ResourceIds: 资源id
|
8255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8256
7994
|
# @type ResourceIds: String
|
8257
7995
|
# @param Status: 状态
|
8258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8259
7996
|
# @type Status: Integer
|
8260
7997
|
# @param Region: 地域
|
8261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8262
7998
|
# @type Region: Integer
|
8263
7999
|
# @param BeginTime: 开始时间
|
8264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8265
8000
|
# @type BeginTime: String
|
8266
8001
|
# @param EndTime: 结束时间
|
8267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8268
8002
|
# @type EndTime: String
|
8269
8003
|
# @param InquireNum: 申请数量
|
8270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8271
8004
|
# @type InquireNum: Integer
|
8272
8005
|
# @param UsedNum: 使用数量
|
8273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8274
8006
|
# @type UsedNum: Integer
|
8275
8007
|
# @param RenewFlag: 续费标志
|
8276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8277
8008
|
# @type RenewFlag: Integer
|
8278
8009
|
|
8279
8010
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag
|
@@ -8367,15 +8098,12 @@ module TencentCloud
|
|
8367
8098
|
# GenerateDealsAndPayNew返回参数结构体
|
8368
8099
|
class GenerateDealsAndPayNewResponse < TencentCloud::Common::AbstractModel
|
8369
8100
|
# @param Data: 计费下单响应结构体
|
8370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8371
8101
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
8372
8102
|
# @param Status: 1:成功,0:失败
|
8373
8103
|
# @type Status: Integer
|
8374
8104
|
# @param ReturnMessage: 返回message
|
8375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8376
8105
|
# @type ReturnMessage: String
|
8377
8106
|
# @param InstanceId: 购买的实例ID
|
8378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8379
8107
|
# @type InstanceId: String
|
8380
8108
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8381
8109
|
# @type RequestId: String
|
@@ -8612,13 +8340,10 @@ module TencentCloud
|
|
8612
8340
|
# 旗舰版-CLB : 101201(新购),101202(续费),101203(变配)
|
8613
8341
|
# 域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
8614
8342
|
# 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
8615
|
-
|
8616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8617
8343
|
# @type GoodsCategoryId: Integer
|
8618
8344
|
# @param RegionId: 购买waf实例区域ID
|
8619
8345
|
# 1 表示购买大陆资源;
|
8620
8346
|
# 9表示购买非中国大陆资源
|
8621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8622
8347
|
# @type RegionId: Integer
|
8623
8348
|
|
8624
8349
|
attr_accessor :GoodsNum, :GoodsDetail, :GoodsCategoryId, :RegionId
|
@@ -8650,16 +8375,12 @@ module TencentCloud
|
|
8650
8375
|
# @param GoodsDetail: 商品明细
|
8651
8376
|
# @type GoodsDetail: :class:`Tencentcloud::Waf.v20180125.models.GoodsDetail`
|
8652
8377
|
# @param ProjectId: 默认为0
|
8653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8654
8378
|
# @type ProjectId: Integer
|
8655
8379
|
# @param GoodsCategoryId: 计费类目ID,对应cid
|
8656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8657
8380
|
# @type GoodsCategoryId: Integer
|
8658
8381
|
# @param Platform: 平台类型,默认1
|
8659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8660
8382
|
# @type Platform: Integer
|
8661
8383
|
# @param RegionId: 购买waf实例区域ID
|
8662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8663
8384
|
# @type RegionId: Integer
|
8664
8385
|
|
8665
8386
|
attr_accessor :PayMode, :GoodsNum, :GoodsDetail, :ProjectId, :GoodsCategoryId, :Platform, :RegionId
|
@@ -8701,37 +8422,26 @@ module TencentCloud
|
|
8701
8422
|
# @param Pid: 计费策略id
|
8702
8423
|
# @type Pid: Integer
|
8703
8424
|
# @param ProductInfo: waf产品码
|
8704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8705
8425
|
# @type ProductInfo: Array
|
8706
8426
|
# @param InstanceName: waf实例名
|
8707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8708
8427
|
# @type InstanceName: String
|
8709
8428
|
# @param ElasticQps: QPS数量
|
8710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8711
8429
|
# @type ElasticQps: Integer
|
8712
8430
|
# @param FlexBill: 弹性账单
|
8713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8714
8431
|
# @type FlexBill: Integer
|
8715
8432
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
8716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8717
8433
|
# @type AutoRenewFlag: Integer
|
8718
8434
|
# @param RealRegion: waf购买的实际地域信息
|
8719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8720
8435
|
# @type RealRegion: Integer
|
8721
8436
|
# @param Type: Waf实例对应的二级产品码
|
8722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8723
8437
|
# @type Type: String
|
8724
8438
|
# @param LabelTypes: 计费细项标签数组
|
8725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8726
8439
|
# @type LabelTypes: Array
|
8727
8440
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
8728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8729
8441
|
# @type LabelCounts: Array
|
8730
8442
|
# @param CurDeadline: 变配使用,实例到期时间
|
8731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8732
8443
|
# @type CurDeadline: String
|
8733
8444
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
8734
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8735
8445
|
# @type InstanceId: String
|
8736
8446
|
|
8737
8447
|
attr_accessor :TimeSpan, :TimeUnit, :ProductCode, :SubProductCode, :Pid, :ProductInfo, :InstanceName, :ElasticQps, :FlexBill, :AutoRenewFlag, :RealRegion, :Type, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId
|
@@ -8785,10 +8495,8 @@ module TencentCloud
|
|
8785
8495
|
# 产品明细
|
8786
8496
|
class GoodsDetailNew < TencentCloud::Common::AbstractModel
|
8787
8497
|
# @param TimeSpan: 时间间隔
|
8788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8789
8498
|
# @type TimeSpan: Integer
|
8790
8499
|
# @param TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
8791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8792
8500
|
# @type TimeUnit: String
|
8793
8501
|
# @param SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
8794
8502
|
|
@@ -8803,8 +8511,6 @@ module TencentCloud
|
|
8803
8511
|
# 旗舰版-CLB:sp_wsm_waf_ultimate_clb
|
8804
8512
|
# 业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
8805
8513
|
# 域名扩展包-CLB:sp_wsm_waf_domain_clb
|
8806
|
-
|
8807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8808
8514
|
# @type SubProductCode: String
|
8809
8515
|
# @param Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
8810
8516
|
# 高级版 :1000827
|
@@ -8817,17 +8523,12 @@ module TencentCloud
|
|
8817
8523
|
# 旗舰版-CLB:1001154
|
8818
8524
|
# 域名包-CLB: 1001156
|
8819
8525
|
# 业务扩展包-CLB : 1001160
|
8820
|
-
|
8821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8822
8526
|
# @type Pid: Integer
|
8823
8527
|
# @param InstanceName: waf实例名
|
8824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8825
8528
|
# @type InstanceName: String
|
8826
8529
|
# @param AutoRenewFlag: 1:自动续费,0:不自动续费
|
8827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8828
8530
|
# @type AutoRenewFlag: Integer
|
8829
8531
|
# @param RealRegion: waf购买的实际地域信息
|
8830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8831
8532
|
# @type RealRegion: Integer
|
8832
8533
|
# @param LabelTypes: 计费细项标签数组
|
8833
8534
|
# Saas 高级版 sv_wsm_waf_package_premium
|
@@ -8847,23 +8548,16 @@ module TencentCloud
|
|
8847
8548
|
# 非中国大陆旗舰版CLB sv_wsm_waf_package_ultimate_clb _intl
|
8848
8549
|
# 业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
8849
8550
|
# 域名扩展包CLB sv_wsm_waf_domain_clb
|
8850
|
-
|
8851
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8852
8551
|
# @type LabelTypes: Array
|
8853
8552
|
# @param LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
8854
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8855
8553
|
# @type LabelCounts: Array
|
8856
8554
|
# @param CurDeadline: 变配使用,实例到期时间
|
8857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8858
8555
|
# @type CurDeadline: String
|
8859
8556
|
# @param InstanceId: 对存在的实例购买bot 或api 安全
|
8860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8861
8557
|
# @type InstanceId: String
|
8862
8558
|
# @param ResourceId: 资源id
|
8863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8864
8559
|
# @type ResourceId: String
|
8865
8560
|
# @param MicroVersion: 模式clb-waf或者saas-waf
|
8866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8867
8561
|
# @type MicroVersion: String
|
8868
8562
|
|
8869
8563
|
attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId, :ResourceId, :MicroVersion
|
@@ -8975,32 +8669,27 @@ module TencentCloud
|
|
8975
8669
|
# 0:关闭
|
8976
8670
|
# @type ClsStatus: Integer
|
8977
8671
|
# @param Level: 防护等级,可选值100,200,300
|
8978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8979
8672
|
# @type Level: Integer
|
8980
8673
|
# @param CdcClusters: 域名需要下发到的cdc集群列表。仅CDC场景下填充
|
8981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8982
8674
|
# @type CdcClusters: Array
|
8983
8675
|
# @param AlbType: 应用型负载均衡类型,默认clb。
|
8984
8676
|
# clb:七层负载均衡器类型
|
8985
8677
|
# apisix:apisix网关型
|
8986
|
-
#
|
8678
|
+
# tsegw:云原生API网关
|
8679
|
+
# scf:云函数
|
8987
8680
|
# @type AlbType: String
|
8988
8681
|
# @param IpHeaders: IsCdn=3时,需要填此参数,表示自定义header
|
8989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8990
8682
|
# @type IpHeaders: Array
|
8991
8683
|
# @param EngineType: 规则引擎类型。
|
8992
8684
|
# 1: menshen
|
8993
8685
|
# 2: tiga
|
8994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8995
8686
|
# @type EngineType: Integer
|
8996
8687
|
# @param CloudType: 云类型。
|
8997
8688
|
# public:公有云
|
8998
8689
|
# private:私有云
|
8999
8690
|
# hybrid:混合云
|
9000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9001
8691
|
# @type CloudType: String
|
9002
8692
|
# @param Note: 域名备注信息
|
9003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9004
8693
|
# @type Note: String
|
9005
8694
|
|
9006
8695
|
attr_accessor :Domain, :DomainId, :MainDomain, :Mode, :Status, :State, :Engine, :IsCdn, :LoadBalancerSet, :Region, :Edition, :FlowMode, :ClsStatus, :Level, :CdcClusters, :AlbType, :IpHeaders, :EngineType, :CloudType, :Note
|
@@ -9090,28 +8779,20 @@ module TencentCloud
|
|
9090
8779
|
# 混合云节点资源信息
|
9091
8780
|
class HybridPkg < TencentCloud::Common::AbstractModel
|
9092
8781
|
# @param ResourceIds: 资源id
|
9093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9094
8782
|
# @type ResourceIds: String
|
9095
8783
|
# @param Status: 状态
|
9096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9097
8784
|
# @type Status: Integer
|
9098
8785
|
# @param Region: 地域
|
9099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9100
8786
|
# @type Region: Integer
|
9101
8787
|
# @param BeginTime: 开始时间
|
9102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9103
8788
|
# @type BeginTime: String
|
9104
8789
|
# @param EndTime: 结束时间
|
9105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9106
8790
|
# @type EndTime: String
|
9107
8791
|
# @param InquireNum: 申请数量
|
9108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9109
8792
|
# @type InquireNum: Integer
|
9110
8793
|
# @param UsedNum: 使用数量
|
9111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9112
8794
|
# @type UsedNum: Integer
|
9113
8795
|
# @param RenewFlag: 续费标志
|
9114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9115
8796
|
# @type RenewFlag: Integer
|
9116
8797
|
|
9117
8798
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag
|
@@ -9242,69 +8923,48 @@ module TencentCloud
|
|
9242
8923
|
# @param Edition: clb或saas
|
9243
8924
|
# @type Edition: String
|
9244
8925
|
# @param FraudPkg: 业务安全包
|
9245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9246
8926
|
# @type FraudPkg: :class:`Tencentcloud::Waf.v20180125.models.FraudPkg`
|
9247
8927
|
# @param BotPkg: Bot资源包
|
9248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9249
8928
|
# @type BotPkg: :class:`Tencentcloud::Waf.v20180125.models.BotPkg`
|
9250
8929
|
# @param BotQPS: bot的qps详情
|
9251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9252
8930
|
# @type BotQPS: :class:`Tencentcloud::Waf.v20180125.models.BotQPS`
|
9253
8931
|
# @param ElasticBilling: qps弹性计费上限
|
9254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9255
8932
|
# @type ElasticBilling: Integer
|
9256
8933
|
# @param AttackLogPost: 攻击日志投递开关
|
9257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9258
8934
|
# @type AttackLogPost: Integer
|
9259
8935
|
# @param MaxBandwidth: 带宽峰值,单位为B/s(字节每秒)
|
9260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9261
8936
|
# @type MaxBandwidth: Integer
|
9262
8937
|
# @param APISecurity: api安全是否购买
|
9263
8938
|
# @type APISecurity: Integer
|
9264
8939
|
# @param QpsStandard: 购买的qps规格
|
9265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9266
8940
|
# @type QpsStandard: Integer
|
9267
8941
|
# @param BandwidthStandard: 购买的带宽规格
|
9268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9269
8942
|
# @type BandwidthStandard: Integer
|
9270
8943
|
# @param Status: 实例状态
|
9271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9272
8944
|
# @type Status: Integer
|
9273
8945
|
# @param SandboxQps: 实例沙箱qps值
|
9274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9275
8946
|
# @type SandboxQps: Integer
|
9276
8947
|
# @param IsAPISecurityTrial: 是否api 安全试用
|
9277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9278
8948
|
# @type IsAPISecurityTrial: Integer
|
9279
8949
|
# @param MajorEventsPkg: 重保包
|
9280
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9281
8950
|
# @type MajorEventsPkg: :class:`Tencentcloud::Waf.v20180125.models.MajorEventsPkg`
|
9282
8951
|
# @param HybridPkg: 混合云子节点包
|
9283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9284
8952
|
# @type HybridPkg: :class:`Tencentcloud::Waf.v20180125.models.HybridPkg`
|
9285
8953
|
# @param ApiPkg: API安全资源包
|
9286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9287
8954
|
# @type ApiPkg: :class:`Tencentcloud::Waf.v20180125.models.ApiPkg`
|
9288
8955
|
# @param MiniPkg: 小程序安全加速包
|
9289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9290
8956
|
# @type MiniPkg: :class:`Tencentcloud::Waf.v20180125.models.MiniPkg`
|
9291
8957
|
# @param MiniQpsStandard: 小程序qps规格
|
9292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9293
8958
|
# @type MiniQpsStandard: Integer
|
9294
8959
|
# @param MiniMaxQPS: 小程序qps峰值
|
9295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9296
8960
|
# @type MiniMaxQPS: Integer
|
9297
8961
|
# @param LastQpsExceedTime: 最近一次超量时间
|
9298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9299
8962
|
# @type LastQpsExceedTime: String
|
9300
8963
|
# @param MiniExtendPkg: 小程序安全接入ID数量扩张包
|
9301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9302
8964
|
# @type MiniExtendPkg: :class:`Tencentcloud::Waf.v20180125.models.MiniExtendPkg`
|
9303
8965
|
# @param BillingItem: 计费项
|
9304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9305
8966
|
# @type BillingItem: String
|
9306
8967
|
# @param FreeDelayFlag: 实例延期释放标识
|
9307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9308
8968
|
# @type FreeDelayFlag: Integer
|
9309
8969
|
|
9310
8970
|
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 +9091,6 @@ module TencentCloud
|
|
9431
9091
|
# 数据封装
|
9432
9092
|
class IpAccessControlData < TencentCloud::Common::AbstractModel
|
9433
9093
|
# @param Res: ip黑白名单
|
9434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9435
9094
|
# @type Res: Array
|
9436
9095
|
# @param TotalCount: 计数
|
9437
9096
|
# @type TotalCount: Integer
|
@@ -9459,7 +9118,6 @@ module TencentCloud
|
|
9459
9118
|
# ip黑白名单
|
9460
9119
|
class IpAccessControlItem < TencentCloud::Common::AbstractModel
|
9461
9120
|
# @param Id: mongo表自增Id
|
9462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9463
9121
|
# @type Id: String
|
9464
9122
|
# @param ActionType: 动作
|
9465
9123
|
# @type ActionType: Integer
|
@@ -9470,30 +9128,22 @@ module TencentCloud
|
|
9470
9128
|
# @param Source: 来源
|
9471
9129
|
# @type Source: String
|
9472
9130
|
# @param TsVersion: 更新时间戳
|
9473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9474
9131
|
# @type TsVersion: Integer
|
9475
9132
|
# @param ValidTs: 有效截止时间戳
|
9476
9133
|
# @type ValidTs: Integer
|
9477
9134
|
# @param ValidStatus: 生效状态
|
9478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9479
9135
|
# @type ValidStatus: Integer
|
9480
9136
|
# @param RuleId: 55000001
|
9481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9482
9137
|
# @type RuleId: Integer
|
9483
9138
|
# @param IpList: IP列表
|
9484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9485
9139
|
# @type IpList: Array
|
9486
9140
|
# @param CreateTime: 规则创建时间
|
9487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9488
9141
|
# @type CreateTime: Integer
|
9489
9142
|
# @param JobType: 定时任务类型
|
9490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9491
9143
|
# @type JobType: String
|
9492
9144
|
# @param CronType: 周期任务类型
|
9493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9494
9145
|
# @type CronType: String
|
9495
9146
|
# @param JobDateTime: 定时任务配置详情
|
9496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9497
9147
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
9498
9148
|
|
9499
9149
|
attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :ValidStatus, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime
|
@@ -9636,7 +9286,6 @@ module TencentCloud
|
|
9636
9286
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9637
9287
|
# @type Cron: Array
|
9638
9288
|
# @param TimeTZone: 时区
|
9639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9640
9289
|
# @type TimeTZone: String
|
9641
9290
|
|
9642
9291
|
attr_accessor :Timed, :Cron, :TimeTZone
|
@@ -9709,13 +9358,10 @@ module TencentCloud
|
|
9709
9358
|
# @param Zone: 负载均衡监听器所在的zone
|
9710
9359
|
# @type Zone: String
|
9711
9360
|
# @param NumericalVpcId: 负载均衡的VPCID,公网为-1,内网按实际填写
|
9712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9713
9361
|
# @type NumericalVpcId: Integer
|
9714
|
-
# @param LoadBalancerType:
|
9715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9362
|
+
# @param LoadBalancerType: 负载均衡的网络类型。OPEN: 公网 INTERNAL :内网
|
9716
9363
|
# @type LoadBalancerType: String
|
9717
9364
|
# @param LoadBalancerDomain: 负载均衡的域名
|
9718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9719
9365
|
# @type LoadBalancerDomain: String
|
9720
9366
|
|
9721
9367
|
attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vip, :Vport, :Region, :Protocol, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
@@ -9754,19 +9400,14 @@ module TencentCloud
|
|
9754
9400
|
# 负载均衡器
|
9755
9401
|
class LoadBalancerPackageNew < TencentCloud::Common::AbstractModel
|
9756
9402
|
# @param ListenerId: 监听id
|
9757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9758
9403
|
# @type ListenerId: String
|
9759
9404
|
# @param ListenerName: 监听名
|
9760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9761
9405
|
# @type ListenerName: String
|
9762
9406
|
# @param LoadBalancerId: 负载均衡id
|
9763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9764
9407
|
# @type LoadBalancerId: String
|
9765
9408
|
# @param LoadBalancerName: 负载均衡名
|
9766
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9767
9409
|
# @type LoadBalancerName: String
|
9768
9410
|
# @param Protocol: 协议
|
9769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9770
9411
|
# @type Protocol: String
|
9771
9412
|
# @param Region: 地区
|
9772
9413
|
# "多伦多": "ca",
|
@@ -9797,25 +9438,18 @@ module TencentCloud
|
|
9797
9438
|
# "上海": "sh",
|
9798
9439
|
# "新加坡": "sg",
|
9799
9440
|
# "清远": "qy"
|
9800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9801
9441
|
# @type Region: String
|
9802
9442
|
# @param Vip: 接入IP
|
9803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9804
9443
|
# @type Vip: String
|
9805
9444
|
# @param Vport: 接入端口
|
9806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9807
9445
|
# @type Vport: Integer
|
9808
9446
|
# @param Zone: 地域
|
9809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9810
9447
|
# @type Zone: String
|
9811
9448
|
# @param NumericalVpcId: VPCID
|
9812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9813
9449
|
# @type NumericalVpcId: Integer
|
9814
9450
|
# @param LoadBalancerType: CLB类型
|
9815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9816
9451
|
# @type LoadBalancerType: String
|
9817
9452
|
# @param LoadBalancerDomain: 负载均衡器的域名
|
9818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9819
9453
|
# @type LoadBalancerDomain: String
|
9820
9454
|
|
9821
9455
|
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
|
@@ -9874,34 +9508,24 @@ module TencentCloud
|
|
9874
9508
|
# 重保防护资源信息
|
9875
9509
|
class MajorEventsPkg < TencentCloud::Common::AbstractModel
|
9876
9510
|
# @param ResourceIds: 资源id
|
9877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9878
9511
|
# @type ResourceIds: String
|
9879
9512
|
# @param Status: 状态
|
9880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9881
9513
|
# @type Status: Integer
|
9882
9514
|
# @param Region: 地域
|
9883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9884
9515
|
# @type Region: Integer
|
9885
9516
|
# @param BeginTime: 开始时间
|
9886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9887
9517
|
# @type BeginTime: String
|
9888
9518
|
# @param EndTime: 结束时间
|
9889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9890
9519
|
# @type EndTime: String
|
9891
9520
|
# @param InquireNum: 申请数量
|
9892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9893
9521
|
# @type InquireNum: Integer
|
9894
9522
|
# @param UsedNum: 使用数量
|
9895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9896
9523
|
# @type UsedNum: Integer
|
9897
9524
|
# @param RenewFlag: 续费标志
|
9898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9899
9525
|
# @type RenewFlag: Integer
|
9900
9526
|
# @param BillingItem: 计费项
|
9901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9902
9527
|
# @type BillingItem: String
|
9903
9528
|
# @param HWState: 护网包状态
|
9904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9905
9529
|
# @type HWState: Integer
|
9906
9530
|
|
9907
9531
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :InquireNum, :UsedNum, :RenewFlag, :BillingItem, :HWState
|
@@ -9936,28 +9560,20 @@ module TencentCloud
|
|
9936
9560
|
# 小程序安全接入ID扩展资源信息
|
9937
9561
|
class MiniExtendPkg < TencentCloud::Common::AbstractModel
|
9938
9562
|
# @param ResourceIds: 资源id
|
9939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9940
9563
|
# @type ResourceIds: String
|
9941
9564
|
# @param Status: 状态
|
9942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9943
9565
|
# @type Status: Integer
|
9944
9566
|
# @param Region: 地域
|
9945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9946
9567
|
# @type Region: Integer
|
9947
9568
|
# @param BeginTime: 开始时间
|
9948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9949
9569
|
# @type BeginTime: String
|
9950
9570
|
# @param EndTime: 结束时间
|
9951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9952
9571
|
# @type EndTime: String
|
9953
9572
|
# @param Count: 购买数量
|
9954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9955
9573
|
# @type Count: Integer
|
9956
9574
|
# @param RenewFlag: 续费标志
|
9957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9958
9575
|
# @type RenewFlag: Integer
|
9959
9576
|
# @param BillingItem: 计费项
|
9960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9961
9577
|
# @type BillingItem: String
|
9962
9578
|
|
9963
9579
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :Count, :RenewFlag, :BillingItem
|
@@ -9985,31 +9601,23 @@ module TencentCloud
|
|
9985
9601
|
end
|
9986
9602
|
end
|
9987
9603
|
|
9988
|
-
#
|
9604
|
+
# 小程序安全资源信息
|
9989
9605
|
class MiniPkg < TencentCloud::Common::AbstractModel
|
9990
9606
|
# @param ResourceIds: 资源id
|
9991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9992
9607
|
# @type ResourceIds: String
|
9993
9608
|
# @param Status: 状态
|
9994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9995
9609
|
# @type Status: Integer
|
9996
9610
|
# @param Region: 地域
|
9997
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9998
9611
|
# @type Region: Integer
|
9999
9612
|
# @param BeginTime: 开始时间
|
10000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10001
9613
|
# @type BeginTime: String
|
10002
9614
|
# @param EndTime: 结束时间
|
10003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10004
9615
|
# @type EndTime: String
|
10005
9616
|
# @param Count: 购买数量
|
10006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10007
9617
|
# @type Count: Integer
|
10008
9618
|
# @param RenewFlag: 续费标志
|
10009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10010
9619
|
# @type RenewFlag: Integer
|
10011
9620
|
# @param BillingItem: 计费项
|
10012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10013
9621
|
# @type BillingItem: String
|
10014
9622
|
|
10015
9623
|
attr_accessor :ResourceIds, :Status, :Region, :BeginTime, :EndTime, :Count, :RenewFlag, :BillingItem
|
@@ -10258,13 +9866,10 @@ module TencentCloud
|
|
10258
9866
|
# ModifyApiAnalyzeStatus返回参数结构体
|
10259
9867
|
class ModifyApiAnalyzeStatusResponse < TencentCloud::Common::AbstractModel
|
10260
9868
|
# @param Count: 已经开启的数量,如果返回值为3(大于支持的域名开启数量),则表示开启失败
|
10261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10262
9869
|
# @type Count: Integer
|
10263
9870
|
# @param UnSupportedList: 不支持开启的域名列表
|
10264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10265
9871
|
# @type UnSupportedList: Array
|
10266
9872
|
# @param FailDomainList: 开启/关闭失败的域名列表
|
10267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10268
9873
|
# @type FailDomainList: Array
|
10269
9874
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10270
9875
|
# @type RequestId: String
|
@@ -10355,7 +9960,7 @@ module TencentCloud
|
|
10355
9960
|
# @type Domain: String
|
10356
9961
|
# @param Areas: 需要调整的地域信息,一个字符串数组
|
10357
9962
|
# @type Areas: Array
|
10358
|
-
# @param JobType:
|
9963
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10359
9964
|
# @type JobType: String
|
10360
9965
|
# @param JobDateTime: 定时任务配置
|
10361
9966
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10590,7 +10195,7 @@ module TencentCloud
|
|
10590
10195
|
# @type RuleId: Integer
|
10591
10196
|
# @param RuleName: 编辑的规则名称
|
10592
10197
|
# @type RuleName: String
|
10593
|
-
# @param RuleAction:
|
10198
|
+
# @param RuleAction: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
10594
10199
|
# @type RuleAction: String
|
10595
10200
|
# @param Strategies: 匹配条件数组
|
10596
10201
|
# @type Strategies: Array
|
@@ -10607,7 +10212,7 @@ module TencentCloud
|
|
10607
10212
|
# @param ExpireTime: 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
|
10608
10213
|
# 默认是0
|
10609
10214
|
# @type ExpireTime: Integer
|
10610
|
-
# @param JobType:
|
10215
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10611
10216
|
# @type JobType: String
|
10612
10217
|
# @param JobDateTime: 定时任务配置
|
10613
10218
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10768,7 +10373,7 @@ module TencentCloud
|
|
10768
10373
|
# @type ExpireTime: Integer
|
10769
10374
|
# @param Strategies: 匹配条件数组
|
10770
10375
|
# @type Strategies: Array
|
10771
|
-
# @param JobType:
|
10376
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
10772
10377
|
# @type JobType: String
|
10773
10378
|
# @param JobDateTime: 定时任务配置
|
10774
10379
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
@@ -10930,7 +10535,7 @@ module TencentCloud
|
|
10930
10535
|
|
10931
10536
|
# ModifyDomainPostAction请求参数结构体
|
10932
10537
|
class ModifyDomainPostActionRequest < TencentCloud::Common::AbstractModel
|
10933
|
-
# @param Domain:
|
10538
|
+
# @param Domain: 域名
|
10934
10539
|
# @type Domain: String
|
10935
10540
|
# @param PostCLSAction: 0-关闭投递,1-开启投递
|
10936
10541
|
# @type PostCLSAction: Integer
|
@@ -11089,12 +10694,10 @@ module TencentCloud
|
|
11089
10694
|
# ModifyGenerateDeals返回参数结构体
|
11090
10695
|
class ModifyGenerateDealsResponse < TencentCloud::Common::AbstractModel
|
11091
10696
|
# @param Data: 计费下单响应结构体
|
11092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11093
10697
|
# @type Data: :class:`Tencentcloud::Waf.v20180125.models.DealData`
|
11094
10698
|
# @param Status: 1:成功,0:失败
|
11095
10699
|
# @type Status: Integer
|
11096
10700
|
# @param ReturnMessage: 返回message
|
11097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11098
10701
|
# @type ReturnMessage: String
|
11099
10702
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11100
10703
|
# @type RequestId: String
|
@@ -11213,7 +10816,6 @@ module TencentCloud
|
|
11213
10816
|
# ModifyHostMode返回参数结构体
|
11214
10817
|
class ModifyHostModeResponse < TencentCloud::Common::AbstractModel
|
11215
10818
|
# @param Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
11216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11217
10819
|
# @type Success: :class:`Tencentcloud::Waf.v20180125.models.ResponseCode`
|
11218
10820
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11219
10821
|
# @type RequestId: String
|
@@ -11365,7 +10967,7 @@ module TencentCloud
|
|
11365
10967
|
# @type InstanceName: String
|
11366
10968
|
# @param InstanceID: 实例id
|
11367
10969
|
# @type InstanceID: String
|
11368
|
-
# @param Edition:
|
10970
|
+
# @param Edition: 实例版本,支持clb-waf、sparta-waf
|
11369
10971
|
# @type Edition: String
|
11370
10972
|
|
11371
10973
|
attr_accessor :InstanceName, :InstanceID, :Edition
|
@@ -11484,10 +11086,10 @@ module TencentCloud
|
|
11484
11086
|
# @type IpList: Array
|
11485
11087
|
# @param ActionType: 42为黑名单,40为白名单
|
11486
11088
|
# @type ActionType: Integer
|
11487
|
-
# @param ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
11488
|
-
# @type ValidTS: Integer
|
11489
11089
|
# @param RuleId: 规则ID
|
11490
11090
|
# @type RuleId: Integer
|
11091
|
+
# @param ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
11092
|
+
# @type ValidTS: Integer
|
11491
11093
|
# @param InstanceId: 实例Id
|
11492
11094
|
# @type InstanceId: String
|
11493
11095
|
# @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
@@ -11496,19 +11098,22 @@ module TencentCloud
|
|
11496
11098
|
# @type SourceType: String
|
11497
11099
|
# @param Note: 备注
|
11498
11100
|
# @type Note: String
|
11499
|
-
# @param JobType:
|
11101
|
+
# @param JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
11500
11102
|
# @type JobType: String
|
11501
11103
|
# @param JobDateTime: 定时配置详情
|
11502
11104
|
# @type JobDateTime: :class:`Tencentcloud::Waf.v20180125.models.JobDateTime`
|
11503
11105
|
|
11504
|
-
attr_accessor :Domain, :IpList, :ActionType, :
|
11106
|
+
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
11107
|
+
extend Gem::Deprecate
|
11108
|
+
deprecate :ValidTS, :none, 2024, 11
|
11109
|
+
deprecate :ValidTS=, :none, 2024, 11
|
11505
11110
|
|
11506
|
-
def initialize(domain=nil, iplist=nil, actiontype=nil,
|
11111
|
+
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
11112
|
@Domain = domain
|
11508
11113
|
@IpList = iplist
|
11509
11114
|
@ActionType = actiontype
|
11510
|
-
@ValidTS = validts
|
11511
11115
|
@RuleId = ruleid
|
11116
|
+
@ValidTS = validts
|
11512
11117
|
@InstanceId = instanceid
|
11513
11118
|
@Edition = edition
|
11514
11119
|
@SourceType = sourcetype
|
@@ -11521,8 +11126,8 @@ module TencentCloud
|
|
11521
11126
|
@Domain = params['Domain']
|
11522
11127
|
@IpList = params['IpList']
|
11523
11128
|
@ActionType = params['ActionType']
|
11524
|
-
@ValidTS = params['ValidTS']
|
11525
11129
|
@RuleId = params['RuleId']
|
11130
|
+
@ValidTS = params['ValidTS']
|
11526
11131
|
@InstanceId = params['InstanceId']
|
11527
11132
|
@Edition = params['Edition']
|
11528
11133
|
@SourceType = params['SourceType']
|
@@ -11715,14 +11320,17 @@ module TencentCloud
|
|
11715
11320
|
# @type Edition: String
|
11716
11321
|
# @param Type: 0是修改规则引擎状态,1是修改AI的状态
|
11717
11322
|
# @type Type: Integer
|
11323
|
+
# @param InstanceID: 实例id
|
11324
|
+
# @type InstanceID: String
|
11718
11325
|
|
11719
|
-
attr_accessor :Domain, :Mode, :Edition, :Type
|
11326
|
+
attr_accessor :Domain, :Mode, :Edition, :Type, :InstanceID
|
11720
11327
|
|
11721
|
-
def initialize(domain=nil, mode=nil, edition=nil, type=nil)
|
11328
|
+
def initialize(domain=nil, mode=nil, edition=nil, type=nil, instanceid=nil)
|
11722
11329
|
@Domain = domain
|
11723
11330
|
@Mode = mode
|
11724
11331
|
@Edition = edition
|
11725
11332
|
@Type = type
|
11333
|
+
@InstanceID = instanceid
|
11726
11334
|
end
|
11727
11335
|
|
11728
11336
|
def deserialize(params)
|
@@ -11730,6 +11338,7 @@ module TencentCloud
|
|
11730
11338
|
@Mode = params['Mode']
|
11731
11339
|
@Edition = params['Edition']
|
11732
11340
|
@Type = params['Type']
|
11341
|
+
@InstanceID = params['InstanceID']
|
11733
11342
|
end
|
11734
11343
|
end
|
11735
11344
|
|
@@ -12280,49 +11889,34 @@ module TencentCloud
|
|
12280
11889
|
# @param BotAccess: Bot qps
|
12281
11890
|
# @type BotAccess: Integer
|
12282
11891
|
# @param StatusServerError: WAF返回给客户端状态码5xx次数
|
12283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12284
11892
|
# @type StatusServerError: Integer
|
12285
11893
|
# @param StatusClientError: WAF返回给客户端状态码4xx次数
|
12286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12287
11894
|
# @type StatusClientError: Integer
|
12288
11895
|
# @param StatusRedirect: WAF返回给客户端状态码302次数
|
12289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12290
11896
|
# @type StatusRedirect: Integer
|
12291
11897
|
# @param StatusOk: WAF返回给客户端状态码202次数
|
12292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12293
11898
|
# @type StatusOk: Integer
|
12294
11899
|
# @param UpstreamServerError: 源站返回给WAF状态码5xx次数
|
12295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12296
11900
|
# @type UpstreamServerError: Integer
|
12297
11901
|
# @param UpstreamClientError: 源站返回给WAF状态码4xx次数
|
12298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12299
11902
|
# @type UpstreamClientError: Integer
|
12300
11903
|
# @param UpstreamRedirect: 源站返回给WAF状态码302次数
|
12301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12302
11904
|
# @type UpstreamRedirect: Integer
|
12303
11905
|
# @param BlackIP: 黑名单次数
|
12304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12305
11906
|
# @type BlackIP: Integer
|
12306
11907
|
# @param Tamper: 防篡改次数
|
12307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12308
11908
|
# @type Tamper: Integer
|
12309
11909
|
# @param Leak: 信息防泄露次数
|
12310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12311
11910
|
# @type Leak: Integer
|
12312
11911
|
# @param ACL: 访问控制
|
12313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12314
11912
|
# @type ACL: Integer
|
12315
11913
|
# @param WxAccess: 小程序 qps
|
12316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12317
11914
|
# @type WxAccess: Integer
|
12318
11915
|
# @param WxCount: 小程序请求数
|
12319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12320
11916
|
# @type WxCount: Integer
|
12321
11917
|
# @param WxUp: 小程序上行带宽峰值,单位B
|
12322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12323
11918
|
# @type WxUp: Integer
|
12324
11919
|
# @param WxDown: 小程序下行带宽峰值,单位B
|
12325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12326
11920
|
# @type WxDown: Integer
|
12327
11921
|
|
12328
11922
|
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 +12034,7 @@ module TencentCloud
|
|
12440
12034
|
# @type UpstreamPort: String
|
12441
12035
|
# @param UpstreamProtocol: 与Port一一对应, 表示回源协议
|
12442
12036
|
# @type UpstreamProtocol: String
|
12443
|
-
# @param NginxServerId: Nginx的服务器ID
|
12037
|
+
# @param NginxServerId: Nginx的服务器ID,新增域名时填"0"
|
12444
12038
|
# @type NginxServerId: String
|
12445
12039
|
|
12446
12040
|
attr_accessor :Port, :Protocol, :UpstreamPort, :UpstreamProtocol, :NginxServerId
|
@@ -12525,10 +12119,8 @@ module TencentCloud
|
|
12525
12119
|
# waf产品
|
12526
12120
|
class ProductInfo < TencentCloud::Common::AbstractModel
|
12527
12121
|
# @param Name: 产品名称
|
12528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12529
12122
|
# @type Name: String
|
12530
12123
|
# @param Value: 版本
|
12531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12532
12124
|
# @type Value: String
|
12533
12125
|
|
12534
12126
|
attr_accessor :Name, :Value
|
@@ -12547,22 +12139,16 @@ module TencentCloud
|
|
12547
12139
|
# clb-waf QPS套餐 New
|
12548
12140
|
class QPSPackageNew < TencentCloud::Common::AbstractModel
|
12549
12141
|
# @param ResourceIds: 资源ID
|
12550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12551
12142
|
# @type ResourceIds: String
|
12552
12143
|
# @param ValidTime: 过期时间
|
12553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12554
12144
|
# @type ValidTime: String
|
12555
12145
|
# @param RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
12556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12557
12146
|
# @type RenewFlag: Integer
|
12558
12147
|
# @param Count: 套餐购买个数
|
12559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12560
12148
|
# @type Count: Integer
|
12561
12149
|
# @param Region: 套餐购买地域,clb-waf暂时没有用到
|
12562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12563
12150
|
# @type Region: String
|
12564
12151
|
# @param BillingItem: 计费项
|
12565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12566
12152
|
# @type BillingItem: String
|
12567
12153
|
|
12568
12154
|
attr_accessor :ResourceIds, :ValidTime, :RenewFlag, :Count, :Region, :BillingItem
|
@@ -12589,19 +12175,14 @@ module TencentCloud
|
|
12589
12175
|
# 获取弹性qps的默认相关值
|
12590
12176
|
class QpsData < TencentCloud::Common::AbstractModel
|
12591
12177
|
# @param ElasticBillingDefault: 弹性qps默认值
|
12592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12593
12178
|
# @type ElasticBillingDefault: Integer
|
12594
12179
|
# @param ElasticBillingMin: 弹性qps最小值
|
12595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12596
12180
|
# @type ElasticBillingMin: Integer
|
12597
12181
|
# @param ElasticBillingMax: 弹性qps最大值
|
12598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12599
12182
|
# @type ElasticBillingMax: Integer
|
12600
12183
|
# @param QPSExtendMax: 业务扩展包最大qps
|
12601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12602
12184
|
# @type QPSExtendMax: Integer
|
12603
|
-
# @param QPSExtendIntlMax:
|
12604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12185
|
+
# @param QPSExtendIntlMax: 境外业务扩展包最大qps
|
12605
12186
|
# @type QPSExtendIntlMax: Integer
|
12606
12187
|
|
12607
12188
|
attr_accessor :ElasticBillingDefault, :ElasticBillingMin, :ElasticBillingMax, :QPSExtendMax, :QPSExtendIntlMax
|
@@ -12770,7 +12351,6 @@ module TencentCloud
|
|
12770
12351
|
# @param Status: 开关状态
|
12771
12352
|
# @type Status: Integer
|
12772
12353
|
# @param CreateTime: 创建时间
|
12773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12774
12354
|
# @type CreateTime: String
|
12775
12355
|
|
12776
12356
|
attr_accessor :Id, :Rules, :Url, :Function, :Time, :Status, :CreateTime
|
@@ -12854,7 +12434,6 @@ module TencentCloud
|
|
12854
12434
|
# @type ColNames: Array
|
12855
12435
|
# @param Results: 日志查询结果;当Analysis为True时,可能返回为null
|
12856
12436
|
# 注意:此字段可能返回 null,表示取不到有效值
|
12857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12858
12437
|
# @type Results: Array
|
12859
12438
|
# @param AnalysisResults: 日志分析结果;当Analysis为False时,可能返回为null
|
12860
12439
|
# 注意:此字段可能返回 null,表示取不到有效值
|
@@ -12864,6 +12443,11 @@ module TencentCloud
|
|
12864
12443
|
# @type RequestId: String
|
12865
12444
|
|
12866
12445
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
12446
|
+
extend Gem::Deprecate
|
12447
|
+
deprecate :ColNames, :none, 2024, 11
|
12448
|
+
deprecate :ColNames=, :none, 2024, 11
|
12449
|
+
deprecate :AnalysisResults, :none, 2024, 11
|
12450
|
+
deprecate :AnalysisResults=, :none, 2024, 11
|
12867
12451
|
|
12868
12452
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
12869
12453
|
@Context = context
|
@@ -13051,16 +12635,12 @@ module TencentCloud
|
|
13051
12635
|
# @param TsVersion: 更新时间戳
|
13052
12636
|
# @type TsVersion: String
|
13053
12637
|
# @param SessionId: SessionID
|
13054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13055
12638
|
# @type SessionId: Integer
|
13056
12639
|
# @param SessionName: Session名
|
13057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13058
12640
|
# @type SessionName: String
|
13059
12641
|
# @param SessionInUsed: Session是否正在被启用
|
13060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13061
12642
|
# @type SessionInUsed: Boolean
|
13062
12643
|
# @param RelatedRuleID: Session关联的CC规则ID
|
13063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13064
12644
|
# @type RelatedRuleID: Array
|
13065
12645
|
|
13066
12646
|
attr_accessor :Category, :KeyOrStartMat, :EndMat, :StartOffset, :EndOffset, :Source, :TsVersion, :SessionId, :SessionName, :SessionInUsed, :RelatedRuleID
|
@@ -13096,7 +12676,7 @@ module TencentCloud
|
|
13096
12676
|
|
13097
12677
|
# waf斯巴达-编辑防护域名中的端口结构
|
13098
12678
|
class SpartaProtectionPort < TencentCloud::Common::AbstractModel
|
13099
|
-
# @param NginxServerId:
|
12679
|
+
# @param NginxServerId: 分配的服务器id
|
13100
12680
|
# @type NginxServerId: Integer
|
13101
12681
|
# @param Port: 端口
|
13102
12682
|
# @type Port: String
|
@@ -13133,7 +12713,6 @@ module TencentCloud
|
|
13133
12713
|
# 匹配字段不同,相应的匹配参数、逻辑符号、匹配内容有所不同
|
13134
12714
|
# 具体如下所示:
|
13135
12715
|
# <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
12716
|
# @type Field: String
|
13138
12717
|
# @param CompareFunc: 逻辑符号
|
13139
12718
|
|
@@ -13152,15 +12731,11 @@ module TencentCloud
|
|
13152
12731
|
# ipmatch ( 属于)
|
13153
12732
|
# ipnmatch ( 不属于)
|
13154
12733
|
# 各匹配字段对应的逻辑符号不同,详见上述匹配字段表格
|
13155
|
-
|
13156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13157
12734
|
# @type CompareFunc: String
|
13158
12735
|
# @param Content: 匹配内容
|
13159
12736
|
|
13160
12737
|
# 目前 当匹配字段为COOKIE(Cookie)时,不需要输入 匹配内容
|
13161
12738
|
# 其他都需要
|
13162
|
-
|
13163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13164
12739
|
# @type Content: String
|
13165
12740
|
# @param Arg: 匹配参数
|
13166
12741
|
|
@@ -13173,12 +12748,9 @@ module TencentCloud
|
|
13173
12748
|
# ARGS_COOKIE(Cookie参数值)
|
13174
12749
|
|
13175
12750
|
# ARGS_HEADER(Header参数值)
|
13176
|
-
|
13177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13178
12751
|
# @type Arg: String
|
13179
12752
|
# @param CaseNotSensitive: 0:大小写敏感
|
13180
12753
|
# 1:大小写不敏感
|
13181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13182
12754
|
# @type CaseNotSensitive: Integer
|
13183
12755
|
|
13184
12756
|
attr_accessor :Field, :CompareFunc, :Content, :Arg, :CaseNotSensitive
|
@@ -13317,13 +12889,10 @@ module TencentCloud
|
|
13317
12889
|
# TLS 加密套件
|
13318
12890
|
class TLSCiphers < TencentCloud::Common::AbstractModel
|
13319
12891
|
# @param VersionId: TLS版本ID
|
13320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13321
12892
|
# @type VersionId: Integer
|
13322
12893
|
# @param CipherId: 加密套件ID
|
13323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13324
12894
|
# @type CipherId: Integer
|
13325
12895
|
# @param CipherName: 加密套件
|
13326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13327
12896
|
# @type CipherName: String
|
13328
12897
|
|
13329
12898
|
attr_accessor :VersionId, :CipherId, :CipherName
|
@@ -13344,10 +12913,8 @@ module TencentCloud
|
|
13344
12913
|
# TLS信息
|
13345
12914
|
class TLSVersion < TencentCloud::Common::AbstractModel
|
13346
12915
|
# @param VersionId: TLSVERSION的ID
|
13347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13348
12916
|
# @type VersionId: Integer
|
13349
12917
|
# @param VersionName: TLSVERSION的NAME
|
13350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13351
12918
|
# @type VersionName: String
|
13352
12919
|
|
13353
12920
|
attr_accessor :VersionId, :VersionName
|
@@ -13386,10 +12953,8 @@ module TencentCloud
|
|
13386
12953
|
# Tiga引擎中Mainclass的TypeID和防护模式
|
13387
12954
|
class TigaMainClassMode < TencentCloud::Common::AbstractModel
|
13388
12955
|
# @param TypeID: MainclassID
|
13389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13390
12956
|
# @type TypeID: String
|
13391
12957
|
# @param Mode: 防护模式,0表示观察,1表示拦截
|
13392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13393
12958
|
# @type Mode: Integer
|
13394
12959
|
|
13395
12960
|
attr_accessor :TypeID, :Mode
|
@@ -13408,10 +12973,8 @@ module TencentCloud
|
|
13408
12973
|
# 规则定时任务数据结构
|
13409
12974
|
class TimedJob < TencentCloud::Common::AbstractModel
|
13410
12975
|
# @param StartDateTime: 开始时间戳,单位为秒
|
13411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13412
12976
|
# @type StartDateTime: Integer
|
13413
12977
|
# @param EndDateTime: 结束时间戳,单位为秒
|
13414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13415
12978
|
# @type EndDateTime: Integer
|
13416
12979
|
|
13417
12980
|
attr_accessor :StartDateTime, :EndDateTime
|
@@ -13454,7 +13017,6 @@ module TencentCloud
|
|
13454
13017
|
# UpsertCCAutoStatus返回参数结构体
|
13455
13018
|
class UpsertCCAutoStatusResponse < TencentCloud::Common::AbstractModel
|
13456
13019
|
# @param Data: 正常情况为null
|
13457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13458
13020
|
# @type Data: String
|
13459
13021
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13460
13022
|
# @type RequestId: String
|
@@ -13490,7 +13052,7 @@ module TencentCloud
|
|
13490
13052
|
# @type Url: String
|
13491
13053
|
# @param MatchFunc: 匹配方法,0表示等于,1表示前缀匹配,2表示包含
|
13492
13054
|
# @type MatchFunc: Integer
|
13493
|
-
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23
|
13055
|
+
# @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,26表示精准人机识别,27表示JS校验
|
13494
13056
|
# @type ActionType: String
|
13495
13057
|
# @param Priority: 优先级
|
13496
13058
|
# @type Priority: Integer
|
@@ -13621,13 +13183,10 @@ module TencentCloud
|
|
13621
13183
|
# UpsertIpAccessControl返回参数结构体
|
13622
13184
|
class UpsertIpAccessControlResponse < TencentCloud::Common::AbstractModel
|
13623
13185
|
# @param FailedItems: 添加或修改失败的条目
|
13624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13625
13186
|
# @type FailedItems: String
|
13626
13187
|
# @param FailedCount: 添加或修改失败的数目
|
13627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13628
13188
|
# @type FailedCount: Integer
|
13629
13189
|
# @param Ids: 添加或修改的IP数据Id列表
|
13630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13631
13190
|
# @type Ids: Array
|
13632
13191
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13633
13192
|
# @type RequestId: String
|
@@ -13707,7 +13266,6 @@ module TencentCloud
|
|
13707
13266
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13708
13267
|
# @type Data: String
|
13709
13268
|
# @param SessionID: SessionID
|
13710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13711
13269
|
# @type SessionID: Integer
|
13712
13270
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13713
13271
|
# @type RequestId: String
|
@@ -13742,25 +13300,18 @@ module TencentCloud
|
|
13742
13300
|
# @param Edition: waf类型
|
13743
13301
|
# @type Edition: String
|
13744
13302
|
# @param Level: 版本
|
13745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13746
13303
|
# @type Level: String
|
13747
13304
|
# @param WriteConfig: 指定域名访问日志字段的开关
|
13748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13749
13305
|
# @type WriteConfig: String
|
13750
13306
|
# @param Cls: 指定域名是否写cls的开关 1:写 0:不写
|
13751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13752
13307
|
# @type Cls: Integer
|
13753
13308
|
# @param CloudType: 标记是否是混合云接入。hybrid表示混合云接入域名
|
13754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13755
13309
|
# @type CloudType: String
|
13756
13310
|
# @param AlbType: 标记clbwaf类型
|
13757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13758
13311
|
# @type AlbType: String
|
13759
13312
|
# @param BotStatus: BOT开关状态
|
13760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13761
13313
|
# @type BotStatus: Integer
|
13762
13314
|
# @param ApiStatus: API开关状态
|
13763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13764
13315
|
# @type ApiStatus: Integer
|
13765
13316
|
|
13766
13317
|
attr_accessor :Appid, :Domain, :DomainId, :InstanceId, :InstanceName, :Edition, :Level, :WriteConfig, :Cls, :CloudType, :AlbType, :BotStatus, :ApiStatus
|
@@ -13823,7 +13374,6 @@ module TencentCloud
|
|
13823
13374
|
# @param Reason: 0/1
|
13824
13375
|
# @type Reason: Integer
|
13825
13376
|
# @param RiskLevel: 1: 高危 2:中危 3:低危
|
13826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13827
13377
|
# @type RiskLevel: Integer
|
13828
13378
|
|
13829
13379
|
attr_accessor :ID, :Status, :MainClassID, :SubClassID, :CveID, :CreateTime, :ModifyTime, :MainClassName, :SubClassName, :Description, :Reason, :RiskLevel
|
@@ -13870,7 +13420,6 @@ module TencentCloud
|
|
13870
13420
|
# @param MatchField: 匹配域
|
13871
13421
|
# @type MatchField: String
|
13872
13422
|
# @param MatchParams: 匹配参数
|
13873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13874
13423
|
# @type MatchParams: String
|
13875
13424
|
# @param MatchMethod: 匹配方法
|
13876
13425
|
# @type MatchMethod: String
|
@@ -13881,25 +13430,18 @@ module TencentCloud
|
|
13881
13430
|
# @param ModifyTime: 修改时间
|
13882
13431
|
# @type ModifyTime: String
|
13883
13432
|
# @param SignatureIds: 规则ID列表
|
13884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13885
13433
|
# @type SignatureIds: Array
|
13886
13434
|
# @param TypeIds: 大类规则ID列表
|
13887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13888
13435
|
# @type TypeIds: Array
|
13889
13436
|
# @param TypeId: 大类规则ID
|
13890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13891
13437
|
# @type TypeId: String
|
13892
13438
|
# @param Mode: 0:按照特定规则ID加白, 1:按照规则类型加白
|
13893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13894
13439
|
# @type Mode: Integer
|
13895
13440
|
# @param Name: 规则名
|
13896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13897
13441
|
# @type Name: String
|
13898
13442
|
# @param MatchInfo: 匹配规则列表
|
13899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13900
13443
|
# @type MatchInfo: Array
|
13901
13444
|
# @param MatchInfoStr: MatchInfo字符串
|
13902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13903
13445
|
# @type MatchInfoStr: String
|
13904
13446
|
|
13905
13447
|
attr_accessor :WhiteRuleId, :SignatureId, :Status, :MatchField, :MatchParams, :MatchMethod, :MatchContent, :CreateTime, :ModifyTime, :SignatureIds, :TypeIds, :TypeId, :Mode, :Name, :MatchInfo, :MatchInfoStr
|
@@ -13959,7 +13501,6 @@ module TencentCloud
|
|
13959
13501
|
# @param MatchContent: 匹配内容
|
13960
13502
|
# @type MatchContent: String
|
13961
13503
|
# @param MatchParams: 匹配参数名
|
13962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13963
13504
|
# @type MatchParams: String
|
13964
13505
|
|
13965
13506
|
attr_accessor :MatchField, :MatchMethod, :MatchContent, :MatchParams
|
@@ -13981,23 +13522,45 @@ module TencentCloud
|
|
13981
13522
|
|
13982
13523
|
# Vip信息
|
13983
13524
|
class VipInfo < TencentCloud::Common::AbstractModel
|
13984
|
-
# @param Vip:
|
13985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13525
|
+
# @param Vip: VIP地址
|
13986
13526
|
# @type Vip: String
|
13987
13527
|
# @param InstanceId: waf实例id
|
13988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13989
13528
|
# @type InstanceId: String
|
13529
|
+
# @param InstanceCreateTime: 创建时间
|
13530
|
+
# @type InstanceCreateTime: String
|
13531
|
+
# @param Region: 地域
|
13532
|
+
# @type Region: String
|
13533
|
+
# @param RegionId: 地域ID
|
13534
|
+
# @type RegionId: Integer
|
13535
|
+
# @param ISP: ip运营商类型
|
13536
|
+
# @type ISP: String
|
13537
|
+
# @param VipType: ip类型
|
13538
|
+
# @type VipType: String
|
13539
|
+
# @param AddressName: 域名信息
|
13540
|
+
# @type AddressName: String
|
13990
13541
|
|
13991
|
-
attr_accessor :Vip, :InstanceId
|
13542
|
+
attr_accessor :Vip, :InstanceId, :InstanceCreateTime, :Region, :RegionId, :ISP, :VipType, :AddressName
|
13992
13543
|
|
13993
|
-
def initialize(vip=nil, instanceid=nil)
|
13544
|
+
def initialize(vip=nil, instanceid=nil, instancecreatetime=nil, region=nil, regionid=nil, isp=nil, viptype=nil, addressname=nil)
|
13994
13545
|
@Vip = vip
|
13995
13546
|
@InstanceId = instanceid
|
13547
|
+
@InstanceCreateTime = instancecreatetime
|
13548
|
+
@Region = region
|
13549
|
+
@RegionId = regionid
|
13550
|
+
@ISP = isp
|
13551
|
+
@VipType = viptype
|
13552
|
+
@AddressName = addressname
|
13996
13553
|
end
|
13997
13554
|
|
13998
13555
|
def deserialize(params)
|
13999
13556
|
@Vip = params['Vip']
|
14000
13557
|
@InstanceId = params['InstanceId']
|
13558
|
+
@InstanceCreateTime = params['InstanceCreateTime']
|
13559
|
+
@Region = params['Region']
|
13560
|
+
@RegionId = params['RegionId']
|
13561
|
+
@ISP = params['ISP']
|
13562
|
+
@VipType = params['VipType']
|
13563
|
+
@AddressName = params['AddressName']
|
14001
13564
|
end
|
14002
13565
|
end
|
14003
13566
|
|