tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1260__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cfs/v20190719/models.py +2 -1
- tencentcloud/cfw/v20190904/cfw_client.py +1 -3
- tencentcloud/cfw/v20190904/models.py +477 -877
- tencentcloud/clb/v20180317/models.py +1 -3
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +7 -709
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +43 -70
- tencentcloud/dlc/v20210125/models.py +3 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +49 -0
- tencentcloud/dnspod/v20210323/models.py +356 -0
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -8
- tencentcloud/ess/v20201111/models.py +15 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +17 -14
- tencentcloud/essbasic/v20210526/models.py +9 -2
- tencentcloud/hunyuan/v20230901/models.py +13 -1
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +0 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +99 -84
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +18 -18
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/tcss/v20201101/models.py +0 -13
- tencentcloud/tdmq/v20200217/models.py +1 -1
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +3 -5
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/waf/v20180125/models.py +453 -1049
- tencentcloud/waf/v20180125/waf_client.py +23 -75
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/RECORD +52 -52
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/top_level.txt +0 -0
@@ -28,73 +28,52 @@ class AcListsData(AbstractModel):
|
|
28
28
|
:param _Id: 规则id
|
29
29
|
:type Id: int
|
30
30
|
:param _SourceIp: 访问源
|
31
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32
31
|
:type SourceIp: str
|
33
32
|
:param _TargetIp: 访问目的
|
34
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35
33
|
:type TargetIp: str
|
36
34
|
:param _Protocol: 协议
|
37
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38
35
|
:type Protocol: str
|
39
36
|
:param _Port: 端口
|
40
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41
37
|
:type Port: str
|
42
38
|
:param _Strategy: 策略
|
43
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
44
39
|
:type Strategy: int
|
45
40
|
:param _Detail: 描述
|
46
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47
41
|
:type Detail: str
|
48
42
|
:param _Count: 命中次数
|
49
43
|
:type Count: int
|
50
44
|
:param _OrderIndex: 执行顺序
|
51
45
|
:type OrderIndex: int
|
52
46
|
:param _LogId: 告警规则id
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
47
|
:type LogId: str
|
55
48
|
:param _Status: 规则开关状态 1打开 0关闭
|
56
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
57
49
|
:type Status: int
|
58
50
|
:param _SrcType: 规则源类型
|
59
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
60
51
|
:type SrcType: int
|
61
52
|
:param _DstType: 规则目的类型
|
62
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63
53
|
:type DstType: int
|
64
54
|
:param _Uuid: 规则唯一ID
|
65
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66
55
|
:type Uuid: str
|
67
56
|
:param _Invalid: 规则有效性
|
68
57
|
1 有效
|
69
58
|
0 无效
|
70
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
71
59
|
:type Invalid: int
|
72
60
|
:param _IsRegion: 是否地域规则
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
74
61
|
:type IsRegion: int
|
75
62
|
:param _CloudCode: 云厂商代码
|
76
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
77
63
|
:type CloudCode: str
|
78
64
|
:param _AutoTask: 自动化助手信息
|
79
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
80
65
|
:type AutoTask: str
|
81
66
|
:param _InstanceName: 实例名称
|
82
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
83
67
|
:type InstanceName: str
|
84
68
|
:param _RegionCode: 地域码信息
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
69
|
:type RegionCode: str
|
87
70
|
:param _Country: 国家代码
|
88
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89
71
|
:type Country: int
|
90
72
|
:param _City: 城市代码
|
91
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
92
73
|
:type City: int
|
93
74
|
:param _RegName1: 国家名称
|
94
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
95
75
|
:type RegName1: str
|
96
76
|
:param _RegName2: 城市名称
|
97
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
98
77
|
:type RegName2: str
|
99
78
|
"""
|
100
79
|
self._Id = None
|
@@ -730,7 +709,7 @@ class AddEnterpriseSecurityGroupRulesRequest(AbstractModel):
|
|
730
709
|
:type IsDelay: int
|
731
710
|
:param _From: 来源 默认空 覆盖导入是 batch_import_cover
|
732
711
|
:type From: str
|
733
|
-
:param _IsUseId:
|
712
|
+
:param _IsUseId: 是否复用rule id,1为是,默认不需要
|
734
713
|
:type IsUseId: int
|
735
714
|
"""
|
736
715
|
self._Data = None
|
@@ -820,8 +799,7 @@ class AddEnterpriseSecurityGroupRulesResponse(AbstractModel):
|
|
820
799
|
r"""
|
821
800
|
:param _Status: 状态值,0:添加成功,非0:添加失败
|
822
801
|
:type Status: int
|
823
|
-
:param _Rules:
|
824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
802
|
+
:param _Rules: 添加成功的规则详情
|
825
803
|
:type Rules: list of SecurityGroupSimplifyRule
|
826
804
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
827
805
|
:type RequestId: str
|
@@ -1093,34 +1071,24 @@ class AssociatedInstanceInfo(AbstractModel):
|
|
1093
1071
|
def __init__(self):
|
1094
1072
|
r"""
|
1095
1073
|
:param _InstanceId: 实例ID
|
1096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1097
1074
|
:type InstanceId: str
|
1098
1075
|
:param _InstanceName: 实例名称
|
1099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1100
1076
|
:type InstanceName: str
|
1101
1077
|
:param _Type: 实例类型,3是cvm实例,4是clb实例,5是eni实例,6是云数据库
|
1102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1103
1078
|
:type Type: int
|
1104
1079
|
:param _VpcId: 私有网络ID
|
1105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1106
1080
|
:type VpcId: str
|
1107
1081
|
:param _VpcName: 私有网络名称
|
1108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1109
1082
|
:type VpcName: str
|
1110
1083
|
:param _PublicIp: 公网IP
|
1111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1112
1084
|
:type PublicIp: str
|
1113
1085
|
:param _Ip: 内网IP
|
1114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1115
1086
|
:type Ip: str
|
1116
1087
|
:param _SecurityGroupCount: 关联安全组数量
|
1117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1118
1088
|
:type SecurityGroupCount: int
|
1119
1089
|
:param _SecurityGroupRuleCount: 关联安全组规则数量
|
1120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1121
1090
|
:type SecurityGroupRuleCount: int
|
1122
1091
|
:param _CdbId: 关联数据库代理Id
|
1123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1124
1092
|
:type CdbId: str
|
1125
1093
|
"""
|
1126
1094
|
self._InstanceId = None
|
@@ -1243,39 +1211,41 @@ class BanAndAllowRule(AbstractModel):
|
|
1243
1211
|
|
1244
1212
|
def __init__(self):
|
1245
1213
|
r"""
|
1246
|
-
:param _Ioc: 封禁和放通对象
|
1247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1248
|
-
:type Ioc: str
|
1249
|
-
:param _DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
|
1250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1251
|
-
:type DirectionList: str
|
1252
|
-
:param _EndTime: 规则截止时间
|
1253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1254
|
-
:type EndTime: str
|
1255
1214
|
:param _Comment: 规则评论
|
1256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1257
1215
|
:type Comment: str
|
1258
1216
|
:param _CustomRule: 自定义白名单规则
|
1259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1260
1217
|
:type CustomRule: :class:`tencentcloud.cfw.v20190904.models.CustomWhiteRule`
|
1218
|
+
:param _DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
|
1219
|
+
:type DirectionList: str
|
1220
|
+
:param _EndTime: 规则截止时间
|
1221
|
+
:type EndTime: str
|
1261
1222
|
:param _FwType: 放通的引擎: 1针对互联网边界 2针对nat防火墙 4针对vpc防火墙
|
1262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1263
1223
|
:type FwType: int
|
1224
|
+
:param _Ioc: 封禁和放通对象
|
1225
|
+
:type Ioc: str
|
1264
1226
|
"""
|
1265
|
-
self._Ioc = None
|
1266
|
-
self._DirectionList = None
|
1267
|
-
self._EndTime = None
|
1268
1227
|
self._Comment = None
|
1269
1228
|
self._CustomRule = None
|
1229
|
+
self._DirectionList = None
|
1230
|
+
self._EndTime = None
|
1270
1231
|
self._FwType = None
|
1232
|
+
self._Ioc = None
|
1271
1233
|
|
1272
1234
|
@property
|
1273
|
-
def
|
1274
|
-
return self.
|
1235
|
+
def Comment(self):
|
1236
|
+
return self._Comment
|
1275
1237
|
|
1276
|
-
@
|
1277
|
-
def
|
1278
|
-
self.
|
1238
|
+
@Comment.setter
|
1239
|
+
def Comment(self, Comment):
|
1240
|
+
self._Comment = Comment
|
1241
|
+
|
1242
|
+
@property
|
1243
|
+
def CustomRule(self):
|
1244
|
+
return self._CustomRule
|
1245
|
+
|
1246
|
+
@CustomRule.setter
|
1247
|
+
def CustomRule(self, CustomRule):
|
1248
|
+
self._CustomRule = CustomRule
|
1279
1249
|
|
1280
1250
|
@property
|
1281
1251
|
def DirectionList(self):
|
@@ -1293,22 +1263,6 @@ class BanAndAllowRule(AbstractModel):
|
|
1293
1263
|
def EndTime(self, EndTime):
|
1294
1264
|
self._EndTime = EndTime
|
1295
1265
|
|
1296
|
-
@property
|
1297
|
-
def Comment(self):
|
1298
|
-
return self._Comment
|
1299
|
-
|
1300
|
-
@Comment.setter
|
1301
|
-
def Comment(self, Comment):
|
1302
|
-
self._Comment = Comment
|
1303
|
-
|
1304
|
-
@property
|
1305
|
-
def CustomRule(self):
|
1306
|
-
return self._CustomRule
|
1307
|
-
|
1308
|
-
@CustomRule.setter
|
1309
|
-
def CustomRule(self, CustomRule):
|
1310
|
-
self._CustomRule = CustomRule
|
1311
|
-
|
1312
1266
|
@property
|
1313
1267
|
def FwType(self):
|
1314
1268
|
return self._FwType
|
@@ -1317,16 +1271,24 @@ class BanAndAllowRule(AbstractModel):
|
|
1317
1271
|
def FwType(self, FwType):
|
1318
1272
|
self._FwType = FwType
|
1319
1273
|
|
1274
|
+
@property
|
1275
|
+
def Ioc(self):
|
1276
|
+
return self._Ioc
|
1277
|
+
|
1278
|
+
@Ioc.setter
|
1279
|
+
def Ioc(self, Ioc):
|
1280
|
+
self._Ioc = Ioc
|
1281
|
+
|
1320
1282
|
|
1321
1283
|
def _deserialize(self, params):
|
1322
|
-
self._Ioc = params.get("Ioc")
|
1323
|
-
self._DirectionList = params.get("DirectionList")
|
1324
|
-
self._EndTime = params.get("EndTime")
|
1325
1284
|
self._Comment = params.get("Comment")
|
1326
1285
|
if params.get("CustomRule") is not None:
|
1327
1286
|
self._CustomRule = CustomWhiteRule()
|
1328
1287
|
self._CustomRule._deserialize(params.get("CustomRule"))
|
1288
|
+
self._DirectionList = params.get("DirectionList")
|
1289
|
+
self._EndTime = params.get("EndTime")
|
1329
1290
|
self._FwType = params.get("FwType")
|
1291
|
+
self._Ioc = params.get("Ioc")
|
1330
1292
|
memeber_set = set(params.keys())
|
1331
1293
|
for name, value in vars(self).items():
|
1332
1294
|
property_name = name[1:]
|
@@ -1345,13 +1307,11 @@ class BanAndAllowRuleDel(AbstractModel):
|
|
1345
1307
|
def __init__(self):
|
1346
1308
|
r"""
|
1347
1309
|
:param _Ioc: 封禁和放通对象
|
1348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1349
1310
|
:type Ioc: str
|
1350
1311
|
:param _DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的 (DeleteBlockIgnoreRuleNew接口,该字段无效)
|
1351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1352
1312
|
:type DirectionList: str
|
1353
1313
|
:param _RuleType: 规则类型
|
1354
|
-
|
1314
|
+
RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则 7入侵防御规则
|
1355
1315
|
:type RuleType: int
|
1356
1316
|
"""
|
1357
1317
|
self._Ioc = None
|
@@ -1405,13 +1365,10 @@ class BetaInfoByACL(AbstractModel):
|
|
1405
1365
|
def __init__(self):
|
1406
1366
|
r"""
|
1407
1367
|
:param _TaskId: 任务id
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1409
1368
|
:type TaskId: int
|
1410
1369
|
:param _TaskName: 任务名称
|
1411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1412
1370
|
:type TaskName: str
|
1413
1371
|
:param _LastTime: 上次执行时间
|
1414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1415
1372
|
:type LastTime: str
|
1416
1373
|
"""
|
1417
1374
|
self._TaskId = None
|
@@ -1465,76 +1422,52 @@ class BlockIgnoreRule(AbstractModel):
|
|
1465
1422
|
def __init__(self):
|
1466
1423
|
r"""
|
1467
1424
|
:param _RuleType: 规则类型,取值:1 封禁,2外部IP,3域名,4情报,5assets,6自定义策略,7入侵防御规则id (2-7属于白名单类型)
|
1468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1469
1425
|
:type RuleType: int
|
1470
1426
|
:param _Ioc: 规则ip或白名单内容
|
1471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1472
1427
|
:type Ioc: str
|
1473
1428
|
:param _IocName: 资产实例名称、自定义策略名称等
|
1474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1475
1429
|
:type IocName: str
|
1476
1430
|
:param _IocInfo: 白名单信息
|
1477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1478
1431
|
:type IocInfo: str
|
1479
1432
|
:param _Domain: 域名
|
1480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1481
1433
|
:type Domain: str
|
1482
1434
|
:param _IP: IP
|
1483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1484
1435
|
:type IP: str
|
1485
1436
|
:param _Level: 危险等级
|
1486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1487
1437
|
:type Level: str
|
1488
1438
|
:param _EventName: 来源事件名称
|
1489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1490
1439
|
:type EventName: str
|
1491
1440
|
:param _Direction: 方向:1入站,0出站
|
1492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1493
1441
|
:type Direction: int
|
1494
1442
|
:param _DirectionList: 所有方向聚合成字符串
|
1495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1496
1443
|
:type DirectionList: str
|
1497
1444
|
:param _Protocol: 协议
|
1498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1499
1445
|
:type Protocol: str
|
1500
1446
|
:param _Address: 地理位置
|
1501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1502
1447
|
:type Address: str
|
1503
1448
|
:param _Action: 规则类型:1封禁,2放通
|
1504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1505
1449
|
:type Action: int
|
1506
1450
|
:param _StartTime: 规则生效开始时间
|
1507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1508
1451
|
:type StartTime: str
|
1509
1452
|
:param _EndTime: 规则生效结束时间
|
1510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1511
1453
|
:type EndTime: str
|
1512
1454
|
:param _IgnoreReason: 忽略原因
|
1513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1514
1455
|
:type IgnoreReason: str
|
1515
1456
|
:param _Source: 安全事件来源
|
1516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1517
1457
|
:type Source: str
|
1518
1458
|
:param _UniqueId: 规则id
|
1519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1520
1459
|
:type UniqueId: str
|
1521
1460
|
:param _MatchTimes: 规则命中次数
|
1522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1523
1461
|
:type MatchTimes: int
|
1524
1462
|
:param _Country: 国家
|
1525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1526
1463
|
:type Country: str
|
1527
1464
|
:param _Comment: 备注
|
1528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1529
1465
|
:type Comment: str
|
1530
1466
|
:param _LastHitTime: 上次命中时间
|
1531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1532
1467
|
:type LastHitTime: str
|
1533
1468
|
:param _CustomRule: 自定义规则细节
|
1534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1535
1469
|
:type CustomRule: :class:`tencentcloud.cfw.v20190904.models.CustomWhiteRule`
|
1536
1470
|
:param _FwType: 1 border 2 nat 4 vpc 8 border-serial
|
1537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1538
1471
|
:type FwType: int
|
1539
1472
|
"""
|
1540
1473
|
self._RuleType = None
|
@@ -1894,8 +1827,6 @@ class CommonFilter(AbstractModel):
|
|
1894
1827
|
r"""
|
1895
1828
|
:param _Name: 检索的键值
|
1896
1829
|
:type Name: str
|
1897
|
-
:param _Values: 检索的值,各检索值间为OR关系
|
1898
|
-
:type Values: list of str
|
1899
1830
|
:param _OperatorType: 枚举类型,代表Name与Values之间的匹配关系
|
1900
1831
|
enum FilterOperatorType {
|
1901
1832
|
//等于
|
@@ -1916,10 +1847,12 @@ enum FilterOperatorType {
|
|
1916
1847
|
FILTER_OPERATOR_TYPE_FUZZINESS = 9;
|
1917
1848
|
}
|
1918
1849
|
:type OperatorType: int
|
1850
|
+
:param _Values: 检索的值,各检索值间为OR关系
|
1851
|
+
:type Values: list of str
|
1919
1852
|
"""
|
1920
1853
|
self._Name = None
|
1921
|
-
self._Values = None
|
1922
1854
|
self._OperatorType = None
|
1855
|
+
self._Values = None
|
1923
1856
|
|
1924
1857
|
@property
|
1925
1858
|
def Name(self):
|
@@ -1929,14 +1862,6 @@ enum FilterOperatorType {
|
|
1929
1862
|
def Name(self, Name):
|
1930
1863
|
self._Name = Name
|
1931
1864
|
|
1932
|
-
@property
|
1933
|
-
def Values(self):
|
1934
|
-
return self._Values
|
1935
|
-
|
1936
|
-
@Values.setter
|
1937
|
-
def Values(self, Values):
|
1938
|
-
self._Values = Values
|
1939
|
-
|
1940
1865
|
@property
|
1941
1866
|
def OperatorType(self):
|
1942
1867
|
return self._OperatorType
|
@@ -1945,11 +1870,19 @@ enum FilterOperatorType {
|
|
1945
1870
|
def OperatorType(self, OperatorType):
|
1946
1871
|
self._OperatorType = OperatorType
|
1947
1872
|
|
1873
|
+
@property
|
1874
|
+
def Values(self):
|
1875
|
+
return self._Values
|
1876
|
+
|
1877
|
+
@Values.setter
|
1878
|
+
def Values(self, Values):
|
1879
|
+
self._Values = Values
|
1880
|
+
|
1948
1881
|
|
1949
1882
|
def _deserialize(self, params):
|
1950
1883
|
self._Name = params.get("Name")
|
1951
|
-
self._Values = params.get("Values")
|
1952
1884
|
self._OperatorType = params.get("OperatorType")
|
1885
|
+
self._Values = params.get("Values")
|
1953
1886
|
memeber_set = set(params.keys())
|
1954
1887
|
for name, value in vars(self).items():
|
1955
1888
|
property_name = name[1:]
|
@@ -2092,7 +2025,6 @@ class CreateAcRulesResponse(AbstractModel):
|
|
2092
2025
|
:param _Status: 状态值,0:操作成功
|
2093
2026
|
:type Status: int
|
2094
2027
|
:param _Info: 返回多余的信息
|
2095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2096
2028
|
:type Info: str
|
2097
2029
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2098
2030
|
:type RequestId: str
|
@@ -3583,7 +3515,6 @@ class CreateNatFwInstanceWithDomainResponse(AbstractModel):
|
|
3583
3515
|
def __init__(self):
|
3584
3516
|
r"""
|
3585
3517
|
:param _CfwInsId: nat实例信息
|
3586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3587
3518
|
:type CfwInsId: str
|
3588
3519
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3589
3520
|
:type RequestId: str
|
@@ -4281,7 +4212,6 @@ class CreateVpcFwGroupResponse(AbstractModel):
|
|
4281
4212
|
def __init__(self):
|
4282
4213
|
r"""
|
4283
4214
|
:param _FwGroupId: 防火墙组ID
|
4284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4285
4215
|
:type FwGroupId: str
|
4286
4216
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4287
4217
|
:type RequestId: str
|
@@ -4318,31 +4248,19 @@ class CustomWhiteRule(AbstractModel):
|
|
4318
4248
|
|
4319
4249
|
def __init__(self):
|
4320
4250
|
r"""
|
4321
|
-
:param _SrcIP: 访问源
|
4322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4323
|
-
:type SrcIP: str
|
4324
4251
|
:param _DstIP: 访问目的
|
4325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4326
4252
|
:type DstIP: str
|
4327
|
-
:param _IdsRuleName: 规则名称
|
4328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4329
|
-
:type IdsRuleName: str
|
4330
4253
|
:param _IdsRuleId: 规则ID
|
4331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4332
4254
|
:type IdsRuleId: str
|
4255
|
+
:param _IdsRuleName: 规则名称
|
4256
|
+
:type IdsRuleName: str
|
4257
|
+
:param _SrcIP: 访问源
|
4258
|
+
:type SrcIP: str
|
4333
4259
|
"""
|
4334
|
-
self._SrcIP = None
|
4335
4260
|
self._DstIP = None
|
4336
|
-
self._IdsRuleName = None
|
4337
4261
|
self._IdsRuleId = None
|
4338
|
-
|
4339
|
-
|
4340
|
-
def SrcIP(self):
|
4341
|
-
return self._SrcIP
|
4342
|
-
|
4343
|
-
@SrcIP.setter
|
4344
|
-
def SrcIP(self, SrcIP):
|
4345
|
-
self._SrcIP = SrcIP
|
4262
|
+
self._IdsRuleName = None
|
4263
|
+
self._SrcIP = None
|
4346
4264
|
|
4347
4265
|
@property
|
4348
4266
|
def DstIP(self):
|
@@ -4352,6 +4270,14 @@ class CustomWhiteRule(AbstractModel):
|
|
4352
4270
|
def DstIP(self, DstIP):
|
4353
4271
|
self._DstIP = DstIP
|
4354
4272
|
|
4273
|
+
@property
|
4274
|
+
def IdsRuleId(self):
|
4275
|
+
return self._IdsRuleId
|
4276
|
+
|
4277
|
+
@IdsRuleId.setter
|
4278
|
+
def IdsRuleId(self, IdsRuleId):
|
4279
|
+
self._IdsRuleId = IdsRuleId
|
4280
|
+
|
4355
4281
|
@property
|
4356
4282
|
def IdsRuleName(self):
|
4357
4283
|
return self._IdsRuleName
|
@@ -4361,19 +4287,19 @@ class CustomWhiteRule(AbstractModel):
|
|
4361
4287
|
self._IdsRuleName = IdsRuleName
|
4362
4288
|
|
4363
4289
|
@property
|
4364
|
-
def
|
4365
|
-
return self.
|
4290
|
+
def SrcIP(self):
|
4291
|
+
return self._SrcIP
|
4366
4292
|
|
4367
|
-
@
|
4368
|
-
def
|
4369
|
-
self.
|
4293
|
+
@SrcIP.setter
|
4294
|
+
def SrcIP(self, SrcIP):
|
4295
|
+
self._SrcIP = SrcIP
|
4370
4296
|
|
4371
4297
|
|
4372
4298
|
def _deserialize(self, params):
|
4373
|
-
self._SrcIP = params.get("SrcIP")
|
4374
4299
|
self._DstIP = params.get("DstIP")
|
4375
|
-
self._IdsRuleName = params.get("IdsRuleName")
|
4376
4300
|
self._IdsRuleId = params.get("IdsRuleId")
|
4301
|
+
self._IdsRuleName = params.get("IdsRuleName")
|
4302
|
+
self._SrcIP = params.get("SrcIP")
|
4377
4303
|
memeber_set = set(params.keys())
|
4378
4304
|
for name, value in vars(self).items():
|
4379
4305
|
property_name = name[1:]
|
@@ -4640,7 +4566,6 @@ class DeleteAcRuleResponse(AbstractModel):
|
|
4640
4566
|
:param _Status: 状态值 0: 删除成功, !0: 删除失败
|
4641
4567
|
:type Status: int
|
4642
4568
|
:param _Info: 返回多余的信息
|
4643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4644
4569
|
:type Info: str
|
4645
4570
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4646
4571
|
:type RequestId: str
|
@@ -4817,7 +4742,6 @@ class DeleteAllAccessControlRuleResponse(AbstractModel):
|
|
4817
4742
|
:param _Status: 状态值 0: 修改成功, 非0: 修改失败
|
4818
4743
|
:type Status: int
|
4819
4744
|
:param _Info: 删除了几条访问控制规则
|
4820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4821
4745
|
:type Info: int
|
4822
4746
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4823
4747
|
:type RequestId: str
|
@@ -5398,7 +5322,6 @@ class DeleteSecurityGroupRuleResponse(AbstractModel):
|
|
5398
5322
|
:param _Status: 状态值,0:成功,非0:失败
|
5399
5323
|
:type Status: int
|
5400
5324
|
:param _Info: 返回多余的信息
|
5401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5402
5325
|
:type Info: str
|
5403
5326
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5404
5327
|
:type RequestId: str
|
@@ -5530,102 +5453,71 @@ class DescAcItem(AbstractModel):
|
|
5530
5453
|
def __init__(self):
|
5531
5454
|
r"""
|
5532
5455
|
:param _SourceContent: 访问源
|
5533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5534
5456
|
:type SourceContent: str
|
5535
5457
|
:param _TargetContent: 访问目的
|
5536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5537
5458
|
:type TargetContent: str
|
5538
5459
|
:param _Protocol: 协议
|
5539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5540
5460
|
:type Protocol: str
|
5541
5461
|
:param _Port: 端口
|
5542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5543
5462
|
:type Port: str
|
5544
5463
|
:param _RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
|
5545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5546
5464
|
:type RuleAction: str
|
5547
5465
|
:param _Description: 描述
|
5548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5549
5466
|
:type Description: str
|
5550
5467
|
:param _Count: 命中次数
|
5551
5468
|
:type Count: int
|
5552
5469
|
:param _OrderIndex: 执行顺序
|
5553
5470
|
:type OrderIndex: int
|
5554
5471
|
:param _SourceType: 访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
|
5555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5556
5472
|
:type SourceType: str
|
5557
5473
|
:param _TargetType: 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location,dnsparse
|
5558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5559
5474
|
:type TargetType: str
|
5560
5475
|
:param _Uuid: 规则对应的唯一id
|
5561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5562
5476
|
:type Uuid: int
|
5563
5477
|
:param _Invalid: 规则有效性
|
5564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5565
5478
|
:type Invalid: int
|
5566
5479
|
:param _IsRegion: 0为正常规则,1为地域规则
|
5567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5568
5480
|
:type IsRegion: int
|
5569
5481
|
:param _CountryCode: 国家id
|
5570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5571
5482
|
:type CountryCode: int
|
5572
5483
|
:param _CityCode: 城市id
|
5573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5574
5484
|
:type CityCode: int
|
5575
5485
|
:param _CountryName: 国家名称
|
5576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5577
5486
|
:type CountryName: str
|
5578
5487
|
:param _CityName: 省名称
|
5579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5580
5488
|
:type CityName: str
|
5581
5489
|
:param _CloudCode: 云厂商code
|
5582
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5583
5490
|
:type CloudCode: str
|
5584
5491
|
:param _IsCloud: 0为正常规则,1为云厂商规则
|
5585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5586
5492
|
:type IsCloud: int
|
5587
5493
|
:param _Enable: 规则状态,true表示启用,false表示禁用
|
5588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5589
5494
|
:type Enable: str
|
5590
5495
|
:param _Direction: 规则方向:1,入向;0,出向
|
5591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5592
5496
|
:type Direction: int
|
5593
5497
|
:param _InstanceName: 实例名称
|
5594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5595
5498
|
:type InstanceName: str
|
5596
5499
|
:param _InternalUuid: 内部使用的uuid,一般情况下不会使用到该字段
|
5597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5598
5500
|
:type InternalUuid: int
|
5599
5501
|
:param _Status: 规则状态,查询规则命中详情时该字段有效,0:新增,1: 已删除, 2: 编辑删除
|
5600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5601
5502
|
:type Status: int
|
5602
5503
|
:param _BetaList: 关联任务详情
|
5603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5604
5504
|
:type BetaList: list of BetaInfoByACL
|
5605
5505
|
:param _Scope: (1)互联网边界防火墙,生效范围:serial,串行;side,旁路;all,全局;
|
5606
5506
|
(2)NAT边界防火墙:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
5607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5608
5507
|
:type Scope: str
|
5609
5508
|
:param _ScopeDesc: 生效范围描述
|
5610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5611
5509
|
:type ScopeDesc: str
|
5612
5510
|
:param _InternetBorderUuid: 互联网边界防火墙使用的内部规则id
|
5613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5614
5511
|
:type InternetBorderUuid: str
|
5615
5512
|
:param _ParamTemplateName: 协议端口组名称
|
5616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5617
5513
|
:type ParamTemplateName: str
|
5618
5514
|
:param _ParamTemplateId: 协议端口组ID
|
5619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5620
5515
|
:type ParamTemplateId: str
|
5621
5516
|
:param _SourceName: 访问源名称
|
5622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5623
5517
|
:type SourceName: str
|
5624
5518
|
:param _TargetName: 访问目的名称
|
5625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5626
5519
|
:type TargetName: str
|
5627
5520
|
:param _LastHitTime: 规则最近命中时间
|
5628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5629
5521
|
:type LastHitTime: str
|
5630
5522
|
"""
|
5631
5523
|
self._SourceContent = None
|
@@ -5984,34 +5876,24 @@ class DescNatDnatRule(AbstractModel):
|
|
5984
5876
|
def __init__(self):
|
5985
5877
|
r"""
|
5986
5878
|
:param _Id: id
|
5987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5988
5879
|
:type Id: int
|
5989
5880
|
:param _IpProtocol: 网络协议,可选值:TCP、UDP。
|
5990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5991
5881
|
:type IpProtocol: str
|
5992
5882
|
:param _PublicIpAddress: 弹性IP。
|
5993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5994
5883
|
:type PublicIpAddress: str
|
5995
5884
|
:param _PublicPort: 公网端口。
|
5996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5997
5885
|
:type PublicPort: int
|
5998
5886
|
:param _PrivateIpAddress: 内网地址。
|
5999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6000
5887
|
:type PrivateIpAddress: str
|
6001
5888
|
:param _PrivatePort: 内网端口。
|
6002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6003
5889
|
:type PrivatePort: int
|
6004
5890
|
:param _Description: NAT防火墙转发规则描述。
|
6005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6006
5891
|
:type Description: str
|
6007
5892
|
:param _IsReferenced: 是否被关联引用,如被远程运维使用
|
6008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6009
5893
|
:type IsReferenced: int
|
6010
5894
|
:param _FwInsId: 所属防火墙实例id
|
6011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6012
5895
|
:type FwInsId: str
|
6013
5896
|
:param _NatGwId: 关联的nat网关Id
|
6014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6015
5897
|
:type NatGwId: str
|
6016
5898
|
"""
|
6017
5899
|
self._Id = None
|
@@ -6282,7 +6164,6 @@ class DescribeAcListsResponse(AbstractModel):
|
|
6282
6164
|
:param _AllTotal: 不算筛选条数的总条数
|
6283
6165
|
:type AllTotal: int
|
6284
6166
|
:param _Enable: 访问控制规则全部启用/全部停用
|
6285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6286
6167
|
:type Enable: int
|
6287
6168
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6288
6169
|
:type RequestId: str
|
@@ -6366,9 +6247,9 @@ class DescribeAclRuleRequest(AbstractModel):
|
|
6366
6247
|
:type StartTime: str
|
6367
6248
|
:param _EndTime: 检索的截止时间,可不传
|
6368
6249
|
:type EndTime: str
|
6369
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
6250
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
|
6370
6251
|
:type Order: str
|
6371
|
-
:param _By:
|
6252
|
+
:param _By: 排序所用到的字段,默认为sequence
|
6372
6253
|
:type By: str
|
6373
6254
|
"""
|
6374
6255
|
self._Limit = None
|
@@ -6479,7 +6360,6 @@ class DescribeAclRuleResponse(AbstractModel):
|
|
6479
6360
|
:param _Total: 总条数
|
6480
6361
|
:type Total: int
|
6481
6362
|
:param _Data: nat访问控制列表数据
|
6482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6483
6363
|
:type Data: list of DescAcItem
|
6484
6364
|
:param _AllTotal: 未过滤的总条数
|
6485
6365
|
:type AllTotal: int
|
@@ -6977,10 +6857,8 @@ class DescribeAssociatedInstanceListResponse(AbstractModel):
|
|
6977
6857
|
def __init__(self):
|
6978
6858
|
r"""
|
6979
6859
|
:param _Total: 实例数量
|
6980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6981
6860
|
:type Total: int
|
6982
6861
|
:param _Data: 实例列表
|
6983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6984
6862
|
:type Data: list of AssociatedInstanceInfo
|
6985
6863
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6986
6864
|
:type RequestId: str
|
@@ -7032,39 +6910,31 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
7032
6910
|
|
7033
6911
|
def __init__(self):
|
7034
6912
|
r"""
|
7035
|
-
:param _StartTime: 开始时间
|
7036
|
-
:type StartTime: str
|
7037
6913
|
:param _EndTime: 结束时间
|
7038
6914
|
:type EndTime: str
|
7039
6915
|
:param _Ip: ip查询条件
|
7040
6916
|
:type Ip: str
|
7041
|
-
:param
|
7042
|
-
:type
|
6917
|
+
:param _StartTime: 开始时间
|
6918
|
+
:type StartTime: str
|
7043
6919
|
:param _Direction: 方向
|
7044
6920
|
:type Direction: str
|
7045
|
-
:param _Source: 来源
|
7046
|
-
:type Source: str
|
7047
6921
|
:param _EdgeId: vpc间防火墙开关边id
|
7048
6922
|
:type EdgeId: str
|
7049
6923
|
:param _LogSource: 日志来源 move:vpc间防火墙
|
7050
6924
|
:type LogSource: str
|
6925
|
+
:param _Source: 来源
|
6926
|
+
:type Source: str
|
6927
|
+
:param _Zone: 地域
|
6928
|
+
:type Zone: str
|
7051
6929
|
"""
|
7052
|
-
self._StartTime = None
|
7053
6930
|
self._EndTime = None
|
7054
6931
|
self._Ip = None
|
7055
|
-
self.
|
6932
|
+
self._StartTime = None
|
7056
6933
|
self._Direction = None
|
7057
|
-
self._Source = None
|
7058
6934
|
self._EdgeId = None
|
7059
6935
|
self._LogSource = None
|
7060
|
-
|
7061
|
-
|
7062
|
-
def StartTime(self):
|
7063
|
-
return self._StartTime
|
7064
|
-
|
7065
|
-
@StartTime.setter
|
7066
|
-
def StartTime(self, StartTime):
|
7067
|
-
self._StartTime = StartTime
|
6936
|
+
self._Source = None
|
6937
|
+
self._Zone = None
|
7068
6938
|
|
7069
6939
|
@property
|
7070
6940
|
def EndTime(self):
|
@@ -7083,12 +6953,12 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
7083
6953
|
self._Ip = Ip
|
7084
6954
|
|
7085
6955
|
@property
|
7086
|
-
def
|
7087
|
-
return self.
|
6956
|
+
def StartTime(self):
|
6957
|
+
return self._StartTime
|
7088
6958
|
|
7089
|
-
@
|
7090
|
-
def
|
7091
|
-
self.
|
6959
|
+
@StartTime.setter
|
6960
|
+
def StartTime(self, StartTime):
|
6961
|
+
self._StartTime = StartTime
|
7092
6962
|
|
7093
6963
|
@property
|
7094
6964
|
def Direction(self):
|
@@ -7098,14 +6968,6 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
7098
6968
|
def Direction(self, Direction):
|
7099
6969
|
self._Direction = Direction
|
7100
6970
|
|
7101
|
-
@property
|
7102
|
-
def Source(self):
|
7103
|
-
return self._Source
|
7104
|
-
|
7105
|
-
@Source.setter
|
7106
|
-
def Source(self, Source):
|
7107
|
-
self._Source = Source
|
7108
|
-
|
7109
6971
|
@property
|
7110
6972
|
def EdgeId(self):
|
7111
6973
|
return self._EdgeId
|
@@ -7122,16 +6984,32 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
7122
6984
|
def LogSource(self, LogSource):
|
7123
6985
|
self._LogSource = LogSource
|
7124
6986
|
|
6987
|
+
@property
|
6988
|
+
def Source(self):
|
6989
|
+
return self._Source
|
6990
|
+
|
6991
|
+
@Source.setter
|
6992
|
+
def Source(self, Source):
|
6993
|
+
self._Source = Source
|
6994
|
+
|
6995
|
+
@property
|
6996
|
+
def Zone(self):
|
6997
|
+
return self._Zone
|
6998
|
+
|
6999
|
+
@Zone.setter
|
7000
|
+
def Zone(self, Zone):
|
7001
|
+
self._Zone = Zone
|
7002
|
+
|
7125
7003
|
|
7126
7004
|
def _deserialize(self, params):
|
7127
|
-
self._StartTime = params.get("StartTime")
|
7128
7005
|
self._EndTime = params.get("EndTime")
|
7129
7006
|
self._Ip = params.get("Ip")
|
7130
|
-
self.
|
7007
|
+
self._StartTime = params.get("StartTime")
|
7131
7008
|
self._Direction = params.get("Direction")
|
7132
|
-
self._Source = params.get("Source")
|
7133
7009
|
self._EdgeId = params.get("EdgeId")
|
7134
7010
|
self._LogSource = params.get("LogSource")
|
7011
|
+
self._Source = params.get("Source")
|
7012
|
+
self._Zone = params.get("Zone")
|
7135
7013
|
memeber_set = set(params.keys())
|
7136
7014
|
for name, value in vars(self).items():
|
7137
7015
|
property_name = name[1:]
|
@@ -7411,31 +7289,23 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7411
7289
|
|
7412
7290
|
def __init__(self):
|
7413
7291
|
r"""
|
7414
|
-
:param _StartTime: 开始时间
|
7415
|
-
:type StartTime: str
|
7416
7292
|
:param _EndTime: 结束时间
|
7417
7293
|
:type EndTime: str
|
7418
7294
|
:param _QueryType: 列表类型,只能是下面三种之一:port、address、ip
|
7419
7295
|
:type QueryType: str
|
7296
|
+
:param _StartTime: 开始时间
|
7297
|
+
:type StartTime: str
|
7420
7298
|
:param _Top: top数
|
7421
7299
|
:type Top: int
|
7422
7300
|
:param _SearchValue: 查询条件
|
7423
7301
|
:type SearchValue: str
|
7424
7302
|
"""
|
7425
|
-
self._StartTime = None
|
7426
7303
|
self._EndTime = None
|
7427
7304
|
self._QueryType = None
|
7305
|
+
self._StartTime = None
|
7428
7306
|
self._Top = None
|
7429
7307
|
self._SearchValue = None
|
7430
7308
|
|
7431
|
-
@property
|
7432
|
-
def StartTime(self):
|
7433
|
-
return self._StartTime
|
7434
|
-
|
7435
|
-
@StartTime.setter
|
7436
|
-
def StartTime(self, StartTime):
|
7437
|
-
self._StartTime = StartTime
|
7438
|
-
|
7439
7309
|
@property
|
7440
7310
|
def EndTime(self):
|
7441
7311
|
return self._EndTime
|
@@ -7452,6 +7322,14 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7452
7322
|
def QueryType(self, QueryType):
|
7453
7323
|
self._QueryType = QueryType
|
7454
7324
|
|
7325
|
+
@property
|
7326
|
+
def StartTime(self):
|
7327
|
+
return self._StartTime
|
7328
|
+
|
7329
|
+
@StartTime.setter
|
7330
|
+
def StartTime(self, StartTime):
|
7331
|
+
self._StartTime = StartTime
|
7332
|
+
|
7455
7333
|
@property
|
7456
7334
|
def Top(self):
|
7457
7335
|
return self._Top
|
@@ -7470,9 +7348,9 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7470
7348
|
|
7471
7349
|
|
7472
7350
|
def _deserialize(self, params):
|
7473
|
-
self._StartTime = params.get("StartTime")
|
7474
7351
|
self._EndTime = params.get("EndTime")
|
7475
7352
|
self._QueryType = params.get("QueryType")
|
7353
|
+
self._StartTime = params.get("StartTime")
|
7476
7354
|
self._Top = params.get("Top")
|
7477
7355
|
self._SearchValue = params.get("SearchValue")
|
7478
7356
|
memeber_set = set(params.keys())
|
@@ -8360,16 +8238,12 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
8360
8238
|
def __init__(self):
|
8361
8239
|
r"""
|
8362
8240
|
:param _Data: ip 开关列表
|
8363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8364
8241
|
:type Data: list of EdgeIpInfo
|
8365
8242
|
:param _Total: ip 开关列表个数
|
8366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8367
8243
|
:type Total: int
|
8368
8244
|
:param _RegionLst: 地域列表
|
8369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8370
8245
|
:type RegionLst: list of str
|
8371
8246
|
:param _InstanceTypeLst: 实例类型列表
|
8372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8373
8247
|
:type InstanceTypeLst: list of str
|
8374
8248
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8375
8249
|
:type RequestId: str
|
@@ -8551,11 +8425,9 @@ class DescribeFwGroupInstanceInfoResponse(AbstractModel):
|
|
8551
8425
|
|
8552
8426
|
def __init__(self):
|
8553
8427
|
r"""
|
8554
|
-
:param _VpcFwGroupLst: 防火墙(组)
|
8555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8428
|
+
:param _VpcFwGroupLst: 防火墙(组)详细信息
|
8556
8429
|
:type VpcFwGroupLst: list of VpcFwGroupInfo
|
8557
8430
|
:param _Total: 防火墙(组)个数
|
8558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8559
8431
|
:type Total: int
|
8560
8432
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8561
8433
|
:type RequestId: str
|
@@ -9096,7 +8968,6 @@ class DescribeLogsResponse(AbstractModel):
|
|
9096
8968
|
:param _ReturnMsg: 返回信息 success 成功 其他 不成功
|
9097
8969
|
:type ReturnMsg: str
|
9098
8970
|
:param _AppProtocolList: 七层协议,NTA日志有效
|
9099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9100
8971
|
:type AppProtocolList: list of str
|
9101
8972
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9102
8973
|
:type RequestId: str
|
@@ -9179,15 +9050,15 @@ class DescribeNatAcRuleRequest(AbstractModel):
|
|
9179
9050
|
:type Offset: int
|
9180
9051
|
:param _Index: 需要查询的索引,特定场景使用,可不填
|
9181
9052
|
:type Index: str
|
9182
|
-
:param _Filters:
|
9053
|
+
:param _Filters: 过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
|
9183
9054
|
:type Filters: list of CommonFilter
|
9184
9055
|
:param _StartTime: 检索的起始时间,可不传
|
9185
9056
|
:type StartTime: str
|
9186
9057
|
:param _EndTime: 检索的截止时间,可不传
|
9187
9058
|
:type EndTime: str
|
9188
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
9059
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
|
9189
9060
|
:type Order: str
|
9190
|
-
:param _By:
|
9061
|
+
:param _By: 排序所用到的字段,默认为sequence
|
9191
9062
|
:type By: str
|
9192
9063
|
"""
|
9193
9064
|
self._Limit = None
|
@@ -9298,7 +9169,6 @@ class DescribeNatAcRuleResponse(AbstractModel):
|
|
9298
9169
|
:param _Total: 总条数
|
9299
9170
|
:type Total: int
|
9300
9171
|
:param _Data: nat访问控制列表数据
|
9301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9302
9172
|
:type Data: list of DescAcItem
|
9303
9173
|
:param _AllTotal: 未过滤的总条数
|
9304
9174
|
:type AllTotal: int
|
@@ -9374,9 +9244,9 @@ class DescribeNatFwDnatRuleRequest(AbstractModel):
|
|
9374
9244
|
:type StartTime: str
|
9375
9245
|
:param _EndTime: 检索的截止时间,可不传
|
9376
9246
|
:type EndTime: str
|
9377
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
9247
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,可不传
|
9378
9248
|
:type Order: str
|
9379
|
-
:param _By:
|
9249
|
+
:param _By: 排序所用到的字段,可不传
|
9380
9250
|
:type By: str
|
9381
9251
|
"""
|
9382
9252
|
self._Index = None
|
@@ -9485,7 +9355,6 @@ class DescribeNatFwDnatRuleResponse(AbstractModel):
|
|
9485
9355
|
def __init__(self):
|
9486
9356
|
r"""
|
9487
9357
|
:param _Data: Dnat规则列表
|
9488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9489
9358
|
:type Data: list of DescNatDnatRule
|
9490
9359
|
:param _Total: 列表总数
|
9491
9360
|
:type Total: int
|
@@ -9545,17 +9414,13 @@ class DescribeNatFwInfoCountResponse(AbstractModel):
|
|
9545
9414
|
|
9546
9415
|
def __init__(self):
|
9547
9416
|
r"""
|
9548
|
-
:param _ReturnMsg: 返回参数
|
9549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9417
|
+
:param _ReturnMsg: 返回参数 success 成功 failed 失败
|
9550
9418
|
:type ReturnMsg: str
|
9551
|
-
:param _NatFwInsCount: 当前租户的nat
|
9552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9419
|
+
:param _NatFwInsCount: 当前租户的nat防火墙实例个数
|
9553
9420
|
:type NatFwInsCount: int
|
9554
|
-
:param _SubnetCount:
|
9555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9421
|
+
:param _SubnetCount: 当前租户接入防火墙的子网个数
|
9556
9422
|
:type SubnetCount: int
|
9557
|
-
:param _OpenSwitchCount:
|
9558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9423
|
+
:param _OpenSwitchCount: 打开NAT防火墙开关个数
|
9559
9424
|
:type OpenSwitchCount: int
|
9560
9425
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9561
9426
|
:type RequestId: str
|
@@ -9677,7 +9542,6 @@ class DescribeNatFwInstanceWithRegionResponse(AbstractModel):
|
|
9677
9542
|
def __init__(self):
|
9678
9543
|
r"""
|
9679
9544
|
:param _NatinsLst: 实例数组
|
9680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9681
9545
|
:type NatinsLst: list of NatFwInstance
|
9682
9546
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9683
9547
|
:type RequestId: str
|
@@ -9782,10 +9646,8 @@ class DescribeNatFwInstancesInfoResponse(AbstractModel):
|
|
9782
9646
|
def __init__(self):
|
9783
9647
|
r"""
|
9784
9648
|
:param _NatinsLst: 实例卡片信息数组
|
9785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9786
9649
|
:type NatinsLst: list of NatInstanceInfo
|
9787
9650
|
:param _Total: nat 防火墙个数
|
9788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9789
9651
|
:type Total: int
|
9790
9652
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9791
9653
|
:type RequestId: str
|
@@ -9907,13 +9769,10 @@ class DescribeNatFwVpcDnsLstResponse(AbstractModel):
|
|
9907
9769
|
def __init__(self):
|
9908
9770
|
r"""
|
9909
9771
|
:param _VpcDnsSwitchLst: nat防火墙vpc dns 信息数组
|
9910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9911
9772
|
:type VpcDnsSwitchLst: list of VpcDnsInfo
|
9912
|
-
:param _ReturnMsg: 返回参数
|
9913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9773
|
+
:param _ReturnMsg: 返回参数 success成功 failed 失败
|
9914
9774
|
:type ReturnMsg: str
|
9915
9775
|
:param _Total: 开关总条数
|
9916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9917
9776
|
:type Total: int
|
9918
9777
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9919
9778
|
:type RequestId: str
|
@@ -10034,19 +9893,19 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10034
9893
|
r"""
|
10035
9894
|
:param _Data: 返回树形结构
|
10036
9895
|
:type Data: str
|
10037
|
-
:param _UnResourceNum: 未分类实例数量
|
10038
|
-
:type UnResourceNum: int
|
10039
|
-
:param _ReturnMsg: 接口返回消息
|
10040
|
-
:type ReturnMsg: str
|
10041
9896
|
:param _ReturnCode: 返回码;0为请求成功
|
10042
9897
|
:type ReturnCode: int
|
9898
|
+
:param _ReturnMsg: 接口返回消息
|
9899
|
+
:type ReturnMsg: str
|
9900
|
+
:param _UnResourceNum: 未分类实例数量
|
9901
|
+
:type UnResourceNum: int
|
10043
9902
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10044
9903
|
:type RequestId: str
|
10045
9904
|
"""
|
10046
9905
|
self._Data = None
|
10047
|
-
self._UnResourceNum = None
|
10048
|
-
self._ReturnMsg = None
|
10049
9906
|
self._ReturnCode = None
|
9907
|
+
self._ReturnMsg = None
|
9908
|
+
self._UnResourceNum = None
|
10050
9909
|
self._RequestId = None
|
10051
9910
|
|
10052
9911
|
@property
|
@@ -10058,12 +9917,12 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10058
9917
|
self._Data = Data
|
10059
9918
|
|
10060
9919
|
@property
|
10061
|
-
def
|
10062
|
-
return self.
|
9920
|
+
def ReturnCode(self):
|
9921
|
+
return self._ReturnCode
|
10063
9922
|
|
10064
|
-
@
|
10065
|
-
def
|
10066
|
-
self.
|
9923
|
+
@ReturnCode.setter
|
9924
|
+
def ReturnCode(self, ReturnCode):
|
9925
|
+
self._ReturnCode = ReturnCode
|
10067
9926
|
|
10068
9927
|
@property
|
10069
9928
|
def ReturnMsg(self):
|
@@ -10074,12 +9933,12 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10074
9933
|
self._ReturnMsg = ReturnMsg
|
10075
9934
|
|
10076
9935
|
@property
|
10077
|
-
def
|
10078
|
-
return self.
|
9936
|
+
def UnResourceNum(self):
|
9937
|
+
return self._UnResourceNum
|
10079
9938
|
|
10080
|
-
@
|
10081
|
-
def
|
10082
|
-
self.
|
9939
|
+
@UnResourceNum.setter
|
9940
|
+
def UnResourceNum(self, UnResourceNum):
|
9941
|
+
self._UnResourceNum = UnResourceNum
|
10083
9942
|
|
10084
9943
|
@property
|
10085
9944
|
def RequestId(self):
|
@@ -10092,9 +9951,9 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10092
9951
|
|
10093
9952
|
def _deserialize(self, params):
|
10094
9953
|
self._Data = params.get("Data")
|
10095
|
-
self._UnResourceNum = params.get("UnResourceNum")
|
10096
|
-
self._ReturnMsg = params.get("ReturnMsg")
|
10097
9954
|
self._ReturnCode = params.get("ReturnCode")
|
9955
|
+
self._ReturnMsg = params.get("ReturnMsg")
|
9956
|
+
self._UnResourceNum = params.get("UnResourceNum")
|
10098
9957
|
self._RequestId = params.get("RequestId")
|
10099
9958
|
|
10100
9959
|
|
@@ -10233,19 +10092,14 @@ class DescribeRuleOverviewResponse(AbstractModel):
|
|
10233
10092
|
def __init__(self):
|
10234
10093
|
r"""
|
10235
10094
|
:param _AllTotal: 规则总数
|
10236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10237
10095
|
:type AllTotal: int
|
10238
10096
|
:param _StrategyNum: 阻断策略规则数量
|
10239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10240
10097
|
:type StrategyNum: int
|
10241
10098
|
:param _StartRuleNum: 启用规则数量
|
10242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10243
10099
|
:type StartRuleNum: int
|
10244
10100
|
:param _StopRuleNum: 停用规则数量
|
10245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10246
10101
|
:type StopRuleNum: int
|
10247
10102
|
:param _RemainingNum: 剩余配额
|
10248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10249
10103
|
:type RemainingNum: int
|
10250
10104
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10251
10105
|
:type RequestId: str
|
@@ -10434,7 +10288,6 @@ class DescribeSecurityGroupListResponse(AbstractModel):
|
|
10434
10288
|
:param _AllTotal: 不算筛选条数的总条数
|
10435
10289
|
:type AllTotal: int
|
10436
10290
|
:param _Enable: 访问控制规则全部启用/全部停用
|
10437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10438
10291
|
:type Enable: int
|
10439
10292
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10440
10293
|
:type RequestId: str
|
@@ -10506,25 +10359,33 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10506
10359
|
|
10507
10360
|
def __init__(self):
|
10508
10361
|
r"""
|
10362
|
+
:param _ChooseType: ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
10363
|
+
:type ChooseType: str
|
10509
10364
|
:param _FuzzySearch: 模糊查询
|
10510
10365
|
:type FuzzySearch: str
|
10511
10366
|
:param _InsType: 资产类型 1公网 2内网
|
10512
10367
|
:type InsType: str
|
10513
|
-
:param _ChooseType: ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
10514
|
-
:type ChooseType: str
|
10515
|
-
:param _Zone: 地域
|
10516
|
-
:type Zone: str
|
10517
10368
|
:param _Limit: 查询单页的最大值;eg:10;则最多返回10条结果
|
10518
10369
|
:type Limit: int
|
10519
10370
|
:param _Offset: 查询结果的偏移量
|
10520
10371
|
:type Offset: int
|
10372
|
+
:param _Zone: 地域
|
10373
|
+
:type Zone: str
|
10521
10374
|
"""
|
10375
|
+
self._ChooseType = None
|
10522
10376
|
self._FuzzySearch = None
|
10523
10377
|
self._InsType = None
|
10524
|
-
self._ChooseType = None
|
10525
|
-
self._Zone = None
|
10526
10378
|
self._Limit = None
|
10527
10379
|
self._Offset = None
|
10380
|
+
self._Zone = None
|
10381
|
+
|
10382
|
+
@property
|
10383
|
+
def ChooseType(self):
|
10384
|
+
return self._ChooseType
|
10385
|
+
|
10386
|
+
@ChooseType.setter
|
10387
|
+
def ChooseType(self, ChooseType):
|
10388
|
+
self._ChooseType = ChooseType
|
10528
10389
|
|
10529
10390
|
@property
|
10530
10391
|
def FuzzySearch(self):
|
@@ -10542,22 +10403,6 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10542
10403
|
def InsType(self, InsType):
|
10543
10404
|
self._InsType = InsType
|
10544
10405
|
|
10545
|
-
@property
|
10546
|
-
def ChooseType(self):
|
10547
|
-
return self._ChooseType
|
10548
|
-
|
10549
|
-
@ChooseType.setter
|
10550
|
-
def ChooseType(self, ChooseType):
|
10551
|
-
self._ChooseType = ChooseType
|
10552
|
-
|
10553
|
-
@property
|
10554
|
-
def Zone(self):
|
10555
|
-
return self._Zone
|
10556
|
-
|
10557
|
-
@Zone.setter
|
10558
|
-
def Zone(self, Zone):
|
10559
|
-
self._Zone = Zone
|
10560
|
-
|
10561
10406
|
@property
|
10562
10407
|
def Limit(self):
|
10563
10408
|
return self._Limit
|
@@ -10574,14 +10419,22 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10574
10419
|
def Offset(self, Offset):
|
10575
10420
|
self._Offset = Offset
|
10576
10421
|
|
10422
|
+
@property
|
10423
|
+
def Zone(self):
|
10424
|
+
return self._Zone
|
10425
|
+
|
10426
|
+
@Zone.setter
|
10427
|
+
def Zone(self, Zone):
|
10428
|
+
self._Zone = Zone
|
10429
|
+
|
10577
10430
|
|
10578
10431
|
def _deserialize(self, params):
|
10432
|
+
self._ChooseType = params.get("ChooseType")
|
10579
10433
|
self._FuzzySearch = params.get("FuzzySearch")
|
10580
10434
|
self._InsType = params.get("InsType")
|
10581
|
-
self._ChooseType = params.get("ChooseType")
|
10582
|
-
self._Zone = params.get("Zone")
|
10583
10435
|
self._Limit = params.get("Limit")
|
10584
10436
|
self._Offset = params.get("Offset")
|
10437
|
+
self._Zone = params.get("Zone")
|
10585
10438
|
memeber_set = set(params.keys())
|
10586
10439
|
for name, value in vars(self).items():
|
10587
10440
|
property_name = name[1:]
|
@@ -10599,28 +10452,20 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10599
10452
|
|
10600
10453
|
def __init__(self):
|
10601
10454
|
r"""
|
10602
|
-
:param _ZoneList: 地域集合
|
10603
|
-
:type ZoneList: list of AssetZone
|
10604
10455
|
:param _Data: 数据
|
10605
10456
|
:type Data: list of InstanceInfo
|
10606
10457
|
:param _Total: 返回数据总数
|
10607
10458
|
:type Total: int
|
10459
|
+
:param _ZoneList: 地域集合
|
10460
|
+
:type ZoneList: list of AssetZone
|
10608
10461
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10609
10462
|
:type RequestId: str
|
10610
10463
|
"""
|
10611
|
-
self._ZoneList = None
|
10612
10464
|
self._Data = None
|
10613
10465
|
self._Total = None
|
10466
|
+
self._ZoneList = None
|
10614
10467
|
self._RequestId = None
|
10615
10468
|
|
10616
|
-
@property
|
10617
|
-
def ZoneList(self):
|
10618
|
-
return self._ZoneList
|
10619
|
-
|
10620
|
-
@ZoneList.setter
|
10621
|
-
def ZoneList(self, ZoneList):
|
10622
|
-
self._ZoneList = ZoneList
|
10623
|
-
|
10624
10469
|
@property
|
10625
10470
|
def Data(self):
|
10626
10471
|
return self._Data
|
@@ -10637,6 +10482,14 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10637
10482
|
def Total(self, Total):
|
10638
10483
|
self._Total = Total
|
10639
10484
|
|
10485
|
+
@property
|
10486
|
+
def ZoneList(self):
|
10487
|
+
return self._ZoneList
|
10488
|
+
|
10489
|
+
@ZoneList.setter
|
10490
|
+
def ZoneList(self, ZoneList):
|
10491
|
+
self._ZoneList = ZoneList
|
10492
|
+
|
10640
10493
|
@property
|
10641
10494
|
def RequestId(self):
|
10642
10495
|
return self._RequestId
|
@@ -10647,12 +10500,6 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10647
10500
|
|
10648
10501
|
|
10649
10502
|
def _deserialize(self, params):
|
10650
|
-
if params.get("ZoneList") is not None:
|
10651
|
-
self._ZoneList = []
|
10652
|
-
for item in params.get("ZoneList"):
|
10653
|
-
obj = AssetZone()
|
10654
|
-
obj._deserialize(item)
|
10655
|
-
self._ZoneList.append(obj)
|
10656
10503
|
if params.get("Data") is not None:
|
10657
10504
|
self._Data = []
|
10658
10505
|
for item in params.get("Data"):
|
@@ -10660,6 +10507,12 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10660
10507
|
obj._deserialize(item)
|
10661
10508
|
self._Data.append(obj)
|
10662
10509
|
self._Total = params.get("Total")
|
10510
|
+
if params.get("ZoneList") is not None:
|
10511
|
+
self._ZoneList = []
|
10512
|
+
for item in params.get("ZoneList"):
|
10513
|
+
obj = AssetZone()
|
10514
|
+
obj._deserialize(item)
|
10515
|
+
self._ZoneList.append(obj)
|
10663
10516
|
self._RequestId = params.get("RequestId")
|
10664
10517
|
|
10665
10518
|
|
@@ -10794,10 +10647,8 @@ class DescribeSwitchListsResponse(AbstractModel):
|
|
10794
10647
|
:param _AreaLists: 区域列表
|
10795
10648
|
:type AreaLists: list of str
|
10796
10649
|
:param _OnNum: 打开个数
|
10797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10798
10650
|
:type OnNum: int
|
10799
10651
|
:param _OffNum: 关闭个数
|
10800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10801
10652
|
:type OffNum: int
|
10802
10653
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10803
10654
|
:type RequestId: str
|
@@ -10879,28 +10730,20 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10879
10730
|
|
10880
10731
|
def __init__(self):
|
10881
10732
|
r"""
|
10882
|
-
:param _StartTime: 开始时间
|
10883
|
-
:type StartTime: str
|
10884
10733
|
:param _EndTime: 结束时间
|
10885
10734
|
:type EndTime: str
|
10886
10735
|
:param _QueryType: 类型 1 告警 2阻断
|
10887
10736
|
:type QueryType: str
|
10737
|
+
:param _StartTime: 开始时间
|
10738
|
+
:type StartTime: str
|
10888
10739
|
:param _SearchValue: 查询条件
|
10889
10740
|
:type SearchValue: str
|
10890
10741
|
"""
|
10891
|
-
self._StartTime = None
|
10892
10742
|
self._EndTime = None
|
10893
10743
|
self._QueryType = None
|
10744
|
+
self._StartTime = None
|
10894
10745
|
self._SearchValue = None
|
10895
10746
|
|
10896
|
-
@property
|
10897
|
-
def StartTime(self):
|
10898
|
-
return self._StartTime
|
10899
|
-
|
10900
|
-
@StartTime.setter
|
10901
|
-
def StartTime(self, StartTime):
|
10902
|
-
self._StartTime = StartTime
|
10903
|
-
|
10904
10747
|
@property
|
10905
10748
|
def EndTime(self):
|
10906
10749
|
return self._EndTime
|
@@ -10917,6 +10760,14 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10917
10760
|
def QueryType(self, QueryType):
|
10918
10761
|
self._QueryType = QueryType
|
10919
10762
|
|
10763
|
+
@property
|
10764
|
+
def StartTime(self):
|
10765
|
+
return self._StartTime
|
10766
|
+
|
10767
|
+
@StartTime.setter
|
10768
|
+
def StartTime(self, StartTime):
|
10769
|
+
self._StartTime = StartTime
|
10770
|
+
|
10920
10771
|
@property
|
10921
10772
|
def SearchValue(self):
|
10922
10773
|
return self._SearchValue
|
@@ -10927,9 +10778,9 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10927
10778
|
|
10928
10779
|
|
10929
10780
|
def _deserialize(self, params):
|
10930
|
-
self._StartTime = params.get("StartTime")
|
10931
10781
|
self._EndTime = params.get("EndTime")
|
10932
10782
|
self._QueryType = params.get("QueryType")
|
10783
|
+
self._StartTime = params.get("StartTime")
|
10933
10784
|
self._SearchValue = params.get("SearchValue")
|
10934
10785
|
memeber_set = set(params.keys())
|
10935
10786
|
for name, value in vars(self).items():
|
@@ -10992,31 +10843,23 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
10992
10843
|
|
10993
10844
|
def __init__(self):
|
10994
10845
|
r"""
|
10995
|
-
:param _StartTime: 开始时间
|
10996
|
-
:type StartTime: str
|
10997
10846
|
:param _EndTime: 结束时间
|
10998
10847
|
:type EndTime: str
|
10999
10848
|
:param _QueryType: 类型 1 告警 2阻断
|
11000
10849
|
:type QueryType: str
|
10850
|
+
:param _StartTime: 开始时间
|
10851
|
+
:type StartTime: str
|
11001
10852
|
:param _Top: top数
|
11002
10853
|
:type Top: int
|
11003
10854
|
:param _SearchValue: 查询条件
|
11004
10855
|
:type SearchValue: str
|
11005
10856
|
"""
|
11006
|
-
self._StartTime = None
|
11007
10857
|
self._EndTime = None
|
11008
10858
|
self._QueryType = None
|
10859
|
+
self._StartTime = None
|
11009
10860
|
self._Top = None
|
11010
10861
|
self._SearchValue = None
|
11011
10862
|
|
11012
|
-
@property
|
11013
|
-
def StartTime(self):
|
11014
|
-
return self._StartTime
|
11015
|
-
|
11016
|
-
@StartTime.setter
|
11017
|
-
def StartTime(self, StartTime):
|
11018
|
-
self._StartTime = StartTime
|
11019
|
-
|
11020
10863
|
@property
|
11021
10864
|
def EndTime(self):
|
11022
10865
|
return self._EndTime
|
@@ -11033,6 +10876,14 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
11033
10876
|
def QueryType(self, QueryType):
|
11034
10877
|
self._QueryType = QueryType
|
11035
10878
|
|
10879
|
+
@property
|
10880
|
+
def StartTime(self):
|
10881
|
+
return self._StartTime
|
10882
|
+
|
10883
|
+
@StartTime.setter
|
10884
|
+
def StartTime(self, StartTime):
|
10885
|
+
self._StartTime = StartTime
|
10886
|
+
|
11036
10887
|
@property
|
11037
10888
|
def Top(self):
|
11038
10889
|
return self._Top
|
@@ -11051,9 +10902,9 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
11051
10902
|
|
11052
10903
|
|
11053
10904
|
def _deserialize(self, params):
|
11054
|
-
self._StartTime = params.get("StartTime")
|
11055
10905
|
self._EndTime = params.get("EndTime")
|
11056
10906
|
self._QueryType = params.get("QueryType")
|
10907
|
+
self._StartTime = params.get("StartTime")
|
11057
10908
|
self._Top = params.get("Top")
|
11058
10909
|
self._SearchValue = params.get("SearchValue")
|
11059
10910
|
memeber_set = set(params.keys())
|
@@ -11185,7 +11036,6 @@ class DescribeTableStatusResponse(AbstractModel):
|
|
11185
11036
|
def __init__(self):
|
11186
11037
|
r"""
|
11187
11038
|
:param _Status: 0:正常,其它:不正常
|
11188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11189
11039
|
:type Status: int
|
11190
11040
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11191
11041
|
:type RequestId: str
|
@@ -11280,7 +11130,6 @@ class DescribeUnHandleEventTabListResponse(AbstractModel):
|
|
11280
11130
|
def __init__(self):
|
11281
11131
|
r"""
|
11282
11132
|
:param _Data: 租户伪攻击链未处置事件
|
11283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11284
11133
|
:type Data: :class:`tencentcloud.cfw.v20190904.models.UnHandleEvent`
|
11285
11134
|
:param _ReturnCode: 错误码,0成功 非0错误
|
11286
11135
|
:type ReturnCode: int
|
@@ -11630,10 +11479,8 @@ class DescribeVpcFwGroupSwitchResponse(AbstractModel):
|
|
11630
11479
|
def __init__(self):
|
11631
11480
|
r"""
|
11632
11481
|
:param _SwitchList: 开关列表
|
11633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11634
11482
|
:type SwitchList: list of FwGroupSwitchShow
|
11635
11483
|
:param _Total: 开关总个数
|
11636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11637
11484
|
:type Total: int
|
11638
11485
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11639
11486
|
:type RequestId: str
|
@@ -11733,57 +11580,42 @@ class EdgeIpInfo(AbstractModel):
|
|
11733
11580
|
:param _PublicIp: 公网IP
|
11734
11581
|
:type PublicIp: str
|
11735
11582
|
:param _PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
|
11736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11737
11583
|
:type PublicIpType: int
|
11738
11584
|
:param _InstanceId: 实例ID
|
11739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11740
11585
|
:type InstanceId: str
|
11741
11586
|
:param _InstanceName: 实例名
|
11742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11743
11587
|
:type InstanceName: str
|
11744
11588
|
:param _IntranetIp: 内网IP
|
11745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11746
11589
|
:type IntranetIp: str
|
11747
11590
|
:param _AssetType: 资产类型
|
11748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11749
11591
|
:type AssetType: str
|
11750
11592
|
:param _Region: 地域
|
11751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11752
11593
|
:type Region: str
|
11753
11594
|
:param _PortRiskCount: 风险端口数
|
11754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11755
11595
|
:type PortRiskCount: int
|
11756
11596
|
:param _LastScanTime: 最近扫描时间
|
11757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11758
11597
|
:type LastScanTime: str
|
11759
11598
|
:param _IsRegionEip: 是否为region eip
|
11760
11599
|
0 不为region eip,不能选择串行
|
11761
11600
|
1 为region eip 可以选择串行
|
11762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11763
11601
|
:type IsRegionEip: int
|
11764
11602
|
:param _VpcId: EIP 所关联的VPC
|
11765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11766
11603
|
:type VpcId: str
|
11767
11604
|
:param _IsSerialRegion: 0: 该地域暂未支持串行
|
11768
11605
|
1: 该用户未在该地域配置串行带宽
|
11769
11606
|
2: 该用户已在该地域配置串行带宽,可以开启串行开关
|
11770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11771
11607
|
:type IsSerialRegion: int
|
11772
11608
|
:param _IsPublicClb: 0: 不是公网CLB 可以开启串行开关
|
11773
11609
|
1: 是公网CLB 不可以开启串行开关
|
11774
11610
|
|
11775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11776
11611
|
:type IsPublicClb: int
|
11777
11612
|
:param _EndpointBindEipNum: 0: 开启开关时提示要创建私有连接。
|
11778
11613
|
1: 关闭该开关是提示删除私有连接。
|
11779
11614
|
如果大于 1: 关闭开关 、开启开关不需提示创建删除私有连接。
|
11780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11781
11615
|
:type EndpointBindEipNum: int
|
11782
11616
|
:param _ScanMode: 扫描深度
|
11783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11784
11617
|
:type ScanMode: str
|
11785
11618
|
:param _ScanStatus: 扫描状态
|
11786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11787
11619
|
:type ScanStatus: int
|
11788
11620
|
:param _Status: 开关状态
|
11789
11621
|
0 : 关闭
|
@@ -11791,26 +11623,20 @@ class EdgeIpInfo(AbstractModel):
|
|
11791
11623
|
2 : 开启中
|
11792
11624
|
3 : 关闭中
|
11793
11625
|
4 : 异常
|
11794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11795
11626
|
:type Status: int
|
11796
11627
|
:param _EndpointId: 私有连接ID
|
11797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11798
11628
|
:type EndpointId: str
|
11799
11629
|
:param _EndpointIp: 私有连接IP
|
11800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11801
11630
|
:type EndpointIp: str
|
11802
11631
|
:param _SwitchMode: 0 : 旁路
|
11803
11632
|
1 : 串行
|
11804
11633
|
2 : 正在模式切换
|
11805
11634
|
:type SwitchMode: int
|
11806
11635
|
:param _SwitchWeight: 开关权重
|
11807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11808
11636
|
:type SwitchWeight: int
|
11809
11637
|
:param _Domain: 域名化CLB的域名
|
11810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11811
11638
|
:type Domain: str
|
11812
11639
|
:param _OverUsedStatus: IP超量状态
|
11813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11814
11640
|
:type OverUsedStatus: int
|
11815
11641
|
"""
|
11816
11642
|
self._PublicIp = None
|
@@ -12133,13 +11959,10 @@ class EnterpriseSecurityGroupRuleBetaInfo(AbstractModel):
|
|
12133
11959
|
def __init__(self):
|
12134
11960
|
r"""
|
12135
11961
|
:param _TaskId: 任务id
|
12136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12137
11962
|
:type TaskId: int
|
12138
11963
|
:param _TaskName: 任务名称
|
12139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12140
11964
|
:type TaskName: str
|
12141
11965
|
:param _LastTime: 时间
|
12142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12143
11966
|
:type LastTime: str
|
12144
11967
|
"""
|
12145
11968
|
self._TaskId = None
|
@@ -12193,16 +12016,12 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12193
12016
|
def __init__(self):
|
12194
12017
|
r"""
|
12195
12018
|
:param _OrderIndex: 排序
|
12196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12197
12019
|
:type OrderIndex: int
|
12198
12020
|
:param _RuleUuid: 主键id
|
12199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12200
12021
|
:type RuleUuid: int
|
12201
12022
|
:param _Uuid: 规则uuid
|
12202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12203
12023
|
:type Uuid: str
|
12204
12024
|
:param _SourceId: 源规则内容
|
12205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12206
12025
|
:type SourceId: str
|
12207
12026
|
:param _SourceType: 源规则类型
|
12208
12027
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
@@ -12217,10 +12036,8 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12217
12036
|
8表示标签(tag)
|
12218
12037
|
9表示地域(region)
|
12219
12038
|
100表示资产分组(resourcegroup)
|
12220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12221
12039
|
:type SourceType: int
|
12222
12040
|
:param _TargetId: 目的规则内容
|
12223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12224
12041
|
:type TargetId: str
|
12225
12042
|
:param _TargetType: 目的规则类型
|
12226
12043
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
@@ -12235,90 +12052,66 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12235
12052
|
8表示标签(tag)
|
12236
12053
|
9表示地域(region)
|
12237
12054
|
100表示资产分组(resourcegroup)
|
12238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12239
12055
|
:type TargetType: int
|
12240
12056
|
:param _Protocol: 协议名称
|
12241
12057
|
取值范围:TCP/ANY/ICMP/UDP
|
12242
12058
|
ANY:表示所有
|
12243
12059
|
|
12244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12245
12060
|
:type Protocol: str
|
12246
12061
|
:param _Port: 端口
|
12247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12248
12062
|
:type Port: str
|
12249
12063
|
:param _Strategy: 规则策略
|
12250
12064
|
取值范围:1/2
|
12251
12065
|
1:阻断
|
12252
12066
|
2:放行
|
12253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12254
12067
|
:type Strategy: int
|
12255
12068
|
:param _Status: 规则启用状态
|
12256
12069
|
取值范围: 0/1
|
12257
12070
|
0:未开启
|
12258
12071
|
1:开启
|
12259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12260
12072
|
:type Status: int
|
12261
12073
|
:param _Detail: 描述
|
12262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12263
12074
|
:type Detail: str
|
12264
12075
|
:param _AclTags: 标签
|
12265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12266
12076
|
:type AclTags: str
|
12267
12077
|
:param _IsNew: 规则最新一次是否有改动
|
12268
12078
|
取值范围:0/1
|
12269
12079
|
0:否
|
12270
12080
|
1:是
|
12271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12272
12081
|
:type IsNew: int
|
12273
12082
|
:param _Region: 地域
|
12274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12275
12083
|
:type Region: str
|
12276
12084
|
:param _IsDelay: 是否延迟下发规则
|
12277
12085
|
取值范围:0/1
|
12278
12086
|
0:立即下发 1:延迟下发
|
12279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12280
12087
|
:type IsDelay: int
|
12281
12088
|
:param _ServiceTemplateId: 服务模板id
|
12282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12283
12089
|
:type ServiceTemplateId: str
|
12284
12090
|
:param _SouInstanceName: 源资产名称
|
12285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12286
12091
|
:type SouInstanceName: str
|
12287
12092
|
:param _SouPublicIp: 源资产公网ip
|
12288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12289
12093
|
:type SouPublicIp: str
|
12290
12094
|
:param _SouPrivateIp: 源资产内网ip
|
12291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12292
12095
|
:type SouPrivateIp: str
|
12293
12096
|
:param _SouCidr: 源资产网段信息
|
12294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12295
12097
|
:type SouCidr: str
|
12296
12098
|
:param _SouParameterName: 源模板名称
|
12297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12298
12099
|
:type SouParameterName: str
|
12299
12100
|
:param _InstanceName: 目的资产名称
|
12300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12301
12101
|
:type InstanceName: str
|
12302
12102
|
:param _PublicIp: 目的资产公网ip
|
12303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12304
12103
|
:type PublicIp: str
|
12305
12104
|
:param _PrivateIp: 目的资产内网ip
|
12306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12307
12105
|
:type PrivateIp: str
|
12308
12106
|
:param _Cidr: 目的资产网段信息
|
12309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12310
12107
|
:type Cidr: str
|
12311
12108
|
:param _ParameterName: 目的模板名称
|
12312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12313
12109
|
:type ParameterName: str
|
12314
12110
|
:param _ProtocolPortName: 端口模板名称
|
12315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12316
12111
|
:type ProtocolPortName: str
|
12317
12112
|
:param _BetaList: 自动化任务信息
|
12318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12319
12113
|
:type BetaList: list of EnterpriseSecurityGroupRuleBetaInfo
|
12320
12114
|
:param _Id: 规则id 等同RuleUuid
|
12321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12322
12115
|
:type Id: int
|
12323
12116
|
"""
|
12324
12117
|
self._OrderIndex = None
|
@@ -12927,10 +12720,8 @@ class FwGateway(AbstractModel):
|
|
12927
12720
|
:param _GatewayId: 防火墙网关id
|
12928
12721
|
:type GatewayId: str
|
12929
12722
|
:param _VpcId: 网关所属vpc id
|
12930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12931
12723
|
:type VpcId: str
|
12932
12724
|
:param _IpAddress: 网关ip地址
|
12933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12934
12725
|
:type IpAddress: str
|
12935
12726
|
"""
|
12936
12727
|
self._GatewayId = None
|
@@ -13035,57 +12826,43 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13035
12826
|
:param _SwitchId: 防火墙开关ID
|
13036
12827
|
:type SwitchId: str
|
13037
12828
|
:param _SwitchName: 防火墙开关NAME
|
13038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13039
12829
|
:type SwitchName: str
|
13040
12830
|
:param _SwitchMode: 互通模式
|
13041
12831
|
:type SwitchMode: int
|
13042
12832
|
:param _ConnectType: 开关边连接类型 0:对等连接, 1:云连网
|
13043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13044
12833
|
:type ConnectType: int
|
13045
12834
|
:param _ConnectId: 连接ID
|
13046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13047
12835
|
:type ConnectId: str
|
13048
12836
|
:param _ConnectName: 连接名称
|
13049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13050
12837
|
:type ConnectName: str
|
13051
12838
|
:param _SrcInstancesInfo: 源实例信息
|
13052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13053
12839
|
:type SrcInstancesInfo: list of NetInstancesInfo
|
13054
12840
|
:param _DstInstancesInfo: 目的实例信息
|
13055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13056
12841
|
:type DstInstancesInfo: list of NetInstancesInfo
|
13057
12842
|
:param _FwGroupId: 防火墙(组)数据
|
13058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13059
12843
|
:type FwGroupId: str
|
13060
12844
|
:param _FwGroupName: 防火墙(组)名称
|
13061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13062
12845
|
:type FwGroupName: str
|
13063
12846
|
:param _Enable: 开关状态 0:关 , 1:开
|
13064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13065
12847
|
:type Enable: int
|
13066
12848
|
:param _Status: 开关的状态 0:正常, 1:转换中
|
13067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13068
12849
|
:type Status: int
|
13069
12850
|
:param _AttachWithEdge: 0-非sase实例,忽略,1-未绑定状态,2-已绑定
|
13070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13071
12851
|
:type AttachWithEdge: int
|
13072
12852
|
:param _CrossEdgeStatus: 对等防火墙和开关状态 0:正常, 1:对等未创建防火墙,2:对等已创建防火墙,未打开开关
|
13073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13074
12853
|
:type CrossEdgeStatus: int
|
13075
12854
|
:param _FwInsRegion: 网络经过VPC防火墙CVM所在地域
|
13076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13077
12855
|
:type FwInsRegion: list of str
|
13078
12856
|
:param _IpsAction: 0 观察 1 拦截 2 严格 3 关闭 4 不支持ips 前端展示tag
|
13079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13080
12857
|
:type IpsAction: int
|
13081
12858
|
:param _FwInsLst: 开关关联的防火墙实例列表
|
13082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13083
12859
|
:type FwInsLst: list of VpcFwInstanceShow
|
13084
12860
|
:param _BypassStatus: 开关是否处于bypass状态
|
13085
12861
|
0:正常状态
|
13086
12862
|
1:bypass状态
|
13087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13088
12863
|
:type BypassStatus: int
|
12864
|
+
:param _IpVersion: 0: ipv4 , 1:ipv6
|
12865
|
+
:type IpVersion: int
|
13089
12866
|
"""
|
13090
12867
|
self._SwitchId = None
|
13091
12868
|
self._SwitchName = None
|
@@ -13105,6 +12882,7 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13105
12882
|
self._IpsAction = None
|
13106
12883
|
self._FwInsLst = None
|
13107
12884
|
self._BypassStatus = None
|
12885
|
+
self._IpVersion = None
|
13108
12886
|
|
13109
12887
|
@property
|
13110
12888
|
def SwitchId(self):
|
@@ -13250,6 +13028,14 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13250
13028
|
def BypassStatus(self, BypassStatus):
|
13251
13029
|
self._BypassStatus = BypassStatus
|
13252
13030
|
|
13031
|
+
@property
|
13032
|
+
def IpVersion(self):
|
13033
|
+
return self._IpVersion
|
13034
|
+
|
13035
|
+
@IpVersion.setter
|
13036
|
+
def IpVersion(self, IpVersion):
|
13037
|
+
self._IpVersion = IpVersion
|
13038
|
+
|
13253
13039
|
|
13254
13040
|
def _deserialize(self, params):
|
13255
13041
|
self._SwitchId = params.get("SwitchId")
|
@@ -13285,6 +13071,7 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13285
13071
|
obj._deserialize(item)
|
13286
13072
|
self._FwInsLst.append(obj)
|
13287
13073
|
self._BypassStatus = params.get("BypassStatus")
|
13074
|
+
self._IpVersion = params.get("IpVersion")
|
13288
13075
|
memeber_set = set(params.keys())
|
13289
13076
|
for name, value in vars(self).items():
|
13290
13077
|
property_name = name[1:]
|
@@ -13393,22 +13180,16 @@ class IdsWhiteInfo(AbstractModel):
|
|
13393
13180
|
def __init__(self):
|
13394
13181
|
r"""
|
13395
13182
|
:param _Id: 白名单唯一ID
|
13396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13397
13183
|
:type Id: int
|
13398
13184
|
:param _SrcIp: 源IP
|
13399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13400
13185
|
:type SrcIp: str
|
13401
13186
|
:param _DstIp: 目的IP
|
13402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13403
13187
|
:type DstIp: str
|
13404
13188
|
:param _WhiteRuleType: 规则类型
|
13405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13406
13189
|
:type WhiteRuleType: str
|
13407
13190
|
:param _FwType: 白名单生效防火墙范围: 1 边界防火墙 2 nat防火墙 4 vpc防火墙 7 = 1+2+4 所有防火墙
|
13408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13409
13191
|
:type FwType: int
|
13410
13192
|
:param _RuleId: 入侵防御规则ID
|
13411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13412
13193
|
:type RuleId: str
|
13413
13194
|
"""
|
13414
13195
|
self._Id = None
|
@@ -13485,25 +13266,7 @@ class IdsWhiteInfo(AbstractModel):
|
|
13485
13266
|
|
13486
13267
|
|
13487
13268
|
class InstanceInfo(AbstractModel):
|
13488
|
-
"""
|
13489
|
-
type InstanceInfo struct {
|
13490
|
-
AppID string `json:"AppId" gorm:"column:appid"`
|
13491
|
-
Region string `json:"Region" gorm:"column:region"`
|
13492
|
-
VPCID string `json:"VpcId" gorm:"column:vpc_id"`
|
13493
|
-
SubNetID string `json:"SubnetId" gorm:"column:subnet_id"`
|
13494
|
-
InstanceID string `json:"InstanceId" gorm:"column:instance_id"`
|
13495
|
-
InstanceName string `json:"InstanceName" gorm:"column:instance_name"`
|
13496
|
-
//InsType common.CVM 3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA
|
13497
|
-
InsType int `json:"InsType" gorm:"column:instance_type"`
|
13498
|
-
PublicIP string `json:"PublicIp" gorm:"column:public_ip"`
|
13499
|
-
PrivateIP string `json:"PrivateIp" gorm:"column:ip"`
|
13500
|
-
|
13501
|
-
//规则下发无需管,前端展示用
|
13502
|
-
PortNum string `json:"PortNum" gorm:"column:port_num"`
|
13503
|
-
LeakNum string `json:"LeakNum" gorm:"column:leak_num"`
|
13504
|
-
ResourceGroupNum int `json:"ResourceGroupNum"`
|
13505
|
-
VPCName string `json:"VPCName" gorm:"column:VPCName"`
|
13506
|
-
}
|
13269
|
+
"""实例详情结果
|
13507
13270
|
|
13508
13271
|
"""
|
13509
13272
|
|
@@ -13511,57 +13274,55 @@ class InstanceInfo(AbstractModel):
|
|
13511
13274
|
r"""
|
13512
13275
|
:param _AppId: appid信息
|
13513
13276
|
:type AppId: str
|
13514
|
-
:param
|
13515
|
-
|
13516
|
-
:
|
13517
|
-
:
|
13518
|
-
|
13519
|
-
:type
|
13520
|
-
:param _SubnetId: 子网id
|
13521
|
-
:type SubnetId: str
|
13277
|
+
:param _InsSource: 资产来源
|
13278
|
+
1公网 2内网
|
13279
|
+
:type InsSource: str
|
13280
|
+
:param _InsType: 资产类型
|
13281
|
+
3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW
|
13282
|
+
:type InsType: int
|
13522
13283
|
:param _InstanceId: 资产id
|
13523
13284
|
:type InstanceId: str
|
13524
13285
|
:param _InstanceName: 资产名
|
13525
13286
|
:type InstanceName: str
|
13526
|
-
:param _InsType: 资产类型
|
13527
|
-
3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW
|
13528
|
-
:type InsType: int
|
13529
|
-
:param _PublicIp: 公网ip
|
13530
|
-
:type PublicIp: str
|
13531
|
-
:param _PrivateIp: 内网ip
|
13532
|
-
:type PrivateIp: str
|
13533
|
-
:param _PortNum: 端口数
|
13534
|
-
:type PortNum: str
|
13535
13287
|
:param _LeakNum: 漏洞数
|
13536
13288
|
:type LeakNum: str
|
13537
|
-
:param
|
13538
|
-
:type
|
13539
|
-
:param
|
13540
|
-
|
13289
|
+
:param _PortNum: 端口数
|
13290
|
+
:type PortNum: str
|
13291
|
+
:param _PrivateIp: 内网ip
|
13292
|
+
:type PrivateIp: str
|
13293
|
+
:param _PublicIp: 公网ip
|
13294
|
+
:type PublicIp: str
|
13295
|
+
:param _Region: 地域
|
13296
|
+
:type Region: str
|
13297
|
+
:param _RegionKey: 地域
|
13298
|
+
:type RegionKey: str
|
13299
|
+
:param _ResourcePath: 资产路径
|
13541
13300
|
:type ResourcePath: list of str
|
13542
13301
|
:param _Server: 扫描结果
|
13543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13544
13302
|
:type Server: list of str
|
13545
|
-
:param
|
13546
|
-
|
13547
|
-
:
|
13303
|
+
:param _SubnetId: 子网id
|
13304
|
+
:type SubnetId: str
|
13305
|
+
:param _VPCName: vpc名称
|
13306
|
+
:type VPCName: str
|
13307
|
+
:param _VpcId: vpcid信息
|
13308
|
+
:type VpcId: str
|
13548
13309
|
"""
|
13549
13310
|
self._AppId = None
|
13550
|
-
self.
|
13551
|
-
self.
|
13552
|
-
self._VPCName = None
|
13553
|
-
self._SubnetId = None
|
13311
|
+
self._InsSource = None
|
13312
|
+
self._InsType = None
|
13554
13313
|
self._InstanceId = None
|
13555
13314
|
self._InstanceName = None
|
13556
|
-
self._InsType = None
|
13557
|
-
self._PublicIp = None
|
13558
|
-
self._PrivateIp = None
|
13559
|
-
self._PortNum = None
|
13560
13315
|
self._LeakNum = None
|
13561
|
-
self.
|
13316
|
+
self._PortNum = None
|
13317
|
+
self._PrivateIp = None
|
13318
|
+
self._PublicIp = None
|
13319
|
+
self._Region = None
|
13320
|
+
self._RegionKey = None
|
13562
13321
|
self._ResourcePath = None
|
13563
13322
|
self._Server = None
|
13564
|
-
self.
|
13323
|
+
self._SubnetId = None
|
13324
|
+
self._VPCName = None
|
13325
|
+
self._VpcId = None
|
13565
13326
|
|
13566
13327
|
@property
|
13567
13328
|
def AppId(self):
|
@@ -13572,36 +13333,20 @@ class InstanceInfo(AbstractModel):
|
|
13572
13333
|
self._AppId = AppId
|
13573
13334
|
|
13574
13335
|
@property
|
13575
|
-
def
|
13576
|
-
return self.
|
13577
|
-
|
13578
|
-
@Region.setter
|
13579
|
-
def Region(self, Region):
|
13580
|
-
self._Region = Region
|
13581
|
-
|
13582
|
-
@property
|
13583
|
-
def VpcId(self):
|
13584
|
-
return self._VpcId
|
13585
|
-
|
13586
|
-
@VpcId.setter
|
13587
|
-
def VpcId(self, VpcId):
|
13588
|
-
self._VpcId = VpcId
|
13589
|
-
|
13590
|
-
@property
|
13591
|
-
def VPCName(self):
|
13592
|
-
return self._VPCName
|
13336
|
+
def InsSource(self):
|
13337
|
+
return self._InsSource
|
13593
13338
|
|
13594
|
-
@
|
13595
|
-
def
|
13596
|
-
self.
|
13339
|
+
@InsSource.setter
|
13340
|
+
def InsSource(self, InsSource):
|
13341
|
+
self._InsSource = InsSource
|
13597
13342
|
|
13598
13343
|
@property
|
13599
|
-
def
|
13600
|
-
return self.
|
13344
|
+
def InsType(self):
|
13345
|
+
return self._InsType
|
13601
13346
|
|
13602
|
-
@
|
13603
|
-
def
|
13604
|
-
self.
|
13347
|
+
@InsType.setter
|
13348
|
+
def InsType(self, InsType):
|
13349
|
+
self._InsType = InsType
|
13605
13350
|
|
13606
13351
|
@property
|
13607
13352
|
def InstanceId(self):
|
@@ -13620,20 +13365,20 @@ class InstanceInfo(AbstractModel):
|
|
13620
13365
|
self._InstanceName = InstanceName
|
13621
13366
|
|
13622
13367
|
@property
|
13623
|
-
def
|
13624
|
-
return self.
|
13368
|
+
def LeakNum(self):
|
13369
|
+
return self._LeakNum
|
13625
13370
|
|
13626
|
-
@
|
13627
|
-
def
|
13628
|
-
self.
|
13371
|
+
@LeakNum.setter
|
13372
|
+
def LeakNum(self, LeakNum):
|
13373
|
+
self._LeakNum = LeakNum
|
13629
13374
|
|
13630
13375
|
@property
|
13631
|
-
def
|
13632
|
-
return self.
|
13376
|
+
def PortNum(self):
|
13377
|
+
return self._PortNum
|
13633
13378
|
|
13634
|
-
@
|
13635
|
-
def
|
13636
|
-
self.
|
13379
|
+
@PortNum.setter
|
13380
|
+
def PortNum(self, PortNum):
|
13381
|
+
self._PortNum = PortNum
|
13637
13382
|
|
13638
13383
|
@property
|
13639
13384
|
def PrivateIp(self):
|
@@ -13644,28 +13389,28 @@ class InstanceInfo(AbstractModel):
|
|
13644
13389
|
self._PrivateIp = PrivateIp
|
13645
13390
|
|
13646
13391
|
@property
|
13647
|
-
def
|
13648
|
-
return self.
|
13392
|
+
def PublicIp(self):
|
13393
|
+
return self._PublicIp
|
13649
13394
|
|
13650
|
-
@
|
13651
|
-
def
|
13652
|
-
self.
|
13395
|
+
@PublicIp.setter
|
13396
|
+
def PublicIp(self, PublicIp):
|
13397
|
+
self._PublicIp = PublicIp
|
13653
13398
|
|
13654
13399
|
@property
|
13655
|
-
def
|
13656
|
-
return self.
|
13400
|
+
def Region(self):
|
13401
|
+
return self._Region
|
13657
13402
|
|
13658
|
-
@
|
13659
|
-
def
|
13660
|
-
self.
|
13403
|
+
@Region.setter
|
13404
|
+
def Region(self, Region):
|
13405
|
+
self._Region = Region
|
13661
13406
|
|
13662
13407
|
@property
|
13663
|
-
def
|
13664
|
-
return self.
|
13408
|
+
def RegionKey(self):
|
13409
|
+
return self._RegionKey
|
13665
13410
|
|
13666
|
-
@
|
13667
|
-
def
|
13668
|
-
self.
|
13411
|
+
@RegionKey.setter
|
13412
|
+
def RegionKey(self, RegionKey):
|
13413
|
+
self._RegionKey = RegionKey
|
13669
13414
|
|
13670
13415
|
@property
|
13671
13416
|
def ResourcePath(self):
|
@@ -13684,31 +13429,47 @@ class InstanceInfo(AbstractModel):
|
|
13684
13429
|
self._Server = Server
|
13685
13430
|
|
13686
13431
|
@property
|
13687
|
-
def
|
13688
|
-
return self.
|
13432
|
+
def SubnetId(self):
|
13433
|
+
return self._SubnetId
|
13689
13434
|
|
13690
|
-
@
|
13691
|
-
def
|
13692
|
-
self.
|
13435
|
+
@SubnetId.setter
|
13436
|
+
def SubnetId(self, SubnetId):
|
13437
|
+
self._SubnetId = SubnetId
|
13438
|
+
|
13439
|
+
@property
|
13440
|
+
def VPCName(self):
|
13441
|
+
return self._VPCName
|
13442
|
+
|
13443
|
+
@VPCName.setter
|
13444
|
+
def VPCName(self, VPCName):
|
13445
|
+
self._VPCName = VPCName
|
13446
|
+
|
13447
|
+
@property
|
13448
|
+
def VpcId(self):
|
13449
|
+
return self._VpcId
|
13450
|
+
|
13451
|
+
@VpcId.setter
|
13452
|
+
def VpcId(self, VpcId):
|
13453
|
+
self._VpcId = VpcId
|
13693
13454
|
|
13694
13455
|
|
13695
13456
|
def _deserialize(self, params):
|
13696
13457
|
self._AppId = params.get("AppId")
|
13697
|
-
self.
|
13698
|
-
self.
|
13699
|
-
self._VPCName = params.get("VPCName")
|
13700
|
-
self._SubnetId = params.get("SubnetId")
|
13458
|
+
self._InsSource = params.get("InsSource")
|
13459
|
+
self._InsType = params.get("InsType")
|
13701
13460
|
self._InstanceId = params.get("InstanceId")
|
13702
13461
|
self._InstanceName = params.get("InstanceName")
|
13703
|
-
self._InsType = params.get("InsType")
|
13704
|
-
self._PublicIp = params.get("PublicIp")
|
13705
|
-
self._PrivateIp = params.get("PrivateIp")
|
13706
|
-
self._PortNum = params.get("PortNum")
|
13707
13462
|
self._LeakNum = params.get("LeakNum")
|
13708
|
-
self.
|
13463
|
+
self._PortNum = params.get("PortNum")
|
13464
|
+
self._PrivateIp = params.get("PrivateIp")
|
13465
|
+
self._PublicIp = params.get("PublicIp")
|
13466
|
+
self._Region = params.get("Region")
|
13467
|
+
self._RegionKey = params.get("RegionKey")
|
13709
13468
|
self._ResourcePath = params.get("ResourcePath")
|
13710
13469
|
self._Server = params.get("Server")
|
13711
|
-
self.
|
13470
|
+
self._SubnetId = params.get("SubnetId")
|
13471
|
+
self._VPCName = params.get("VPCName")
|
13472
|
+
self._VpcId = params.get("VpcId")
|
13712
13473
|
memeber_set = set(params.keys())
|
13713
13474
|
for name, value in vars(self).items():
|
13714
13475
|
property_name = name[1:]
|
@@ -13820,13 +13581,10 @@ class IocListData(AbstractModel):
|
|
13820
13581
|
def __init__(self):
|
13821
13582
|
r"""
|
13822
13583
|
:param _IP: 待处置IP地址,IP/Domain字段二选一
|
13823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13824
13584
|
:type IP: str
|
13825
13585
|
:param _Direction: 只能为0或者1 0代表出站 1代表入站
|
13826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13827
13586
|
:type Direction: int
|
13828
13587
|
:param _Domain: 待处置域名,IP/Domain字段二选一
|
13829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13830
13588
|
:type Domain: str
|
13831
13589
|
"""
|
13832
13590
|
self._IP = None
|
@@ -14001,7 +13759,6 @@ class ModifyAcRuleResponse(AbstractModel):
|
|
14001
13759
|
:param _Status: 状态值,0:操作成功,非0:操作失败
|
14002
13760
|
:type Status: int
|
14003
13761
|
:param _Info: 返回多余的信息
|
14004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14005
13762
|
:type Info: str
|
14006
13763
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14007
13764
|
:type RequestId: str
|
@@ -14313,10 +14070,8 @@ class ModifyAllPublicIPSwitchStatusResponse(AbstractModel):
|
|
14313
14070
|
def __init__(self):
|
14314
14071
|
r"""
|
14315
14072
|
:param _ReturnMsg: 接口返回信息
|
14316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14317
14073
|
:type ReturnMsg: str
|
14318
14074
|
:param _ReturnCode: 接口返回错误码,0请求成功 非0失败
|
14319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14320
14075
|
:type ReturnCode: int
|
14321
14076
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14322
14077
|
:type RequestId: str
|
@@ -14433,7 +14188,6 @@ class ModifyAllRuleStatusResponse(AbstractModel):
|
|
14433
14188
|
def __init__(self):
|
14434
14189
|
r"""
|
14435
14190
|
:param _Status: 0: 修改成功, 其他: 修改失败
|
14436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14437
14191
|
:type Status: int
|
14438
14192
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14439
14193
|
:type RequestId: str
|
@@ -14634,10 +14388,8 @@ class ModifyAssetScanResponse(AbstractModel):
|
|
14634
14388
|
def __init__(self):
|
14635
14389
|
r"""
|
14636
14390
|
:param _ReturnMsg: 接口返回信息
|
14637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14638
14391
|
:type ReturnMsg: str
|
14639
14392
|
:param _ReturnCode: 接口返回错误码,0请求成功 非0失败
|
14640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14641
14393
|
:type ReturnCode: int
|
14642
14394
|
:param _Status: 状态值 0:成功,1 执行扫描中,其他:失败
|
14643
14395
|
:type Status: int
|
@@ -15047,21 +14799,13 @@ class ModifyBlockTopRequest(AbstractModel):
|
|
15047
14799
|
|
15048
14800
|
def __init__(self):
|
15049
14801
|
r"""
|
15050
|
-
:param _UniqueId: 记录id
|
15051
|
-
:type UniqueId: str
|
15052
14802
|
:param _OpeType: 操作类型 1 置顶 0取消
|
15053
14803
|
:type OpeType: str
|
14804
|
+
:param _UniqueId: 记录id
|
14805
|
+
:type UniqueId: str
|
15054
14806
|
"""
|
15055
|
-
self._UniqueId = None
|
15056
14807
|
self._OpeType = None
|
15057
|
-
|
15058
|
-
@property
|
15059
|
-
def UniqueId(self):
|
15060
|
-
return self._UniqueId
|
15061
|
-
|
15062
|
-
@UniqueId.setter
|
15063
|
-
def UniqueId(self, UniqueId):
|
15064
|
-
self._UniqueId = UniqueId
|
14808
|
+
self._UniqueId = None
|
15065
14809
|
|
15066
14810
|
@property
|
15067
14811
|
def OpeType(self):
|
@@ -15071,10 +14815,18 @@ class ModifyBlockTopRequest(AbstractModel):
|
|
15071
14815
|
def OpeType(self, OpeType):
|
15072
14816
|
self._OpeType = OpeType
|
15073
14817
|
|
14818
|
+
@property
|
14819
|
+
def UniqueId(self):
|
14820
|
+
return self._UniqueId
|
14821
|
+
|
14822
|
+
@UniqueId.setter
|
14823
|
+
def UniqueId(self, UniqueId):
|
14824
|
+
self._UniqueId = UniqueId
|
14825
|
+
|
15074
14826
|
|
15075
14827
|
def _deserialize(self, params):
|
15076
|
-
self._UniqueId = params.get("UniqueId")
|
15077
14828
|
self._OpeType = params.get("OpeType")
|
14829
|
+
self._UniqueId = params.get("UniqueId")
|
15078
14830
|
memeber_set = set(params.keys())
|
15079
14831
|
for name, value in vars(self).items():
|
15080
14832
|
property_name = name[1:]
|
@@ -15389,7 +15141,6 @@ class ModifyEnterpriseSecurityDispatchStatusResponse(AbstractModel):
|
|
15389
15141
|
def __init__(self):
|
15390
15142
|
r"""
|
15391
15143
|
:param _Status: 0: 修改成功, 其他: 修改失败
|
15392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15393
15144
|
:type Status: int
|
15394
15145
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15395
15146
|
:type RequestId: str
|
@@ -15963,7 +15714,6 @@ class ModifyNatFwVpcDnsSwitchResponse(AbstractModel):
|
|
15963
15714
|
def __init__(self):
|
15964
15715
|
r"""
|
15965
15716
|
:param _ReturnMsg: 修改成功
|
15966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15967
15717
|
:type ReturnMsg: str
|
15968
15718
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15969
15719
|
:type RequestId: str
|
@@ -16776,7 +16526,6 @@ class ModifySequenceRulesResponse(AbstractModel):
|
|
16776
16526
|
def __init__(self):
|
16777
16527
|
r"""
|
16778
16528
|
:param _Status: 0: 修改成功, 非0: 修改失败
|
16779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16780
16529
|
:type Status: int
|
16781
16530
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16782
16531
|
:type RequestId: str
|
@@ -16914,7 +16663,6 @@ class ModifyTableStatusResponse(AbstractModel):
|
|
16914
16663
|
def __init__(self):
|
16915
16664
|
r"""
|
16916
16665
|
:param _Status: 0:正常,-1:不正常
|
16917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16918
16666
|
:type Status: int
|
16919
16667
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16920
16668
|
:type RequestId: str
|
@@ -17193,10 +16941,8 @@ class NatFwEipsInfo(AbstractModel):
|
|
17193
16941
|
:param _Eip: 弹性公网ip
|
17194
16942
|
:type Eip: str
|
17195
16943
|
:param _NatGatewayId: 所属的Nat网关Id
|
17196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17197
16944
|
:type NatGatewayId: str
|
17198
16945
|
:param _NatGatewayName: Nat网关名称
|
17199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17200
16946
|
:type NatGatewayName: str
|
17201
16947
|
"""
|
17202
16948
|
self._Eip = None
|
@@ -17299,16 +17045,12 @@ class NatFwInstance(AbstractModel):
|
|
17299
17045
|
:param _NatinsName: nat实例名称
|
17300
17046
|
:type NatinsName: str
|
17301
17047
|
:param _Region: 实例所在地域
|
17302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17303
17048
|
:type Region: str
|
17304
17049
|
:param _FwMode: 0:新增模式,1:接入模式
|
17305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17306
17050
|
:type FwMode: int
|
17307
17051
|
:param _Status: 0:正常状态, 1: 正在创建
|
17308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17309
17052
|
:type Status: int
|
17310
17053
|
:param _NatIp: nat公网ip
|
17311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17312
17054
|
:type NatIp: str
|
17313
17055
|
"""
|
17314
17056
|
self._NatinsId = None
|
@@ -17408,71 +17150,50 @@ class NatInstanceInfo(AbstractModel):
|
|
17408
17150
|
:param _RegionZh: 地域中文信息
|
17409
17151
|
:type RegionZh: str
|
17410
17152
|
:param _EipAddress: 公网ip数组
|
17411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17412
17153
|
:type EipAddress: list of str
|
17413
17154
|
:param _VpcIp: 内外使用ip数组
|
17414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17415
17155
|
:type VpcIp: list of str
|
17416
17156
|
:param _Subnets: 实例关联子网数组
|
17417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17418
17157
|
:type Subnets: list of str
|
17419
17158
|
:param _Status: 0 :正常 1:正在初始化
|
17420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17421
17159
|
:type Status: int
|
17422
17160
|
:param _RegionDetail: 地域区域信息
|
17423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17424
17161
|
:type RegionDetail: str
|
17425
17162
|
:param _ZoneZh: 实例所在可用区
|
17426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17427
17163
|
:type ZoneZh: str
|
17428
17164
|
:param _ZoneZhBak: 实例所在可用区
|
17429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17430
17165
|
:type ZoneZhBak: str
|
17431
17166
|
:param _RuleUsed: 已使用规则数
|
17432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17433
17167
|
:type RuleUsed: int
|
17434
17168
|
:param _RuleMax: 实例的规则限制最大规格数
|
17435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17436
17169
|
:type RuleMax: int
|
17437
17170
|
:param _EngineVersion: 实例引擎版本
|
17438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17439
17171
|
:type EngineVersion: str
|
17440
17172
|
:param _UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
17441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17442
17173
|
:type UpdateEnable: int
|
17443
17174
|
:param _NeedProbeEngineUpdate: 是的需要升级引擎 支持 nat拨测 1需要 0不需要
|
17444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17445
17175
|
:type NeedProbeEngineUpdate: int
|
17446
17176
|
:param _TrafficMode: 引擎运行模式,Normal:正常, OnlyRoute:透明模式
|
17447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17448
17177
|
:type TrafficMode: str
|
17449
17178
|
:param _Zone: 实例主所在可用区
|
17450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17451
17179
|
:type Zone: str
|
17452
17180
|
:param _ZoneBak: 实例备所在可用区
|
17453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17454
17181
|
:type ZoneBak: str
|
17455
17182
|
:param _ReserveTime: 引擎预约升级时间
|
17456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17457
17183
|
:type ReserveTime: str
|
17458
17184
|
:param _ReserveVersion: 引擎预约升级版本
|
17459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17460
17185
|
:type ReserveVersion: str
|
17461
|
-
:param _ReserveVersionState: 引擎预约升级版本状态
|
17462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17186
|
+
:param _ReserveVersionState: 引擎预约升级版本状态 stable:稳定版;previewed:预览版
|
17463
17187
|
:type ReserveVersionState: str
|
17464
17188
|
:param _ElasticSwitch: 弹性开关
|
17465
17189
|
1 打开
|
17466
17190
|
0 关闭
|
17467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17468
17191
|
:type ElasticSwitch: int
|
17469
17192
|
:param _ElasticBandwidth: 弹性带宽,单位Mbps
|
17470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17471
17193
|
:type ElasticBandwidth: int
|
17472
17194
|
:param _IsFirstAfterPay: 是否首次开通按量付费
|
17473
17195
|
1 是
|
17474
17196
|
0 不是
|
17475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17476
17197
|
:type IsFirstAfterPay: int
|
17477
17198
|
"""
|
17478
17199
|
self._NatinsId = None
|
@@ -17786,7 +17507,6 @@ class NetInstancesInfo(AbstractModel):
|
|
17786
17507
|
def __init__(self):
|
17787
17508
|
r"""
|
17788
17509
|
:param _InstanceId: 网络实例ID
|
17789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17790
17510
|
:type InstanceId: str
|
17791
17511
|
:param _InstanceName: 网络实例名称
|
17792
17512
|
:type InstanceName: str
|
@@ -17948,10 +17668,8 @@ class RemoveAcRuleResponse(AbstractModel):
|
|
17948
17668
|
:param _RuleUuid: 删除成功后返回被删除策略的uuid
|
17949
17669
|
:type RuleUuid: int
|
17950
17670
|
:param _ReturnCode: 0代表成功,-1代表失败
|
17951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17952
17671
|
:type ReturnCode: int
|
17953
17672
|
:param _ReturnMsg: success代表成功,failed代表失败
|
17954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17955
17673
|
:type ReturnMsg: str
|
17956
17674
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17957
17675
|
:type RequestId: str
|
@@ -18138,7 +17856,6 @@ class RemoveEnterpriseSecurityGroupRuleResponse(AbstractModel):
|
|
18138
17856
|
:param _RuleUuid: 删除成功后返回被删除策略的uuid
|
18139
17857
|
:type RuleUuid: int
|
18140
17858
|
:param _Status: 0代表成功,-1代表失败
|
18141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18142
17859
|
:type Status: int
|
18143
17860
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18144
17861
|
:type RequestId: str
|
@@ -18269,8 +17986,11 @@ class RemoveVpcAcRuleRequest(AbstractModel):
|
|
18269
17986
|
r"""
|
18270
17987
|
:param _RuleUuids: 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
|
18271
17988
|
:type RuleUuids: list of int
|
17989
|
+
:param _IpVersion: 仅当RuleUuids为-1时有效;0:删除Ipv4规则,1:删除Ipv6规则;默认为Ipv4类型规则
|
17990
|
+
:type IpVersion: int
|
18272
17991
|
"""
|
18273
17992
|
self._RuleUuids = None
|
17993
|
+
self._IpVersion = None
|
18274
17994
|
|
18275
17995
|
@property
|
18276
17996
|
def RuleUuids(self):
|
@@ -18280,9 +18000,18 @@ class RemoveVpcAcRuleRequest(AbstractModel):
|
|
18280
18000
|
def RuleUuids(self, RuleUuids):
|
18281
18001
|
self._RuleUuids = RuleUuids
|
18282
18002
|
|
18003
|
+
@property
|
18004
|
+
def IpVersion(self):
|
18005
|
+
return self._IpVersion
|
18006
|
+
|
18007
|
+
@IpVersion.setter
|
18008
|
+
def IpVersion(self, IpVersion):
|
18009
|
+
self._IpVersion = IpVersion
|
18010
|
+
|
18283
18011
|
|
18284
18012
|
def _deserialize(self, params):
|
18285
18013
|
self._RuleUuids = params.get("RuleUuids")
|
18014
|
+
self._IpVersion = params.get("IpVersion")
|
18286
18015
|
memeber_set = set(params.keys())
|
18287
18016
|
for name, value in vars(self).items():
|
18288
18017
|
property_name = name[1:]
|
@@ -18643,20 +18372,28 @@ class ScanInfo(AbstractModel):
|
|
18643
18372
|
|
18644
18373
|
def __init__(self):
|
18645
18374
|
r"""
|
18375
|
+
:param _ScanPercent: 进度
|
18376
|
+
:type ScanPercent: float
|
18646
18377
|
:param _ScanResultInfo: 扫描结果信息
|
18647
18378
|
:type ScanResultInfo: :class:`tencentcloud.cfw.v20190904.models.ScanResultInfo`
|
18648
18379
|
:param _ScanStatus: 扫描状态 0扫描中 1完成 2未勾选自动扫描
|
18649
18380
|
:type ScanStatus: int
|
18650
|
-
:param _ScanPercent: 进度
|
18651
|
-
:type ScanPercent: float
|
18652
18381
|
:param _ScanTime: 预计完成时间
|
18653
18382
|
:type ScanTime: str
|
18654
18383
|
"""
|
18384
|
+
self._ScanPercent = None
|
18655
18385
|
self._ScanResultInfo = None
|
18656
18386
|
self._ScanStatus = None
|
18657
|
-
self._ScanPercent = None
|
18658
18387
|
self._ScanTime = None
|
18659
18388
|
|
18389
|
+
@property
|
18390
|
+
def ScanPercent(self):
|
18391
|
+
return self._ScanPercent
|
18392
|
+
|
18393
|
+
@ScanPercent.setter
|
18394
|
+
def ScanPercent(self, ScanPercent):
|
18395
|
+
self._ScanPercent = ScanPercent
|
18396
|
+
|
18660
18397
|
@property
|
18661
18398
|
def ScanResultInfo(self):
|
18662
18399
|
return self._ScanResultInfo
|
@@ -18673,14 +18410,6 @@ class ScanInfo(AbstractModel):
|
|
18673
18410
|
def ScanStatus(self, ScanStatus):
|
18674
18411
|
self._ScanStatus = ScanStatus
|
18675
18412
|
|
18676
|
-
@property
|
18677
|
-
def ScanPercent(self):
|
18678
|
-
return self._ScanPercent
|
18679
|
-
|
18680
|
-
@ScanPercent.setter
|
18681
|
-
def ScanPercent(self, ScanPercent):
|
18682
|
-
self._ScanPercent = ScanPercent
|
18683
|
-
|
18684
18413
|
@property
|
18685
18414
|
def ScanTime(self):
|
18686
18415
|
return self._ScanTime
|
@@ -18691,11 +18420,11 @@ class ScanInfo(AbstractModel):
|
|
18691
18420
|
|
18692
18421
|
|
18693
18422
|
def _deserialize(self, params):
|
18423
|
+
self._ScanPercent = params.get("ScanPercent")
|
18694
18424
|
if params.get("ScanResultInfo") is not None:
|
18695
18425
|
self._ScanResultInfo = ScanResultInfo()
|
18696
18426
|
self._ScanResultInfo._deserialize(params.get("ScanResultInfo"))
|
18697
18427
|
self._ScanStatus = params.get("ScanStatus")
|
18698
|
-
self._ScanPercent = params.get("ScanPercent")
|
18699
18428
|
self._ScanTime = params.get("ScanTime")
|
18700
18429
|
memeber_set = set(params.keys())
|
18701
18430
|
for name, value in vars(self).items():
|
@@ -18708,44 +18437,39 @@ class ScanInfo(AbstractModel):
|
|
18708
18437
|
|
18709
18438
|
|
18710
18439
|
class ScanResultInfo(AbstractModel):
|
18711
|
-
"""新手引导扫描结果信息
|
18712
|
-
LeakNum int
|
18713
|
-
IPNum int
|
18714
|
-
IPStatus bool
|
18715
|
-
IdpStatus bool
|
18716
|
-
BanStatus bool
|
18440
|
+
"""新手引导扫描结果信息
|
18717
18441
|
|
18718
18442
|
"""
|
18719
18443
|
|
18720
18444
|
def __init__(self):
|
18721
18445
|
r"""
|
18722
|
-
:param
|
18723
|
-
:type
|
18446
|
+
:param _BanStatus: 是否禁封端口
|
18447
|
+
:type BanStatus: bool
|
18724
18448
|
:param _IPNum: 防护ip数量
|
18725
18449
|
:type IPNum: int
|
18726
|
-
:param _PortNum: 暴露端口数量
|
18727
|
-
:type PortNum: int
|
18728
18450
|
:param _IPStatus: 是否开启防护
|
18729
18451
|
:type IPStatus: bool
|
18730
18452
|
:param _IdpStatus: 是否拦截攻击
|
18731
18453
|
:type IdpStatus: bool
|
18732
|
-
:param
|
18733
|
-
:type
|
18454
|
+
:param _LeakNum: 暴露漏洞数量
|
18455
|
+
:type LeakNum: int
|
18456
|
+
:param _PortNum: 暴露端口数量
|
18457
|
+
:type PortNum: int
|
18734
18458
|
"""
|
18735
|
-
self.
|
18459
|
+
self._BanStatus = None
|
18736
18460
|
self._IPNum = None
|
18737
|
-
self._PortNum = None
|
18738
18461
|
self._IPStatus = None
|
18739
18462
|
self._IdpStatus = None
|
18740
|
-
self.
|
18463
|
+
self._LeakNum = None
|
18464
|
+
self._PortNum = None
|
18741
18465
|
|
18742
18466
|
@property
|
18743
|
-
def
|
18744
|
-
return self.
|
18467
|
+
def BanStatus(self):
|
18468
|
+
return self._BanStatus
|
18745
18469
|
|
18746
|
-
@
|
18747
|
-
def
|
18748
|
-
self.
|
18470
|
+
@BanStatus.setter
|
18471
|
+
def BanStatus(self, BanStatus):
|
18472
|
+
self._BanStatus = BanStatus
|
18749
18473
|
|
18750
18474
|
@property
|
18751
18475
|
def IPNum(self):
|
@@ -18755,14 +18479,6 @@ class ScanResultInfo(AbstractModel):
|
|
18755
18479
|
def IPNum(self, IPNum):
|
18756
18480
|
self._IPNum = IPNum
|
18757
18481
|
|
18758
|
-
@property
|
18759
|
-
def PortNum(self):
|
18760
|
-
return self._PortNum
|
18761
|
-
|
18762
|
-
@PortNum.setter
|
18763
|
-
def PortNum(self, PortNum):
|
18764
|
-
self._PortNum = PortNum
|
18765
|
-
|
18766
18482
|
@property
|
18767
18483
|
def IPStatus(self):
|
18768
18484
|
return self._IPStatus
|
@@ -18780,21 +18496,29 @@ class ScanResultInfo(AbstractModel):
|
|
18780
18496
|
self._IdpStatus = IdpStatus
|
18781
18497
|
|
18782
18498
|
@property
|
18783
|
-
def
|
18784
|
-
return self.
|
18499
|
+
def LeakNum(self):
|
18500
|
+
return self._LeakNum
|
18785
18501
|
|
18786
|
-
@
|
18787
|
-
def
|
18788
|
-
self.
|
18502
|
+
@LeakNum.setter
|
18503
|
+
def LeakNum(self, LeakNum):
|
18504
|
+
self._LeakNum = LeakNum
|
18505
|
+
|
18506
|
+
@property
|
18507
|
+
def PortNum(self):
|
18508
|
+
return self._PortNum
|
18509
|
+
|
18510
|
+
@PortNum.setter
|
18511
|
+
def PortNum(self, PortNum):
|
18512
|
+
self._PortNum = PortNum
|
18789
18513
|
|
18790
18514
|
|
18791
18515
|
def _deserialize(self, params):
|
18792
|
-
self.
|
18516
|
+
self._BanStatus = params.get("BanStatus")
|
18793
18517
|
self._IPNum = params.get("IPNum")
|
18794
|
-
self._PortNum = params.get("PortNum")
|
18795
18518
|
self._IPStatus = params.get("IPStatus")
|
18796
18519
|
self._IdpStatus = params.get("IdpStatus")
|
18797
|
-
self.
|
18520
|
+
self._LeakNum = params.get("LeakNum")
|
18521
|
+
self._PortNum = params.get("PortNum")
|
18798
18522
|
memeber_set = set(params.keys())
|
18799
18523
|
for name, value in vars(self).items():
|
18800
18524
|
property_name = name[1:]
|
@@ -18813,66 +18537,46 @@ class SecurityGroupBothWayInfo(AbstractModel):
|
|
18813
18537
|
def __init__(self):
|
18814
18538
|
r"""
|
18815
18539
|
:param _OrderIndex: 执行顺序
|
18816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18817
18540
|
:type OrderIndex: int
|
18818
18541
|
:param _SourceId: 访问源
|
18819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18820
18542
|
:type SourceId: str
|
18821
18543
|
:param _SourceType: 访问源类型,默认为0,0: IP, 1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资产分组
|
18822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18823
18544
|
:type SourceType: int
|
18824
18545
|
:param _TargetId: 访问目的
|
18825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18826
18546
|
:type TargetId: str
|
18827
18547
|
:param _TargetType: 访问目的类型,默认为0,0: IP, 1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资产分组
|
18828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18829
18548
|
:type TargetType: int
|
18830
18549
|
:param _Protocol: 协议
|
18831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18832
18550
|
:type Protocol: str
|
18833
18551
|
:param _Port: 目的端口
|
18834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18835
18552
|
:type Port: str
|
18836
18553
|
:param _Strategy: 策略, 1:阻断,2:放行
|
18837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18838
18554
|
:type Strategy: int
|
18839
18555
|
:param _Direction: 方向,0:出站,1:入站,默认1
|
18840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18841
18556
|
:type Direction: int
|
18842
18557
|
:param _Region: 地域
|
18843
18558
|
:type Region: str
|
18844
18559
|
:param _Detail: 描述
|
18845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18846
18560
|
:type Detail: str
|
18847
18561
|
:param _Status: 是否开关开启,0:未开启,1:开启
|
18848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18849
18562
|
:type Status: int
|
18850
18563
|
:param _IsNew: 是否是正常规则,0:正常,1:异常
|
18851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18852
18564
|
:type IsNew: int
|
18853
18565
|
:param _BothWay: 单/双向下发,0:单向下发,1:双向下发
|
18854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18855
18566
|
:type BothWay: int
|
18856
18567
|
:param _VpcId: 私有网络ID
|
18857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18858
18568
|
:type VpcId: str
|
18859
18569
|
:param _SubnetId: 子网ID
|
18860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18861
18570
|
:type SubnetId: str
|
18862
18571
|
:param _InstanceName: 实例名称
|
18863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18864
18572
|
:type InstanceName: str
|
18865
18573
|
:param _PublicIp: 公网IP,多个以英文逗号分隔
|
18866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18867
18574
|
:type PublicIp: str
|
18868
18575
|
:param _PrivateIp: 内网IP,多个以英文逗号分隔
|
18869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18870
18576
|
:type PrivateIp: str
|
18871
18577
|
:param _Cidr: 掩码地址,多个以英文逗号分隔
|
18872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18873
18578
|
:type Cidr: str
|
18874
18579
|
:param _ServiceTemplateId: 端口协议类型参数模板id
|
18875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18876
18580
|
:type ServiceTemplateId: str
|
18877
18581
|
:param _ProtocolPortType: 是否使用端口协议模板,0:否,1:是
|
18878
18582
|
:type ProtocolPortType: int
|
@@ -19144,47 +18848,34 @@ class SecurityGroupListData(AbstractModel):
|
|
19144
18848
|
:param _IsNew: 是否是正常规则,0:正常,1:异常
|
19145
18849
|
:type IsNew: int
|
19146
18850
|
:param _VpcId: 私有网络ID
|
19147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19148
18851
|
:type VpcId: str
|
19149
18852
|
:param _SubnetId: 子网ID
|
19150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19151
18853
|
:type SubnetId: str
|
19152
18854
|
:param _InstanceName: 实例名称
|
19153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19154
18855
|
:type InstanceName: str
|
19155
18856
|
:param _PublicIp: 公网IP,多个以英文逗号分隔
|
19156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19157
18857
|
:type PublicIp: str
|
19158
18858
|
:param _PrivateIp: 内网IP,多个以英文逗号分隔
|
19159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19160
18859
|
:type PrivateIp: str
|
19161
18860
|
:param _Cidr: 掩码地址,多个以英文逗号分隔
|
19162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19163
18861
|
:type Cidr: str
|
19164
18862
|
:param _ServiceTemplateId: 端口协议类型参数模板id
|
19165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19166
18863
|
:type ServiceTemplateId: str
|
19167
18864
|
:param _BothWayInfo: 生成双向下发规则
|
19168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19169
18865
|
:type BothWayInfo: list of SecurityGroupBothWayInfo
|
19170
18866
|
:param _Direction: 方向,0:出站,1:入站,默认1
|
19171
18867
|
:type Direction: int
|
19172
18868
|
:param _ProtocolPortType: 是否使用端口协议模板,0:否,1:是
|
19173
18869
|
:type ProtocolPortType: int
|
19174
18870
|
:param _Uuid: Uuid
|
19175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19176
18871
|
:type Uuid: str
|
19177
18872
|
:param _Region: 地域
|
19178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19179
18873
|
:type Region: str
|
19180
18874
|
:param _AssetGroupNameIn: 资产分组名称
|
19181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19182
18875
|
:type AssetGroupNameIn: str
|
19183
18876
|
:param _AssetGroupNameOut: 资产分组名称
|
19184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19185
18877
|
:type AssetGroupNameOut: str
|
19186
18878
|
:param _ParameterName: 模板名称
|
19187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19188
18879
|
:type ParameterName: str
|
19189
18880
|
:param _ProtocolPortName: 端口协议类型参数模板名称
|
19190
18881
|
:type ProtocolPortName: str
|
@@ -19578,15 +19269,12 @@ drop:拒绝
|
|
19578
19269
|
:param _OrderIndex: 规则顺序,-1表示最低,1表示最高,请勿和外层Type冲突(和外层的Type配合使用,当中间插入时,指定添加位置)
|
19579
19270
|
:type OrderIndex: str
|
19580
19271
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
19581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19582
19272
|
:type Protocol: str
|
19583
19273
|
:param _Port: 访问控制策略的端口。取值:
|
19584
19274
|
-1/-1:全部端口
|
19585
19275
|
80:80端口
|
19586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19587
19276
|
:type Port: str
|
19588
19277
|
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id;与Protocol,Port互斥
|
19589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19590
19278
|
:type ServiceTemplateId: str
|
19591
19279
|
:param _Id: (入参时无需填写,自动生成)规则对应的唯一id
|
19592
19280
|
:type Id: str
|
@@ -19753,7 +19441,6 @@ instance:资产实例(ins-123456)
|
|
19753
19441
|
resourcegroup:资产分组(/全部分组/分组1/子分组1)
|
19754
19442
|
tag:资源标签({"Key":"标签key值","Value":"标签Value值"})
|
19755
19443
|
region:地域(ap-gaungzhou)
|
19756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19757
19444
|
:type SourceContent: str
|
19758
19445
|
:param _DestContent: 访问目的示例:
|
19759
19446
|
net:IP/CIDR(192.168.0.2)
|
@@ -19762,19 +19449,14 @@ instance:资产实例(ins-123456)
|
|
19762
19449
|
resourcegroup:资产分组(/全部分组/分组1/子分组1)
|
19763
19450
|
tag:资源标签({"Key":"标签key值","Value":"标签Value值"})
|
19764
19451
|
region:地域(ap-gaungzhou)
|
19765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19766
19452
|
:type DestContent: str
|
19767
19453
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
19768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19769
19454
|
:type Protocol: str
|
19770
19455
|
:param _Description: 描述
|
19771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19772
19456
|
:type Description: str
|
19773
19457
|
:param _RuleUuid: 规则对应的唯一id
|
19774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19775
19458
|
:type RuleUuid: int
|
19776
19459
|
:param _Sequence: 规则序号
|
19777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19778
19460
|
:type Sequence: int
|
19779
19461
|
"""
|
19780
19462
|
self._SourceContent = None
|
@@ -20119,54 +19801,29 @@ class SetNatFwEipResponse(AbstractModel):
|
|
20119
19801
|
class StaticInfo(AbstractModel):
|
20120
19802
|
"""StaticInfo 告警柱形图统计信息
|
20121
19803
|
|
20122
|
-
|
20123
19804
|
"""
|
20124
19805
|
|
20125
19806
|
def __init__(self):
|
20126
19807
|
r"""
|
20127
|
-
:param _Num: 数
|
20128
|
-
:type Num: int
|
20129
|
-
:param _Port: 端口
|
20130
|
-
:type Port: str
|
20131
|
-
:param _Ip: ip信息
|
20132
|
-
:type Ip: str
|
20133
19808
|
:param _Address: 地址
|
20134
19809
|
:type Address: str
|
20135
19810
|
:param _InsID: 资产id
|
20136
19811
|
:type InsID: str
|
20137
19812
|
:param _InsName: 资产名称
|
20138
19813
|
:type InsName: str
|
19814
|
+
:param _Ip: ip信息
|
19815
|
+
:type Ip: str
|
19816
|
+
:param _Num: 数
|
19817
|
+
:type Num: int
|
19818
|
+
:param _Port: 端口
|
19819
|
+
:type Port: str
|
20139
19820
|
"""
|
20140
|
-
self._Num = None
|
20141
|
-
self._Port = None
|
20142
|
-
self._Ip = None
|
20143
19821
|
self._Address = None
|
20144
19822
|
self._InsID = None
|
20145
19823
|
self._InsName = None
|
20146
|
-
|
20147
|
-
|
20148
|
-
|
20149
|
-
return self._Num
|
20150
|
-
|
20151
|
-
@Num.setter
|
20152
|
-
def Num(self, Num):
|
20153
|
-
self._Num = Num
|
20154
|
-
|
20155
|
-
@property
|
20156
|
-
def Port(self):
|
20157
|
-
return self._Port
|
20158
|
-
|
20159
|
-
@Port.setter
|
20160
|
-
def Port(self, Port):
|
20161
|
-
self._Port = Port
|
20162
|
-
|
20163
|
-
@property
|
20164
|
-
def Ip(self):
|
20165
|
-
return self._Ip
|
20166
|
-
|
20167
|
-
@Ip.setter
|
20168
|
-
def Ip(self, Ip):
|
20169
|
-
self._Ip = Ip
|
19824
|
+
self._Ip = None
|
19825
|
+
self._Num = None
|
19826
|
+
self._Port = None
|
20170
19827
|
|
20171
19828
|
@property
|
20172
19829
|
def Address(self):
|
@@ -20192,14 +19849,38 @@ class StaticInfo(AbstractModel):
|
|
20192
19849
|
def InsName(self, InsName):
|
20193
19850
|
self._InsName = InsName
|
20194
19851
|
|
19852
|
+
@property
|
19853
|
+
def Ip(self):
|
19854
|
+
return self._Ip
|
19855
|
+
|
19856
|
+
@Ip.setter
|
19857
|
+
def Ip(self, Ip):
|
19858
|
+
self._Ip = Ip
|
19859
|
+
|
19860
|
+
@property
|
19861
|
+
def Num(self):
|
19862
|
+
return self._Num
|
19863
|
+
|
19864
|
+
@Num.setter
|
19865
|
+
def Num(self, Num):
|
19866
|
+
self._Num = Num
|
19867
|
+
|
19868
|
+
@property
|
19869
|
+
def Port(self):
|
19870
|
+
return self._Port
|
19871
|
+
|
19872
|
+
@Port.setter
|
19873
|
+
def Port(self, Port):
|
19874
|
+
self._Port = Port
|
19875
|
+
|
20195
19876
|
|
20196
19877
|
def _deserialize(self, params):
|
20197
|
-
self._Num = params.get("Num")
|
20198
|
-
self._Port = params.get("Port")
|
20199
|
-
self._Ip = params.get("Ip")
|
20200
19878
|
self._Address = params.get("Address")
|
20201
19879
|
self._InsID = params.get("InsID")
|
20202
19880
|
self._InsName = params.get("InsName")
|
19881
|
+
self._Ip = params.get("Ip")
|
19882
|
+
self._Num = params.get("Num")
|
19883
|
+
self._Port = params.get("Port")
|
20203
19884
|
memeber_set = set(params.keys())
|
20204
19885
|
for name, value in vars(self).items():
|
20205
19886
|
property_name = name[1:]
|
@@ -20251,7 +19932,6 @@ class StopSecurityGroupRuleDispatchResponse(AbstractModel):
|
|
20251
19932
|
def __init__(self):
|
20252
19933
|
r"""
|
20253
19934
|
:param _Status: true代表成功,false代表错误
|
20254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20255
19935
|
:type Status: bool
|
20256
19936
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20257
19937
|
:type RequestId: str
|
@@ -20289,40 +19969,30 @@ class SwitchListsData(AbstractModel):
|
|
20289
19969
|
def __init__(self):
|
20290
19970
|
r"""
|
20291
19971
|
:param _PublicIp: 公网IP
|
20292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20293
19972
|
:type PublicIp: str
|
20294
19973
|
:param _IntranetIp: 内网IP
|
20295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20296
19974
|
:type IntranetIp: str
|
20297
19975
|
:param _InstanceName: 实例名
|
20298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20299
19976
|
:type InstanceName: str
|
20300
19977
|
:param _InstanceId: 实例ID
|
20301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20302
19978
|
:type InstanceId: str
|
20303
19979
|
:param _AssetType: 资产类型
|
20304
19980
|
:type AssetType: str
|
20305
19981
|
:param _Area: 地域
|
20306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20307
19982
|
:type Area: str
|
20308
19983
|
:param _Switch: 防火墙开关
|
20309
19984
|
:type Switch: int
|
20310
19985
|
:param _Id: id值
|
20311
19986
|
:type Id: int
|
20312
19987
|
:param _PublicIpType: 公网 IP 类型
|
20313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20314
19988
|
:type PublicIpType: int
|
20315
19989
|
:param _PortTimes: 风险端口数
|
20316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20317
19990
|
:type PortTimes: int
|
20318
19991
|
:param _LastTime: 最近扫描时间
|
20319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20320
19992
|
:type LastTime: str
|
20321
19993
|
:param _ScanMode: 扫描深度
|
20322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20323
19994
|
:type ScanMode: str
|
20324
19995
|
:param _ScanStatus: 扫描状态
|
20325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20326
19996
|
:type ScanStatus: int
|
20327
19997
|
"""
|
20328
19998
|
self._PublicIp = None
|
@@ -20545,33 +20215,41 @@ class TLogInfo(AbstractModel):
|
|
20545
20215
|
|
20546
20216
|
def __init__(self):
|
20547
20217
|
r"""
|
20548
|
-
:param _OutNum: 失陷主机
|
20549
|
-
:type OutNum: int
|
20550
|
-
:param _HandleNum: 待处置告警
|
20551
|
-
:type HandleNum: int
|
20552
|
-
:param _VulNum: 漏洞攻击
|
20553
|
-
:type VulNum: int
|
20554
|
-
:param _NetworkNum: 网络探测
|
20555
|
-
:type NetworkNum: int
|
20556
20218
|
:param _BanNum: 封禁列表
|
20557
20219
|
:type BanNum: int
|
20558
20220
|
:param _BruteForceNum: 暴力破解
|
20559
20221
|
:type BruteForceNum: int
|
20222
|
+
:param _HandleNum: 待处置告警
|
20223
|
+
:type HandleNum: int
|
20224
|
+
:param _NetworkNum: 网络探测
|
20225
|
+
:type NetworkNum: int
|
20226
|
+
:param _OutNum: 失陷主机
|
20227
|
+
:type OutNum: int
|
20228
|
+
:param _VulNum: 漏洞攻击
|
20229
|
+
:type VulNum: int
|
20560
20230
|
"""
|
20561
|
-
self._OutNum = None
|
20562
|
-
self._HandleNum = None
|
20563
|
-
self._VulNum = None
|
20564
|
-
self._NetworkNum = None
|
20565
20231
|
self._BanNum = None
|
20566
20232
|
self._BruteForceNum = None
|
20233
|
+
self._HandleNum = None
|
20234
|
+
self._NetworkNum = None
|
20235
|
+
self._OutNum = None
|
20236
|
+
self._VulNum = None
|
20567
20237
|
|
20568
20238
|
@property
|
20569
|
-
def
|
20570
|
-
return self.
|
20239
|
+
def BanNum(self):
|
20240
|
+
return self._BanNum
|
20571
20241
|
|
20572
|
-
@
|
20573
|
-
def
|
20574
|
-
self.
|
20242
|
+
@BanNum.setter
|
20243
|
+
def BanNum(self, BanNum):
|
20244
|
+
self._BanNum = BanNum
|
20245
|
+
|
20246
|
+
@property
|
20247
|
+
def BruteForceNum(self):
|
20248
|
+
return self._BruteForceNum
|
20249
|
+
|
20250
|
+
@BruteForceNum.setter
|
20251
|
+
def BruteForceNum(self, BruteForceNum):
|
20252
|
+
self._BruteForceNum = BruteForceNum
|
20575
20253
|
|
20576
20254
|
@property
|
20577
20255
|
def HandleNum(self):
|
@@ -20581,14 +20259,6 @@ class TLogInfo(AbstractModel):
|
|
20581
20259
|
def HandleNum(self, HandleNum):
|
20582
20260
|
self._HandleNum = HandleNum
|
20583
20261
|
|
20584
|
-
@property
|
20585
|
-
def VulNum(self):
|
20586
|
-
return self._VulNum
|
20587
|
-
|
20588
|
-
@VulNum.setter
|
20589
|
-
def VulNum(self, VulNum):
|
20590
|
-
self._VulNum = VulNum
|
20591
|
-
|
20592
20262
|
@property
|
20593
20263
|
def NetworkNum(self):
|
20594
20264
|
return self._NetworkNum
|
@@ -20598,29 +20268,29 @@ class TLogInfo(AbstractModel):
|
|
20598
20268
|
self._NetworkNum = NetworkNum
|
20599
20269
|
|
20600
20270
|
@property
|
20601
|
-
def
|
20602
|
-
return self.
|
20271
|
+
def OutNum(self):
|
20272
|
+
return self._OutNum
|
20603
20273
|
|
20604
|
-
@
|
20605
|
-
def
|
20606
|
-
self.
|
20274
|
+
@OutNum.setter
|
20275
|
+
def OutNum(self, OutNum):
|
20276
|
+
self._OutNum = OutNum
|
20607
20277
|
|
20608
20278
|
@property
|
20609
|
-
def
|
20610
|
-
return self.
|
20279
|
+
def VulNum(self):
|
20280
|
+
return self._VulNum
|
20611
20281
|
|
20612
|
-
@
|
20613
|
-
def
|
20614
|
-
self.
|
20282
|
+
@VulNum.setter
|
20283
|
+
def VulNum(self, VulNum):
|
20284
|
+
self._VulNum = VulNum
|
20615
20285
|
|
20616
20286
|
|
20617
20287
|
def _deserialize(self, params):
|
20618
|
-
self._OutNum = params.get("OutNum")
|
20619
|
-
self._HandleNum = params.get("HandleNum")
|
20620
|
-
self._VulNum = params.get("VulNum")
|
20621
|
-
self._NetworkNum = params.get("NetworkNum")
|
20622
20288
|
self._BanNum = params.get("BanNum")
|
20623
20289
|
self._BruteForceNum = params.get("BruteForceNum")
|
20290
|
+
self._HandleNum = params.get("HandleNum")
|
20291
|
+
self._NetworkNum = params.get("NetworkNum")
|
20292
|
+
self._OutNum = params.get("OutNum")
|
20293
|
+
self._VulNum = params.get("VulNum")
|
20624
20294
|
memeber_set = set(params.keys())
|
20625
20295
|
for name, value in vars(self).items():
|
20626
20296
|
property_name = name[1:]
|
@@ -20684,40 +20354,28 @@ class TemplateListInfo(AbstractModel):
|
|
20684
20354
|
def __init__(self):
|
20685
20355
|
r"""
|
20686
20356
|
:param _Uuid: 模板ID
|
20687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20688
20357
|
:type Uuid: str
|
20689
20358
|
:param _Name: 模板名称
|
20690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20691
20359
|
:type Name: str
|
20692
20360
|
:param _Detail: 描述
|
20693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20694
20361
|
:type Detail: str
|
20695
20362
|
:param _IpString: IP模板
|
20696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20697
20363
|
:type IpString: str
|
20698
20364
|
:param _InsertTime: 插入时间
|
20699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20700
20365
|
:type InsertTime: str
|
20701
20366
|
:param _UpdateTime: 修改时间
|
20702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20703
20367
|
:type UpdateTime: str
|
20704
20368
|
:param _Type: 模板类型
|
20705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20706
20369
|
:type Type: int
|
20707
20370
|
:param _RulesNum: 关联规则条数
|
20708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20709
20371
|
:type RulesNum: int
|
20710
20372
|
:param _TemplateId: 模板Id
|
20711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20712
20373
|
:type TemplateId: str
|
20713
20374
|
:param _ProtocolType: 协议端口模板,协议类型,4:4层协议,7:7层协议
|
20714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20715
20375
|
:type ProtocolType: str
|
20716
20376
|
:param _IPNum: 模板包含地址数量
|
20717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20718
20377
|
:type IPNum: int
|
20719
20378
|
:param _IpVersion: IP版本,0,IPv4;1,IPv6
|
20720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20721
20379
|
:type IpVersion: int
|
20722
20380
|
"""
|
20723
20381
|
self._Uuid = None
|
@@ -20869,7 +20527,6 @@ class UnHandleEvent(AbstractModel):
|
|
20869
20527
|
:param _BaseLineOutSwitch: 1 打开 0 关闭
|
20870
20528
|
:type BaseLineOutSwitch: int
|
20871
20529
|
:param _VpcFwCount: vpc间防火墙实例数量
|
20872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20873
20530
|
:type VpcFwCount: int
|
20874
20531
|
"""
|
20875
20532
|
self._EventTableListStruct = None
|
@@ -21003,18 +20660,14 @@ class VpcDnsInfo(AbstractModel):
|
|
21003
20660
|
:param _DNSEip: 外网弹性ip,防火墙 dns解析地址
|
21004
20661
|
:type DNSEip: str
|
21005
20662
|
:param _NatInsId: nat网关id
|
21006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21007
20663
|
:type NatInsId: str
|
21008
20664
|
:param _NatInsName: nat网关名称
|
21009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21010
20665
|
:type NatInsName: str
|
21011
20666
|
:param _SwitchStatus: 0:开关关闭 , 1: 开关打开
|
21012
20667
|
:type SwitchStatus: int
|
21013
20668
|
:param _ProtectedStatus: 0:未防护, 1: 已防护,2:忽略此字段
|
21014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21015
20669
|
:type ProtectedStatus: int
|
21016
20670
|
:param _SupportDNSFW: 是否支持DNS FW,0-不支持、1-支持
|
21017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21018
20671
|
:type SupportDNSFW: int
|
21019
20672
|
"""
|
21020
20673
|
self._VpcId = None
|
@@ -21138,31 +20791,22 @@ class VpcFwCvmInsInfo(AbstractModel):
|
|
21138
20791
|
def __init__(self):
|
21139
20792
|
r"""
|
21140
20793
|
:param _FwInsId: VPC防火墙实例ID
|
21141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21142
20794
|
:type FwInsId: str
|
21143
20795
|
:param _Region: CVM所在地域
|
21144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21145
20796
|
:type Region: str
|
21146
20797
|
:param _RegionZh: CVM所在地域中文
|
21147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21148
20798
|
:type RegionZh: str
|
21149
20799
|
:param _RegionDetail: CVM所在地域详情
|
21150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21151
20800
|
:type RegionDetail: str
|
21152
20801
|
:param _ZoneZh: 主机所在可用区
|
21153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21154
20802
|
:type ZoneZh: str
|
21155
20803
|
:param _ZoneZhBack: 备机所在可用区
|
21156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21157
20804
|
:type ZoneZhBack: str
|
21158
20805
|
:param _BandWidth: 防火墙CVM带宽值
|
21159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21160
20806
|
:type BandWidth: int
|
21161
20807
|
:param _Zone: 实例主机所在可用区
|
21162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21163
20808
|
:type Zone: str
|
21164
20809
|
:param _ZoneBak: 实例备机所在可用区
|
21165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21166
20810
|
:type ZoneBak: str
|
21167
20811
|
"""
|
21168
20812
|
self._FwInsId = None
|
@@ -21276,46 +20920,33 @@ class VpcFwGroupInfo(AbstractModel):
|
|
21276
20920
|
def __init__(self):
|
21277
20921
|
r"""
|
21278
20922
|
:param _FwGroupId: 防火墙(组)ID
|
21279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21280
20923
|
:type FwGroupId: str
|
21281
20924
|
:param _FwGroupName: 防火墙(组)名称
|
21282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21283
20925
|
:type FwGroupName: str
|
21284
20926
|
:param _FwSwitchNum: 防火墙组涉及到的开关个数
|
21285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21286
20927
|
:type FwSwitchNum: int
|
21287
20928
|
:param _RegionLst: 防火墙(组)部署的地域
|
21288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21289
20929
|
:type RegionLst: list of str
|
21290
20930
|
:param _Mode: 模式 1:CCN云联网模式;0:私有网络模式 2: sase 模式 3:ccn 高级模式 4: 私有网络(跨租户单边模式)
|
21291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21292
20931
|
:type Mode: int
|
21293
20932
|
:param _SwitchMode: 防火墙实例的开关模式 1: 单点互通 2: 多点互通 3: 全互通 4: 自定义路由
|
21294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21295
20933
|
:type SwitchMode: int
|
21296
20934
|
:param _FwInstanceLst: VPC防火墙实例卡片信息数组
|
21297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21298
20935
|
:type FwInstanceLst: list of VpcFwInstanceInfo
|
21299
20936
|
:param _Status: 防火墙(状态) 0:正常 1: 初始化或操作中
|
21300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21301
20937
|
:type Status: int
|
21302
20938
|
:param _FwVpcCidr: auto :自动选择
|
21303
20939
|
如果为网段,则为用户自定义 192.168.0.0/20
|
21304
20940
|
:type FwVpcCidr: str
|
21305
20941
|
:param _CdcId: cdc专用集群场景时表示部署所属的cdc
|
21306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21307
20942
|
:type CdcId: str
|
21308
20943
|
:param _CdcName: cdc专用集群场景时表示cdc名称
|
21309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21310
20944
|
:type CdcName: str
|
21311
20945
|
:param _CrossUserMode: 跨租户模式 1管理员 2单边 0 非跨租户
|
21312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21313
20946
|
:type CrossUserMode: str
|
21314
20947
|
:param _NeedSwitchCcnOverlap: 云联网模式下,当前实例是否需要开启重叠路由开关,1:需要开启,0:不需要开启
|
21315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21316
20948
|
:type NeedSwitchCcnOverlap: int
|
21317
20949
|
:param _CcnId: 云联网模式下,实例关联的云联网id
|
21318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21319
20950
|
:type CcnId: str
|
21320
20951
|
"""
|
21321
20952
|
self._FwGroupId = None
|
@@ -21555,95 +21186,66 @@ class VpcFwInstanceInfo(AbstractModel):
|
|
21555
21186
|
def __init__(self):
|
21556
21187
|
r"""
|
21557
21188
|
:param _FwInsName: VPC防火墙实例名称
|
21558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21559
21189
|
:type FwInsName: str
|
21560
21190
|
:param _FwInsId: VPC防火墙实例ID
|
21561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21562
21191
|
:type FwInsId: str
|
21563
21192
|
:param _FwMode: VPC防火墙实例模式 0: 旧VPC模式防火墙 1: CCN模式防火墙
|
21564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21565
21193
|
:type FwMode: int
|
21566
21194
|
:param _JoinInsNum: VPC防火墙接入网络实例个数
|
21567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21568
21195
|
:type JoinInsNum: int
|
21569
21196
|
:param _FwSwitchNum: VPC防火墙开关个数
|
21570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21571
21197
|
:type FwSwitchNum: int
|
21572
21198
|
:param _Status: VPC防火墙状态 0:正常 , 1:创建中 2: 变更中
|
21573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21574
21199
|
:type Status: int
|
21575
21200
|
:param _Time: VPC防火墙创建时间
|
21576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21577
21201
|
:type Time: str
|
21578
21202
|
:param _CcnId: VPC 相关云联网ID列表
|
21579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21580
21203
|
:type CcnId: list of str
|
21581
21204
|
:param _CcnName: VPC 相关云联网名称列表
|
21582
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21583
21205
|
:type CcnName: list of str
|
21584
21206
|
:param _PeerConnectionId: VPC 相关对等连接ID列表
|
21585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21586
21207
|
:type PeerConnectionId: list of str
|
21587
21208
|
:param _PeerConnectionName: VPC 相关对等连接名称列表
|
21588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21589
21209
|
:type PeerConnectionName: list of str
|
21590
21210
|
:param _FwCvmLst: VPC防火墙CVM的列表
|
21591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21592
21211
|
:type FwCvmLst: list of VpcFwCvmInsInfo
|
21593
21212
|
:param _JoinInsLst: VPC防火墙接入网络实例类型列表
|
21594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21595
21213
|
:type JoinInsLst: list of VpcFwJoinInstanceType
|
21596
21214
|
:param _FwGateway: 防火墙网关信息
|
21597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21598
21215
|
:type FwGateway: list of FwGateway
|
21599
21216
|
:param _FwGroupId: 防火墙(组)ID
|
21600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21601
21217
|
:type FwGroupId: str
|
21602
21218
|
:param _RuleUsed: 已使用规则数
|
21603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21604
21219
|
:type RuleUsed: int
|
21605
21220
|
:param _RuleMax: 最大规则数
|
21606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21607
21221
|
:type RuleMax: int
|
21608
21222
|
:param _Width: 防火墙实例带宽
|
21609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21610
21223
|
:type Width: int
|
21611
21224
|
:param _UserVpcWidth: 用户VPC墙总带宽
|
21612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21613
21225
|
:type UserVpcWidth: int
|
21614
21226
|
:param _JoinInsIdLst: 接入的vpc列表
|
21615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21616
21227
|
:type JoinInsIdLst: list of str
|
21617
21228
|
:param _FlowMax: 内网间峰值带宽 (单位 bps )
|
21618
21229
|
:type FlowMax: int
|
21619
21230
|
:param _EngineVersion: 实例引擎版本
|
21620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21621
21231
|
:type EngineVersion: str
|
21622
21232
|
:param _UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
21623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21624
21233
|
:type UpdateEnable: int
|
21625
21234
|
:param _TrafficMode: 引擎运行模式,Normal:正常, OnlyRoute:透明模式
|
21626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21627
21235
|
:type TrafficMode: str
|
21628
21236
|
:param _ReserveTime: 引擎预约升级时间
|
21629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21630
21237
|
:type ReserveTime: str
|
21631
21238
|
:param _ReserveVersion: 预约引擎升级版本
|
21632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21633
21239
|
:type ReserveVersion: str
|
21634
21240
|
:param _ReserveVersionState: 引擎预约升级版本状态
|
21635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21636
21241
|
:type ReserveVersionState: str
|
21637
21242
|
:param _ElasticSwitch: 弹性开关 1打开 0关闭
|
21638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21639
21243
|
:type ElasticSwitch: int
|
21640
21244
|
:param _ElasticBandwidth: 弹性带宽,单位Mbps
|
21641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21642
21245
|
:type ElasticBandwidth: int
|
21643
21246
|
:param _IsFirstAfterPay: 是否首次开通按量付费
|
21644
21247
|
1 是
|
21645
21248
|
0 不是
|
21646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21647
21249
|
:type IsFirstAfterPay: int
|
21648
21250
|
"""
|
21649
21251
|
self._FwInsName = None
|
@@ -21984,10 +21586,8 @@ class VpcFwInstanceShow(AbstractModel):
|
|
21984
21586
|
:param _FwInsId: VPC防火墙实例ID
|
21985
21587
|
:type FwInsId: str
|
21986
21588
|
:param _FwInsName: VPC防火墙实例名称
|
21987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21988
21589
|
:type FwInsName: str
|
21989
21590
|
:param _FwInsRegion: 网络经过VPC防火墙CVM所在地域
|
21990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21991
21591
|
:type FwInsRegion: str
|
21992
21592
|
"""
|
21993
21593
|
self._FwInsId = None
|
@@ -22041,10 +21641,8 @@ class VpcFwJoinInstanceType(AbstractModel):
|
|
22041
21641
|
def __init__(self):
|
22042
21642
|
r"""
|
22043
21643
|
:param _JoinType: 接入实例类型,VPC、DIRECTCONNECT、 VPNGW 等
|
22044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22045
21644
|
:type JoinType: str
|
22046
21645
|
:param _Num: 接入的对应网络实例类型的数量
|
22047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22048
21646
|
:type Num: int
|
22049
21647
|
"""
|
22050
21648
|
self._JoinType = None
|
@@ -22112,7 +21710,6 @@ SMTP/SMTPS
|
|
22112
21710
|
FTP
|
22113
21711
|
DNS
|
22114
21712
|
TLS/SSL
|
22115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22116
21713
|
:type Protocol: str
|
22117
21714
|
:param _RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值:
|
22118
21715
|
accept:放行
|
@@ -22122,7 +21719,6 @@ log:观察
|
|
22122
21719
|
:param _Port: 访问控制策略的端口。取值:
|
22123
21720
|
-1/-1:全部端口
|
22124
21721
|
80:80端口
|
22125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22126
21722
|
:type Port: str
|
22127
21723
|
:param _Description: 描述
|
22128
21724
|
:type Description: str
|
@@ -22143,29 +21739,23 @@ log:观察
|
|
22143
21739
|
:param _Deleted: 规则被删除:1,已删除;0,未删除
|
22144
21740
|
:type Deleted: int
|
22145
21741
|
:param _FwGroupId: 规则生效的防火墙实例ID
|
22146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22147
21742
|
:type FwGroupId: str
|
22148
21743
|
:param _FwGroupName: 防火墙名称
|
22149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22150
21744
|
:type FwGroupName: str
|
22151
21745
|
:param _BetaList: beta任务详情
|
22152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22153
21746
|
:type BetaList: list of BetaInfoByACL
|
22154
21747
|
:param _ParamTemplateId: 端口协议组ID
|
22155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22156
21748
|
:type ParamTemplateId: str
|
22157
21749
|
:param _ParamTemplateName: 端口协议组名称
|
22158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22159
21750
|
:type ParamTemplateName: str
|
22160
21751
|
:param _TargetName: 访问目的名称
|
22161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22162
21752
|
:type TargetName: str
|
22163
21753
|
:param _SourceName: 访问源名称
|
22164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22165
21754
|
:type SourceName: str
|
22166
21755
|
:param _IpVersion: Ip版本,0:IPv4,1:IPv6,默认为IPv4
|
22167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22168
21756
|
:type IpVersion: int
|
21757
|
+
:param _Invalid: 是否是无效规则,0 表示有效规则,1 表示无效规则,出参场景返回使用
|
21758
|
+
:type Invalid: int
|
22169
21759
|
"""
|
22170
21760
|
self._SourceContent = None
|
22171
21761
|
self._SourceType = None
|
@@ -22191,6 +21781,7 @@ log:观察
|
|
22191
21781
|
self._TargetName = None
|
22192
21782
|
self._SourceName = None
|
22193
21783
|
self._IpVersion = None
|
21784
|
+
self._Invalid = None
|
22194
21785
|
|
22195
21786
|
@property
|
22196
21787
|
def SourceContent(self):
|
@@ -22384,6 +21975,14 @@ log:观察
|
|
22384
21975
|
def IpVersion(self, IpVersion):
|
22385
21976
|
self._IpVersion = IpVersion
|
22386
21977
|
|
21978
|
+
@property
|
21979
|
+
def Invalid(self):
|
21980
|
+
return self._Invalid
|
21981
|
+
|
21982
|
+
@Invalid.setter
|
21983
|
+
def Invalid(self, Invalid):
|
21984
|
+
self._Invalid = Invalid
|
21985
|
+
|
22387
21986
|
|
22388
21987
|
def _deserialize(self, params):
|
22389
21988
|
self._SourceContent = params.get("SourceContent")
|
@@ -22415,6 +22014,7 @@ log:观察
|
|
22415
22014
|
self._TargetName = params.get("TargetName")
|
22416
22015
|
self._SourceName = params.get("SourceName")
|
22417
22016
|
self._IpVersion = params.get("IpVersion")
|
22017
|
+
self._Invalid = params.get("Invalid")
|
22418
22018
|
memeber_set = set(params.keys())
|
22419
22019
|
for name, value in vars(self).items():
|
22420
22020
|
property_name = name[1:]
|