tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -28,30 +28,53 @@ 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
|
48
|
+
:param _Status: 规则开关状态 1打开 0关闭
|
49
|
+
:type Status: int
|
50
|
+
:param _SrcType: 规则源类型
|
51
|
+
:type SrcType: int
|
52
|
+
:param _DstType: 规则目的类型
|
53
|
+
:type DstType: int
|
54
|
+
:param _Uuid: 规则唯一ID
|
55
|
+
:type Uuid: str
|
56
|
+
:param _Invalid: 规则有效性
|
57
|
+
1 有效
|
58
|
+
0 无效
|
59
|
+
:type Invalid: int
|
60
|
+
:param _IsRegion: 是否地域规则
|
61
|
+
:type IsRegion: int
|
62
|
+
:param _CloudCode: 云厂商代码
|
63
|
+
:type CloudCode: str
|
64
|
+
:param _AutoTask: 自动化助手信息
|
65
|
+
:type AutoTask: str
|
66
|
+
:param _InstanceName: 实例名称
|
67
|
+
:type InstanceName: str
|
68
|
+
:param _RegionCode: 地域码信息
|
69
|
+
:type RegionCode: str
|
70
|
+
:param _Country: 国家代码
|
71
|
+
:type Country: int
|
72
|
+
:param _City: 城市代码
|
73
|
+
:type City: int
|
74
|
+
:param _RegName1: 国家名称
|
75
|
+
:type RegName1: str
|
76
|
+
:param _RegName2: 城市名称
|
77
|
+
:type RegName2: str
|
55
78
|
"""
|
56
79
|
self._Id = None
|
57
80
|
self._SourceIp = None
|
@@ -63,6 +86,20 @@ class AcListsData(AbstractModel):
|
|
63
86
|
self._Count = None
|
64
87
|
self._OrderIndex = None
|
65
88
|
self._LogId = None
|
89
|
+
self._Status = None
|
90
|
+
self._SrcType = None
|
91
|
+
self._DstType = None
|
92
|
+
self._Uuid = None
|
93
|
+
self._Invalid = None
|
94
|
+
self._IsRegion = None
|
95
|
+
self._CloudCode = None
|
96
|
+
self._AutoTask = None
|
97
|
+
self._InstanceName = None
|
98
|
+
self._RegionCode = None
|
99
|
+
self._Country = None
|
100
|
+
self._City = None
|
101
|
+
self._RegName1 = None
|
102
|
+
self._RegName2 = None
|
66
103
|
|
67
104
|
@property
|
68
105
|
def Id(self):
|
@@ -144,6 +181,118 @@ class AcListsData(AbstractModel):
|
|
144
181
|
def LogId(self, LogId):
|
145
182
|
self._LogId = LogId
|
146
183
|
|
184
|
+
@property
|
185
|
+
def Status(self):
|
186
|
+
return self._Status
|
187
|
+
|
188
|
+
@Status.setter
|
189
|
+
def Status(self, Status):
|
190
|
+
self._Status = Status
|
191
|
+
|
192
|
+
@property
|
193
|
+
def SrcType(self):
|
194
|
+
return self._SrcType
|
195
|
+
|
196
|
+
@SrcType.setter
|
197
|
+
def SrcType(self, SrcType):
|
198
|
+
self._SrcType = SrcType
|
199
|
+
|
200
|
+
@property
|
201
|
+
def DstType(self):
|
202
|
+
return self._DstType
|
203
|
+
|
204
|
+
@DstType.setter
|
205
|
+
def DstType(self, DstType):
|
206
|
+
self._DstType = DstType
|
207
|
+
|
208
|
+
@property
|
209
|
+
def Uuid(self):
|
210
|
+
return self._Uuid
|
211
|
+
|
212
|
+
@Uuid.setter
|
213
|
+
def Uuid(self, Uuid):
|
214
|
+
self._Uuid = Uuid
|
215
|
+
|
216
|
+
@property
|
217
|
+
def Invalid(self):
|
218
|
+
return self._Invalid
|
219
|
+
|
220
|
+
@Invalid.setter
|
221
|
+
def Invalid(self, Invalid):
|
222
|
+
self._Invalid = Invalid
|
223
|
+
|
224
|
+
@property
|
225
|
+
def IsRegion(self):
|
226
|
+
return self._IsRegion
|
227
|
+
|
228
|
+
@IsRegion.setter
|
229
|
+
def IsRegion(self, IsRegion):
|
230
|
+
self._IsRegion = IsRegion
|
231
|
+
|
232
|
+
@property
|
233
|
+
def CloudCode(self):
|
234
|
+
return self._CloudCode
|
235
|
+
|
236
|
+
@CloudCode.setter
|
237
|
+
def CloudCode(self, CloudCode):
|
238
|
+
self._CloudCode = CloudCode
|
239
|
+
|
240
|
+
@property
|
241
|
+
def AutoTask(self):
|
242
|
+
return self._AutoTask
|
243
|
+
|
244
|
+
@AutoTask.setter
|
245
|
+
def AutoTask(self, AutoTask):
|
246
|
+
self._AutoTask = AutoTask
|
247
|
+
|
248
|
+
@property
|
249
|
+
def InstanceName(self):
|
250
|
+
return self._InstanceName
|
251
|
+
|
252
|
+
@InstanceName.setter
|
253
|
+
def InstanceName(self, InstanceName):
|
254
|
+
self._InstanceName = InstanceName
|
255
|
+
|
256
|
+
@property
|
257
|
+
def RegionCode(self):
|
258
|
+
return self._RegionCode
|
259
|
+
|
260
|
+
@RegionCode.setter
|
261
|
+
def RegionCode(self, RegionCode):
|
262
|
+
self._RegionCode = RegionCode
|
263
|
+
|
264
|
+
@property
|
265
|
+
def Country(self):
|
266
|
+
return self._Country
|
267
|
+
|
268
|
+
@Country.setter
|
269
|
+
def Country(self, Country):
|
270
|
+
self._Country = Country
|
271
|
+
|
272
|
+
@property
|
273
|
+
def City(self):
|
274
|
+
return self._City
|
275
|
+
|
276
|
+
@City.setter
|
277
|
+
def City(self, City):
|
278
|
+
self._City = City
|
279
|
+
|
280
|
+
@property
|
281
|
+
def RegName1(self):
|
282
|
+
return self._RegName1
|
283
|
+
|
284
|
+
@RegName1.setter
|
285
|
+
def RegName1(self, RegName1):
|
286
|
+
self._RegName1 = RegName1
|
287
|
+
|
288
|
+
@property
|
289
|
+
def RegName2(self):
|
290
|
+
return self._RegName2
|
291
|
+
|
292
|
+
@RegName2.setter
|
293
|
+
def RegName2(self, RegName2):
|
294
|
+
self._RegName2 = RegName2
|
295
|
+
|
147
296
|
|
148
297
|
def _deserialize(self, params):
|
149
298
|
self._Id = params.get("Id")
|
@@ -156,6 +305,20 @@ class AcListsData(AbstractModel):
|
|
156
305
|
self._Count = params.get("Count")
|
157
306
|
self._OrderIndex = params.get("OrderIndex")
|
158
307
|
self._LogId = params.get("LogId")
|
308
|
+
self._Status = params.get("Status")
|
309
|
+
self._SrcType = params.get("SrcType")
|
310
|
+
self._DstType = params.get("DstType")
|
311
|
+
self._Uuid = params.get("Uuid")
|
312
|
+
self._Invalid = params.get("Invalid")
|
313
|
+
self._IsRegion = params.get("IsRegion")
|
314
|
+
self._CloudCode = params.get("CloudCode")
|
315
|
+
self._AutoTask = params.get("AutoTask")
|
316
|
+
self._InstanceName = params.get("InstanceName")
|
317
|
+
self._RegionCode = params.get("RegionCode")
|
318
|
+
self._Country = params.get("Country")
|
319
|
+
self._City = params.get("City")
|
320
|
+
self._RegName1 = params.get("RegName1")
|
321
|
+
self._RegName2 = params.get("RegName2")
|
159
322
|
memeber_set = set(params.keys())
|
160
323
|
for name, value in vars(self).items():
|
161
324
|
property_name = name[1:]
|
@@ -546,7 +709,7 @@ class AddEnterpriseSecurityGroupRulesRequest(AbstractModel):
|
|
546
709
|
:type IsDelay: int
|
547
710
|
:param _From: 来源 默认空 覆盖导入是 batch_import_cover
|
548
711
|
:type From: str
|
549
|
-
:param _IsUseId:
|
712
|
+
:param _IsUseId: 是否复用rule id,1为是,默认不需要
|
550
713
|
:type IsUseId: int
|
551
714
|
"""
|
552
715
|
self._Data = None
|
@@ -636,8 +799,7 @@ class AddEnterpriseSecurityGroupRulesResponse(AbstractModel):
|
|
636
799
|
r"""
|
637
800
|
:param _Status: 状态值,0:添加成功,非0:添加失败
|
638
801
|
:type Status: int
|
639
|
-
:param _Rules:
|
640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
802
|
+
:param _Rules: 添加成功的规则详情
|
641
803
|
:type Rules: list of SecurityGroupSimplifyRule
|
642
804
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
643
805
|
:type RequestId: str
|
@@ -909,34 +1071,24 @@ class AssociatedInstanceInfo(AbstractModel):
|
|
909
1071
|
def __init__(self):
|
910
1072
|
r"""
|
911
1073
|
:param _InstanceId: 实例ID
|
912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
913
1074
|
:type InstanceId: str
|
914
1075
|
:param _InstanceName: 实例名称
|
915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
916
1076
|
:type InstanceName: str
|
917
1077
|
:param _Type: 实例类型,3是cvm实例,4是clb实例,5是eni实例,6是云数据库
|
918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
919
1078
|
:type Type: int
|
920
1079
|
:param _VpcId: 私有网络ID
|
921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
922
1080
|
:type VpcId: str
|
923
1081
|
:param _VpcName: 私有网络名称
|
924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
925
1082
|
:type VpcName: str
|
926
1083
|
:param _PublicIp: 公网IP
|
927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
928
1084
|
:type PublicIp: str
|
929
1085
|
:param _Ip: 内网IP
|
930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
931
1086
|
:type Ip: str
|
932
1087
|
:param _SecurityGroupCount: 关联安全组数量
|
933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
934
1088
|
:type SecurityGroupCount: int
|
935
1089
|
:param _SecurityGroupRuleCount: 关联安全组规则数量
|
936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
937
1090
|
:type SecurityGroupRuleCount: int
|
938
1091
|
:param _CdbId: 关联数据库代理Id
|
939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
940
1092
|
:type CdbId: str
|
941
1093
|
"""
|
942
1094
|
self._InstanceId = None
|
@@ -1059,39 +1211,41 @@ class BanAndAllowRule(AbstractModel):
|
|
1059
1211
|
|
1060
1212
|
def __init__(self):
|
1061
1213
|
r"""
|
1062
|
-
:param _Ioc: 封禁和放通对象
|
1063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1064
|
-
:type Ioc: str
|
1065
|
-
:param _DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
|
1066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1067
|
-
:type DirectionList: str
|
1068
|
-
:param _EndTime: 规则截止时间
|
1069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1070
|
-
:type EndTime: str
|
1071
1214
|
:param _Comment: 规则评论
|
1072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1073
1215
|
:type Comment: str
|
1074
1216
|
:param _CustomRule: 自定义白名单规则
|
1075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1076
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
|
1077
1222
|
:param _FwType: 放通的引擎: 1针对互联网边界 2针对nat防火墙 4针对vpc防火墙
|
1078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1079
1223
|
:type FwType: int
|
1224
|
+
:param _Ioc: 封禁和放通对象
|
1225
|
+
:type Ioc: str
|
1080
1226
|
"""
|
1081
|
-
self._Ioc = None
|
1082
|
-
self._DirectionList = None
|
1083
|
-
self._EndTime = None
|
1084
1227
|
self._Comment = None
|
1085
1228
|
self._CustomRule = None
|
1229
|
+
self._DirectionList = None
|
1230
|
+
self._EndTime = None
|
1086
1231
|
self._FwType = None
|
1232
|
+
self._Ioc = None
|
1087
1233
|
|
1088
1234
|
@property
|
1089
|
-
def
|
1090
|
-
return self.
|
1235
|
+
def Comment(self):
|
1236
|
+
return self._Comment
|
1091
1237
|
|
1092
|
-
@
|
1093
|
-
def
|
1094
|
-
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
|
1095
1249
|
|
1096
1250
|
@property
|
1097
1251
|
def DirectionList(self):
|
@@ -1109,22 +1263,6 @@ class BanAndAllowRule(AbstractModel):
|
|
1109
1263
|
def EndTime(self, EndTime):
|
1110
1264
|
self._EndTime = EndTime
|
1111
1265
|
|
1112
|
-
@property
|
1113
|
-
def Comment(self):
|
1114
|
-
return self._Comment
|
1115
|
-
|
1116
|
-
@Comment.setter
|
1117
|
-
def Comment(self, Comment):
|
1118
|
-
self._Comment = Comment
|
1119
|
-
|
1120
|
-
@property
|
1121
|
-
def CustomRule(self):
|
1122
|
-
return self._CustomRule
|
1123
|
-
|
1124
|
-
@CustomRule.setter
|
1125
|
-
def CustomRule(self, CustomRule):
|
1126
|
-
self._CustomRule = CustomRule
|
1127
|
-
|
1128
1266
|
@property
|
1129
1267
|
def FwType(self):
|
1130
1268
|
return self._FwType
|
@@ -1133,16 +1271,24 @@ class BanAndAllowRule(AbstractModel):
|
|
1133
1271
|
def FwType(self, FwType):
|
1134
1272
|
self._FwType = FwType
|
1135
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
|
+
|
1136
1282
|
|
1137
1283
|
def _deserialize(self, params):
|
1138
|
-
self._Ioc = params.get("Ioc")
|
1139
|
-
self._DirectionList = params.get("DirectionList")
|
1140
|
-
self._EndTime = params.get("EndTime")
|
1141
1284
|
self._Comment = params.get("Comment")
|
1142
1285
|
if params.get("CustomRule") is not None:
|
1143
1286
|
self._CustomRule = CustomWhiteRule()
|
1144
1287
|
self._CustomRule._deserialize(params.get("CustomRule"))
|
1288
|
+
self._DirectionList = params.get("DirectionList")
|
1289
|
+
self._EndTime = params.get("EndTime")
|
1145
1290
|
self._FwType = params.get("FwType")
|
1291
|
+
self._Ioc = params.get("Ioc")
|
1146
1292
|
memeber_set = set(params.keys())
|
1147
1293
|
for name, value in vars(self).items():
|
1148
1294
|
property_name = name[1:]
|
@@ -1161,13 +1307,11 @@ class BanAndAllowRuleDel(AbstractModel):
|
|
1161
1307
|
def __init__(self):
|
1162
1308
|
r"""
|
1163
1309
|
:param _Ioc: 封禁和放通对象
|
1164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1165
1310
|
:type Ioc: str
|
1166
1311
|
:param _DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的 (DeleteBlockIgnoreRuleNew接口,该字段无效)
|
1167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1168
1312
|
:type DirectionList: str
|
1169
1313
|
:param _RuleType: 规则类型
|
1170
|
-
|
1314
|
+
RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则 7入侵防御规则
|
1171
1315
|
:type RuleType: int
|
1172
1316
|
"""
|
1173
1317
|
self._Ioc = None
|
@@ -1221,13 +1365,10 @@ class BetaInfoByACL(AbstractModel):
|
|
1221
1365
|
def __init__(self):
|
1222
1366
|
r"""
|
1223
1367
|
:param _TaskId: 任务id
|
1224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1225
1368
|
:type TaskId: int
|
1226
1369
|
:param _TaskName: 任务名称
|
1227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1228
1370
|
:type TaskName: str
|
1229
1371
|
:param _LastTime: 上次执行时间
|
1230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1231
1372
|
:type LastTime: str
|
1232
1373
|
"""
|
1233
1374
|
self._TaskId = None
|
@@ -1281,76 +1422,52 @@ class BlockIgnoreRule(AbstractModel):
|
|
1281
1422
|
def __init__(self):
|
1282
1423
|
r"""
|
1283
1424
|
:param _RuleType: 规则类型,取值:1 封禁,2外部IP,3域名,4情报,5assets,6自定义策略,7入侵防御规则id (2-7属于白名单类型)
|
1284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1285
1425
|
:type RuleType: int
|
1286
1426
|
:param _Ioc: 规则ip或白名单内容
|
1287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1288
1427
|
:type Ioc: str
|
1289
1428
|
:param _IocName: 资产实例名称、自定义策略名称等
|
1290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1291
1429
|
:type IocName: str
|
1292
1430
|
:param _IocInfo: 白名单信息
|
1293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1294
1431
|
:type IocInfo: str
|
1295
1432
|
:param _Domain: 域名
|
1296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1297
1433
|
:type Domain: str
|
1298
1434
|
:param _IP: IP
|
1299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1300
1435
|
:type IP: str
|
1301
1436
|
:param _Level: 危险等级
|
1302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1303
1437
|
:type Level: str
|
1304
1438
|
:param _EventName: 来源事件名称
|
1305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1306
1439
|
:type EventName: str
|
1307
1440
|
:param _Direction: 方向:1入站,0出站
|
1308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1309
1441
|
:type Direction: int
|
1310
1442
|
:param _DirectionList: 所有方向聚合成字符串
|
1311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1312
1443
|
:type DirectionList: str
|
1313
1444
|
:param _Protocol: 协议
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1315
1445
|
:type Protocol: str
|
1316
1446
|
:param _Address: 地理位置
|
1317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1447
|
:type Address: str
|
1319
1448
|
:param _Action: 规则类型:1封禁,2放通
|
1320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1321
1449
|
:type Action: int
|
1322
1450
|
:param _StartTime: 规则生效开始时间
|
1323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1324
1451
|
:type StartTime: str
|
1325
1452
|
:param _EndTime: 规则生效结束时间
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1453
|
:type EndTime: str
|
1328
1454
|
:param _IgnoreReason: 忽略原因
|
1329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1330
1455
|
:type IgnoreReason: str
|
1331
1456
|
:param _Source: 安全事件来源
|
1332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1333
1457
|
:type Source: str
|
1334
1458
|
:param _UniqueId: 规则id
|
1335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1336
1459
|
:type UniqueId: str
|
1337
1460
|
:param _MatchTimes: 规则命中次数
|
1338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1339
1461
|
:type MatchTimes: int
|
1340
1462
|
:param _Country: 国家
|
1341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1342
1463
|
:type Country: str
|
1343
1464
|
:param _Comment: 备注
|
1344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1345
1465
|
:type Comment: str
|
1346
1466
|
:param _LastHitTime: 上次命中时间
|
1347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1348
1467
|
:type LastHitTime: str
|
1349
1468
|
:param _CustomRule: 自定义规则细节
|
1350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1351
1469
|
:type CustomRule: :class:`tencentcloud.cfw.v20190904.models.CustomWhiteRule`
|
1352
1470
|
:param _FwType: 1 border 2 nat 4 vpc 8 border-serial
|
1353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1354
1471
|
:type FwType: int
|
1355
1472
|
"""
|
1356
1473
|
self._RuleType = None
|
@@ -1710,8 +1827,6 @@ class CommonFilter(AbstractModel):
|
|
1710
1827
|
r"""
|
1711
1828
|
:param _Name: 检索的键值
|
1712
1829
|
:type Name: str
|
1713
|
-
:param _Values: 检索的值,各检索值间为OR关系
|
1714
|
-
:type Values: list of str
|
1715
1830
|
:param _OperatorType: 枚举类型,代表Name与Values之间的匹配关系
|
1716
1831
|
enum FilterOperatorType {
|
1717
1832
|
//等于
|
@@ -1732,10 +1847,12 @@ enum FilterOperatorType {
|
|
1732
1847
|
FILTER_OPERATOR_TYPE_FUZZINESS = 9;
|
1733
1848
|
}
|
1734
1849
|
:type OperatorType: int
|
1850
|
+
:param _Values: 检索的值,各检索值间为OR关系
|
1851
|
+
:type Values: list of str
|
1735
1852
|
"""
|
1736
1853
|
self._Name = None
|
1737
|
-
self._Values = None
|
1738
1854
|
self._OperatorType = None
|
1855
|
+
self._Values = None
|
1739
1856
|
|
1740
1857
|
@property
|
1741
1858
|
def Name(self):
|
@@ -1745,14 +1862,6 @@ enum FilterOperatorType {
|
|
1745
1862
|
def Name(self, Name):
|
1746
1863
|
self._Name = Name
|
1747
1864
|
|
1748
|
-
@property
|
1749
|
-
def Values(self):
|
1750
|
-
return self._Values
|
1751
|
-
|
1752
|
-
@Values.setter
|
1753
|
-
def Values(self, Values):
|
1754
|
-
self._Values = Values
|
1755
|
-
|
1756
1865
|
@property
|
1757
1866
|
def OperatorType(self):
|
1758
1867
|
return self._OperatorType
|
@@ -1761,11 +1870,19 @@ enum FilterOperatorType {
|
|
1761
1870
|
def OperatorType(self, OperatorType):
|
1762
1871
|
self._OperatorType = OperatorType
|
1763
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
|
+
|
1764
1881
|
|
1765
1882
|
def _deserialize(self, params):
|
1766
1883
|
self._Name = params.get("Name")
|
1767
|
-
self._Values = params.get("Values")
|
1768
1884
|
self._OperatorType = params.get("OperatorType")
|
1885
|
+
self._Values = params.get("Values")
|
1769
1886
|
memeber_set = set(params.keys())
|
1770
1887
|
for name, value in vars(self).items():
|
1771
1888
|
property_name = name[1:]
|
@@ -1908,7 +2025,6 @@ class CreateAcRulesResponse(AbstractModel):
|
|
1908
2025
|
:param _Status: 状态值,0:操作成功
|
1909
2026
|
:type Status: int
|
1910
2027
|
:param _Info: 返回多余的信息
|
1911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1912
2028
|
:type Info: str
|
1913
2029
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1914
2030
|
:type RequestId: str
|
@@ -1968,12 +2084,15 @@ Type为5,域名模板eg:www.qq.com,www.tencent.com
|
|
1968
2084
|
:type Type: int
|
1969
2085
|
:param _ProtocolType: 协议端口模板,协议类型,4:4层协议,7:7层协议,Type=6时必填
|
1970
2086
|
:type ProtocolType: str
|
2087
|
+
:param _IpVersion: IP版本,0 IPV4;1 IPV6
|
2088
|
+
:type IpVersion: int
|
1971
2089
|
"""
|
1972
2090
|
self._Name = None
|
1973
2091
|
self._Detail = None
|
1974
2092
|
self._IpString = None
|
1975
2093
|
self._Type = None
|
1976
2094
|
self._ProtocolType = None
|
2095
|
+
self._IpVersion = None
|
1977
2096
|
|
1978
2097
|
@property
|
1979
2098
|
def Name(self):
|
@@ -2015,6 +2134,14 @@ Type为5,域名模板eg:www.qq.com,www.tencent.com
|
|
2015
2134
|
def ProtocolType(self, ProtocolType):
|
2016
2135
|
self._ProtocolType = ProtocolType
|
2017
2136
|
|
2137
|
+
@property
|
2138
|
+
def IpVersion(self):
|
2139
|
+
return self._IpVersion
|
2140
|
+
|
2141
|
+
@IpVersion.setter
|
2142
|
+
def IpVersion(self, IpVersion):
|
2143
|
+
self._IpVersion = IpVersion
|
2144
|
+
|
2018
2145
|
|
2019
2146
|
def _deserialize(self, params):
|
2020
2147
|
self._Name = params.get("Name")
|
@@ -2022,6 +2149,7 @@ Type为5,域名模板eg:www.qq.com,www.tencent.com
|
|
2022
2149
|
self._IpString = params.get("IpString")
|
2023
2150
|
self._Type = params.get("Type")
|
2024
2151
|
self._ProtocolType = params.get("ProtocolType")
|
2152
|
+
self._IpVersion = params.get("IpVersion")
|
2025
2153
|
memeber_set = set(params.keys())
|
2026
2154
|
for name, value in vars(self).items():
|
2027
2155
|
property_name = name[1:]
|
@@ -3387,7 +3515,6 @@ class CreateNatFwInstanceWithDomainResponse(AbstractModel):
|
|
3387
3515
|
def __init__(self):
|
3388
3516
|
r"""
|
3389
3517
|
:param _CfwInsId: nat实例信息
|
3390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3391
3518
|
:type CfwInsId: str
|
3392
3519
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3393
3520
|
:type RequestId: str
|
@@ -4085,7 +4212,6 @@ class CreateVpcFwGroupResponse(AbstractModel):
|
|
4085
4212
|
def __init__(self):
|
4086
4213
|
r"""
|
4087
4214
|
:param _FwGroupId: 防火墙组ID
|
4088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4089
4215
|
:type FwGroupId: str
|
4090
4216
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4091
4217
|
:type RequestId: str
|
@@ -4122,31 +4248,19 @@ class CustomWhiteRule(AbstractModel):
|
|
4122
4248
|
|
4123
4249
|
def __init__(self):
|
4124
4250
|
r"""
|
4125
|
-
:param _SrcIP: 访问源
|
4126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4127
|
-
:type SrcIP: str
|
4128
4251
|
:param _DstIP: 访问目的
|
4129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4130
4252
|
:type DstIP: str
|
4131
|
-
:param _IdsRuleName: 规则名称
|
4132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4133
|
-
:type IdsRuleName: str
|
4134
4253
|
:param _IdsRuleId: 规则ID
|
4135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4136
4254
|
:type IdsRuleId: str
|
4255
|
+
:param _IdsRuleName: 规则名称
|
4256
|
+
:type IdsRuleName: str
|
4257
|
+
:param _SrcIP: 访问源
|
4258
|
+
:type SrcIP: str
|
4137
4259
|
"""
|
4138
|
-
self._SrcIP = None
|
4139
4260
|
self._DstIP = None
|
4140
|
-
self._IdsRuleName = None
|
4141
4261
|
self._IdsRuleId = None
|
4142
|
-
|
4143
|
-
|
4144
|
-
def SrcIP(self):
|
4145
|
-
return self._SrcIP
|
4146
|
-
|
4147
|
-
@SrcIP.setter
|
4148
|
-
def SrcIP(self, SrcIP):
|
4149
|
-
self._SrcIP = SrcIP
|
4262
|
+
self._IdsRuleName = None
|
4263
|
+
self._SrcIP = None
|
4150
4264
|
|
4151
4265
|
@property
|
4152
4266
|
def DstIP(self):
|
@@ -4156,6 +4270,14 @@ class CustomWhiteRule(AbstractModel):
|
|
4156
4270
|
def DstIP(self, DstIP):
|
4157
4271
|
self._DstIP = DstIP
|
4158
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
|
+
|
4159
4281
|
@property
|
4160
4282
|
def IdsRuleName(self):
|
4161
4283
|
return self._IdsRuleName
|
@@ -4165,19 +4287,19 @@ class CustomWhiteRule(AbstractModel):
|
|
4165
4287
|
self._IdsRuleName = IdsRuleName
|
4166
4288
|
|
4167
4289
|
@property
|
4168
|
-
def
|
4169
|
-
return self.
|
4290
|
+
def SrcIP(self):
|
4291
|
+
return self._SrcIP
|
4170
4292
|
|
4171
|
-
@
|
4172
|
-
def
|
4173
|
-
self.
|
4293
|
+
@SrcIP.setter
|
4294
|
+
def SrcIP(self, SrcIP):
|
4295
|
+
self._SrcIP = SrcIP
|
4174
4296
|
|
4175
4297
|
|
4176
4298
|
def _deserialize(self, params):
|
4177
|
-
self._SrcIP = params.get("SrcIP")
|
4178
4299
|
self._DstIP = params.get("DstIP")
|
4179
|
-
self._IdsRuleName = params.get("IdsRuleName")
|
4180
4300
|
self._IdsRuleId = params.get("IdsRuleId")
|
4301
|
+
self._IdsRuleName = params.get("IdsRuleName")
|
4302
|
+
self._SrcIP = params.get("SrcIP")
|
4181
4303
|
memeber_set = set(params.keys())
|
4182
4304
|
for name, value in vars(self).items():
|
4183
4305
|
property_name = name[1:]
|
@@ -4444,7 +4566,6 @@ class DeleteAcRuleResponse(AbstractModel):
|
|
4444
4566
|
:param _Status: 状态值 0: 删除成功, !0: 删除失败
|
4445
4567
|
:type Status: int
|
4446
4568
|
:param _Info: 返回多余的信息
|
4447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4448
4569
|
:type Info: str
|
4449
4570
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4450
4571
|
:type RequestId: str
|
@@ -4621,7 +4742,6 @@ class DeleteAllAccessControlRuleResponse(AbstractModel):
|
|
4621
4742
|
:param _Status: 状态值 0: 修改成功, 非0: 修改失败
|
4622
4743
|
:type Status: int
|
4623
4744
|
:param _Info: 删除了几条访问控制规则
|
4624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4625
4745
|
:type Info: int
|
4626
4746
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4627
4747
|
:type RequestId: str
|
@@ -5202,7 +5322,6 @@ class DeleteSecurityGroupRuleResponse(AbstractModel):
|
|
5202
5322
|
:param _Status: 状态值,0:成功,非0:失败
|
5203
5323
|
:type Status: int
|
5204
5324
|
:param _Info: 返回多余的信息
|
5205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5206
5325
|
:type Info: str
|
5207
5326
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5208
5327
|
:type RequestId: str
|
@@ -5334,102 +5453,71 @@ class DescAcItem(AbstractModel):
|
|
5334
5453
|
def __init__(self):
|
5335
5454
|
r"""
|
5336
5455
|
:param _SourceContent: 访问源
|
5337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5338
5456
|
:type SourceContent: str
|
5339
5457
|
:param _TargetContent: 访问目的
|
5340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5341
5458
|
:type TargetContent: str
|
5342
5459
|
:param _Protocol: 协议
|
5343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5344
5460
|
:type Protocol: str
|
5345
5461
|
:param _Port: 端口
|
5346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5347
5462
|
:type Port: str
|
5348
5463
|
:param _RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
|
5349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5350
5464
|
:type RuleAction: str
|
5351
5465
|
:param _Description: 描述
|
5352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5353
5466
|
:type Description: str
|
5354
5467
|
:param _Count: 命中次数
|
5355
5468
|
:type Count: int
|
5356
5469
|
:param _OrderIndex: 执行顺序
|
5357
5470
|
:type OrderIndex: int
|
5358
5471
|
:param _SourceType: 访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
|
5359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5360
5472
|
:type SourceType: str
|
5361
5473
|
:param _TargetType: 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location,dnsparse
|
5362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5363
5474
|
:type TargetType: str
|
5364
5475
|
:param _Uuid: 规则对应的唯一id
|
5365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5366
5476
|
:type Uuid: int
|
5367
5477
|
:param _Invalid: 规则有效性
|
5368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5369
5478
|
:type Invalid: int
|
5370
5479
|
:param _IsRegion: 0为正常规则,1为地域规则
|
5371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5372
5480
|
:type IsRegion: int
|
5373
5481
|
:param _CountryCode: 国家id
|
5374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5375
5482
|
:type CountryCode: int
|
5376
5483
|
:param _CityCode: 城市id
|
5377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5378
5484
|
:type CityCode: int
|
5379
5485
|
:param _CountryName: 国家名称
|
5380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5381
5486
|
:type CountryName: str
|
5382
5487
|
:param _CityName: 省名称
|
5383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5384
5488
|
:type CityName: str
|
5385
5489
|
:param _CloudCode: 云厂商code
|
5386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5387
5490
|
:type CloudCode: str
|
5388
5491
|
:param _IsCloud: 0为正常规则,1为云厂商规则
|
5389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5390
5492
|
:type IsCloud: int
|
5391
5493
|
:param _Enable: 规则状态,true表示启用,false表示禁用
|
5392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5393
5494
|
:type Enable: str
|
5394
5495
|
:param _Direction: 规则方向:1,入向;0,出向
|
5395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5396
5496
|
:type Direction: int
|
5397
5497
|
:param _InstanceName: 实例名称
|
5398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5399
5498
|
:type InstanceName: str
|
5400
5499
|
:param _InternalUuid: 内部使用的uuid,一般情况下不会使用到该字段
|
5401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5402
5500
|
:type InternalUuid: int
|
5403
5501
|
:param _Status: 规则状态,查询规则命中详情时该字段有效,0:新增,1: 已删除, 2: 编辑删除
|
5404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5405
5502
|
:type Status: int
|
5406
5503
|
:param _BetaList: 关联任务详情
|
5407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5408
5504
|
:type BetaList: list of BetaInfoByACL
|
5409
5505
|
:param _Scope: (1)互联网边界防火墙,生效范围:serial,串行;side,旁路;all,全局;
|
5410
5506
|
(2)NAT边界防火墙:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
5411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5412
5507
|
:type Scope: str
|
5413
5508
|
:param _ScopeDesc: 生效范围描述
|
5414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5415
5509
|
:type ScopeDesc: str
|
5416
5510
|
:param _InternetBorderUuid: 互联网边界防火墙使用的内部规则id
|
5417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5418
5511
|
:type InternetBorderUuid: str
|
5419
5512
|
:param _ParamTemplateName: 协议端口组名称
|
5420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5421
5513
|
:type ParamTemplateName: str
|
5422
5514
|
:param _ParamTemplateId: 协议端口组ID
|
5423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5424
5515
|
:type ParamTemplateId: str
|
5425
5516
|
:param _SourceName: 访问源名称
|
5426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5427
5517
|
:type SourceName: str
|
5428
5518
|
:param _TargetName: 访问目的名称
|
5429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5430
5519
|
:type TargetName: str
|
5431
5520
|
:param _LastHitTime: 规则最近命中时间
|
5432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5433
5521
|
:type LastHitTime: str
|
5434
5522
|
"""
|
5435
5523
|
self._SourceContent = None
|
@@ -5788,34 +5876,24 @@ class DescNatDnatRule(AbstractModel):
|
|
5788
5876
|
def __init__(self):
|
5789
5877
|
r"""
|
5790
5878
|
:param _Id: id
|
5791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5792
5879
|
:type Id: int
|
5793
5880
|
:param _IpProtocol: 网络协议,可选值:TCP、UDP。
|
5794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5795
5881
|
:type IpProtocol: str
|
5796
5882
|
:param _PublicIpAddress: 弹性IP。
|
5797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5798
5883
|
:type PublicIpAddress: str
|
5799
5884
|
:param _PublicPort: 公网端口。
|
5800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5801
5885
|
:type PublicPort: int
|
5802
5886
|
:param _PrivateIpAddress: 内网地址。
|
5803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5804
5887
|
:type PrivateIpAddress: str
|
5805
5888
|
:param _PrivatePort: 内网端口。
|
5806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5807
5889
|
:type PrivatePort: int
|
5808
5890
|
:param _Description: NAT防火墙转发规则描述。
|
5809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5810
5891
|
:type Description: str
|
5811
5892
|
:param _IsReferenced: 是否被关联引用,如被远程运维使用
|
5812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5813
5893
|
:type IsReferenced: int
|
5814
5894
|
:param _FwInsId: 所属防火墙实例id
|
5815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5816
5895
|
:type FwInsId: str
|
5817
5896
|
:param _NatGwId: 关联的nat网关Id
|
5818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5819
5897
|
:type NatGwId: str
|
5820
5898
|
"""
|
5821
5899
|
self._Id = None
|
@@ -6086,7 +6164,6 @@ class DescribeAcListsResponse(AbstractModel):
|
|
6086
6164
|
:param _AllTotal: 不算筛选条数的总条数
|
6087
6165
|
:type AllTotal: int
|
6088
6166
|
:param _Enable: 访问控制规则全部启用/全部停用
|
6089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6090
6167
|
:type Enable: int
|
6091
6168
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6092
6169
|
:type RequestId: str
|
@@ -6170,9 +6247,9 @@ class DescribeAclRuleRequest(AbstractModel):
|
|
6170
6247
|
:type StartTime: str
|
6171
6248
|
:param _EndTime: 检索的截止时间,可不传
|
6172
6249
|
:type EndTime: str
|
6173
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
6250
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
|
6174
6251
|
:type Order: str
|
6175
|
-
:param _By:
|
6252
|
+
:param _By: 排序所用到的字段,默认为sequence
|
6176
6253
|
:type By: str
|
6177
6254
|
"""
|
6178
6255
|
self._Limit = None
|
@@ -6283,7 +6360,6 @@ class DescribeAclRuleResponse(AbstractModel):
|
|
6283
6360
|
:param _Total: 总条数
|
6284
6361
|
:type Total: int
|
6285
6362
|
:param _Data: nat访问控制列表数据
|
6286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6287
6363
|
:type Data: list of DescAcItem
|
6288
6364
|
:param _AllTotal: 未过滤的总条数
|
6289
6365
|
:type AllTotal: int
|
@@ -6781,10 +6857,8 @@ class DescribeAssociatedInstanceListResponse(AbstractModel):
|
|
6781
6857
|
def __init__(self):
|
6782
6858
|
r"""
|
6783
6859
|
:param _Total: 实例数量
|
6784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6785
6860
|
:type Total: int
|
6786
6861
|
:param _Data: 实例列表
|
6787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6788
6862
|
:type Data: list of AssociatedInstanceInfo
|
6789
6863
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6790
6864
|
:type RequestId: str
|
@@ -6836,39 +6910,31 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
6836
6910
|
|
6837
6911
|
def __init__(self):
|
6838
6912
|
r"""
|
6839
|
-
:param _StartTime: 开始时间
|
6840
|
-
:type StartTime: str
|
6841
6913
|
:param _EndTime: 结束时间
|
6842
6914
|
:type EndTime: str
|
6843
6915
|
:param _Ip: ip查询条件
|
6844
6916
|
:type Ip: str
|
6845
|
-
:param
|
6846
|
-
:type
|
6917
|
+
:param _StartTime: 开始时间
|
6918
|
+
:type StartTime: str
|
6847
6919
|
:param _Direction: 方向
|
6848
6920
|
:type Direction: str
|
6849
|
-
:param _Source: 来源
|
6850
|
-
:type Source: str
|
6851
6921
|
:param _EdgeId: vpc间防火墙开关边id
|
6852
6922
|
:type EdgeId: str
|
6853
6923
|
:param _LogSource: 日志来源 move:vpc间防火墙
|
6854
6924
|
:type LogSource: str
|
6925
|
+
:param _Source: 来源
|
6926
|
+
:type Source: str
|
6927
|
+
:param _Zone: 地域
|
6928
|
+
:type Zone: str
|
6855
6929
|
"""
|
6856
|
-
self._StartTime = None
|
6857
6930
|
self._EndTime = None
|
6858
6931
|
self._Ip = None
|
6859
|
-
self.
|
6932
|
+
self._StartTime = None
|
6860
6933
|
self._Direction = None
|
6861
|
-
self._Source = None
|
6862
6934
|
self._EdgeId = None
|
6863
6935
|
self._LogSource = None
|
6864
|
-
|
6865
|
-
|
6866
|
-
def StartTime(self):
|
6867
|
-
return self._StartTime
|
6868
|
-
|
6869
|
-
@StartTime.setter
|
6870
|
-
def StartTime(self, StartTime):
|
6871
|
-
self._StartTime = StartTime
|
6936
|
+
self._Source = None
|
6937
|
+
self._Zone = None
|
6872
6938
|
|
6873
6939
|
@property
|
6874
6940
|
def EndTime(self):
|
@@ -6887,12 +6953,12 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
6887
6953
|
self._Ip = Ip
|
6888
6954
|
|
6889
6955
|
@property
|
6890
|
-
def
|
6891
|
-
return self.
|
6956
|
+
def StartTime(self):
|
6957
|
+
return self._StartTime
|
6892
6958
|
|
6893
|
-
@
|
6894
|
-
def
|
6895
|
-
self.
|
6959
|
+
@StartTime.setter
|
6960
|
+
def StartTime(self, StartTime):
|
6961
|
+
self._StartTime = StartTime
|
6896
6962
|
|
6897
6963
|
@property
|
6898
6964
|
def Direction(self):
|
@@ -6902,14 +6968,6 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
6902
6968
|
def Direction(self, Direction):
|
6903
6969
|
self._Direction = Direction
|
6904
6970
|
|
6905
|
-
@property
|
6906
|
-
def Source(self):
|
6907
|
-
return self._Source
|
6908
|
-
|
6909
|
-
@Source.setter
|
6910
|
-
def Source(self, Source):
|
6911
|
-
self._Source = Source
|
6912
|
-
|
6913
6971
|
@property
|
6914
6972
|
def EdgeId(self):
|
6915
6973
|
return self._EdgeId
|
@@ -6926,16 +6984,32 @@ class DescribeBlockByIpTimesListRequest(AbstractModel):
|
|
6926
6984
|
def LogSource(self, LogSource):
|
6927
6985
|
self._LogSource = LogSource
|
6928
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
|
+
|
6929
7003
|
|
6930
7004
|
def _deserialize(self, params):
|
6931
|
-
self._StartTime = params.get("StartTime")
|
6932
7005
|
self._EndTime = params.get("EndTime")
|
6933
7006
|
self._Ip = params.get("Ip")
|
6934
|
-
self.
|
7007
|
+
self._StartTime = params.get("StartTime")
|
6935
7008
|
self._Direction = params.get("Direction")
|
6936
|
-
self._Source = params.get("Source")
|
6937
7009
|
self._EdgeId = params.get("EdgeId")
|
6938
7010
|
self._LogSource = params.get("LogSource")
|
7011
|
+
self._Source = params.get("Source")
|
7012
|
+
self._Zone = params.get("Zone")
|
6939
7013
|
memeber_set = set(params.keys())
|
6940
7014
|
for name, value in vars(self).items():
|
6941
7015
|
property_name = name[1:]
|
@@ -7215,31 +7289,23 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7215
7289
|
|
7216
7290
|
def __init__(self):
|
7217
7291
|
r"""
|
7218
|
-
:param _StartTime: 开始时间
|
7219
|
-
:type StartTime: str
|
7220
7292
|
:param _EndTime: 结束时间
|
7221
7293
|
:type EndTime: str
|
7222
7294
|
:param _QueryType: 列表类型,只能是下面三种之一:port、address、ip
|
7223
7295
|
:type QueryType: str
|
7296
|
+
:param _StartTime: 开始时间
|
7297
|
+
:type StartTime: str
|
7224
7298
|
:param _Top: top数
|
7225
7299
|
:type Top: int
|
7226
7300
|
:param _SearchValue: 查询条件
|
7227
7301
|
:type SearchValue: str
|
7228
7302
|
"""
|
7229
|
-
self._StartTime = None
|
7230
7303
|
self._EndTime = None
|
7231
7304
|
self._QueryType = None
|
7305
|
+
self._StartTime = None
|
7232
7306
|
self._Top = None
|
7233
7307
|
self._SearchValue = None
|
7234
7308
|
|
7235
|
-
@property
|
7236
|
-
def StartTime(self):
|
7237
|
-
return self._StartTime
|
7238
|
-
|
7239
|
-
@StartTime.setter
|
7240
|
-
def StartTime(self, StartTime):
|
7241
|
-
self._StartTime = StartTime
|
7242
|
-
|
7243
7309
|
@property
|
7244
7310
|
def EndTime(self):
|
7245
7311
|
return self._EndTime
|
@@ -7256,6 +7322,14 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7256
7322
|
def QueryType(self, QueryType):
|
7257
7323
|
self._QueryType = QueryType
|
7258
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
|
+
|
7259
7333
|
@property
|
7260
7334
|
def Top(self):
|
7261
7335
|
return self._Top
|
@@ -7274,9 +7348,9 @@ class DescribeBlockStaticListRequest(AbstractModel):
|
|
7274
7348
|
|
7275
7349
|
|
7276
7350
|
def _deserialize(self, params):
|
7277
|
-
self._StartTime = params.get("StartTime")
|
7278
7351
|
self._EndTime = params.get("EndTime")
|
7279
7352
|
self._QueryType = params.get("QueryType")
|
7353
|
+
self._StartTime = params.get("StartTime")
|
7280
7354
|
self._Top = params.get("Top")
|
7281
7355
|
self._SearchValue = params.get("SearchValue")
|
7282
7356
|
memeber_set = set(params.keys())
|
@@ -7298,10 +7372,13 @@ class DescribeBlockStaticListResponse(AbstractModel):
|
|
7298
7372
|
r"""
|
7299
7373
|
:param _Data: 无
|
7300
7374
|
:type Data: list of StaticInfo
|
7375
|
+
:param _Status: 异步查询状态,1查询执行中,0查询已结束
|
7376
|
+
:type Status: int
|
7301
7377
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7302
7378
|
:type RequestId: str
|
7303
7379
|
"""
|
7304
7380
|
self._Data = None
|
7381
|
+
self._Status = None
|
7305
7382
|
self._RequestId = None
|
7306
7383
|
|
7307
7384
|
@property
|
@@ -7312,6 +7389,14 @@ class DescribeBlockStaticListResponse(AbstractModel):
|
|
7312
7389
|
def Data(self, Data):
|
7313
7390
|
self._Data = Data
|
7314
7391
|
|
7392
|
+
@property
|
7393
|
+
def Status(self):
|
7394
|
+
return self._Status
|
7395
|
+
|
7396
|
+
@Status.setter
|
7397
|
+
def Status(self, Status):
|
7398
|
+
self._Status = Status
|
7399
|
+
|
7315
7400
|
@property
|
7316
7401
|
def RequestId(self):
|
7317
7402
|
return self._RequestId
|
@@ -7328,6 +7413,7 @@ class DescribeBlockStaticListResponse(AbstractModel):
|
|
7328
7413
|
obj = StaticInfo()
|
7329
7414
|
obj._deserialize(item)
|
7330
7415
|
self._Data.append(obj)
|
7416
|
+
self._Status = params.get("Status")
|
7331
7417
|
self._RequestId = params.get("RequestId")
|
7332
7418
|
|
7333
7419
|
|
@@ -8152,16 +8238,12 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
8152
8238
|
def __init__(self):
|
8153
8239
|
r"""
|
8154
8240
|
:param _Data: ip 开关列表
|
8155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8156
8241
|
:type Data: list of EdgeIpInfo
|
8157
8242
|
:param _Total: ip 开关列表个数
|
8158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8159
8243
|
:type Total: int
|
8160
8244
|
:param _RegionLst: 地域列表
|
8161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8162
8245
|
:type RegionLst: list of str
|
8163
8246
|
:param _InstanceTypeLst: 实例类型列表
|
8164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8165
8247
|
:type InstanceTypeLst: list of str
|
8166
8248
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8167
8249
|
:type RequestId: str
|
@@ -8343,11 +8425,9 @@ class DescribeFwGroupInstanceInfoResponse(AbstractModel):
|
|
8343
8425
|
|
8344
8426
|
def __init__(self):
|
8345
8427
|
r"""
|
8346
|
-
:param _VpcFwGroupLst: 防火墙(组)
|
8347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8428
|
+
:param _VpcFwGroupLst: 防火墙(组)详细信息
|
8348
8429
|
:type VpcFwGroupLst: list of VpcFwGroupInfo
|
8349
8430
|
:param _Total: 防火墙(组)个数
|
8350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8351
8431
|
:type Total: int
|
8352
8432
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8353
8433
|
:type RequestId: str
|
@@ -8888,7 +8968,6 @@ class DescribeLogsResponse(AbstractModel):
|
|
8888
8968
|
:param _ReturnMsg: 返回信息 success 成功 其他 不成功
|
8889
8969
|
:type ReturnMsg: str
|
8890
8970
|
:param _AppProtocolList: 七层协议,NTA日志有效
|
8891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8892
8971
|
:type AppProtocolList: list of str
|
8893
8972
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8894
8973
|
:type RequestId: str
|
@@ -8971,15 +9050,15 @@ class DescribeNatAcRuleRequest(AbstractModel):
|
|
8971
9050
|
:type Offset: int
|
8972
9051
|
:param _Index: 需要查询的索引,特定场景使用,可不填
|
8973
9052
|
:type Index: str
|
8974
|
-
:param _Filters:
|
9053
|
+
:param _Filters: 过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
|
8975
9054
|
:type Filters: list of CommonFilter
|
8976
9055
|
:param _StartTime: 检索的起始时间,可不传
|
8977
9056
|
:type StartTime: str
|
8978
9057
|
:param _EndTime: 检索的截止时间,可不传
|
8979
9058
|
:type EndTime: str
|
8980
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
9059
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
|
8981
9060
|
:type Order: str
|
8982
|
-
:param _By:
|
9061
|
+
:param _By: 排序所用到的字段,默认为sequence
|
8983
9062
|
:type By: str
|
8984
9063
|
"""
|
8985
9064
|
self._Limit = None
|
@@ -9090,7 +9169,6 @@ class DescribeNatAcRuleResponse(AbstractModel):
|
|
9090
9169
|
:param _Total: 总条数
|
9091
9170
|
:type Total: int
|
9092
9171
|
:param _Data: nat访问控制列表数据
|
9093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9094
9172
|
:type Data: list of DescAcItem
|
9095
9173
|
:param _AllTotal: 未过滤的总条数
|
9096
9174
|
:type AllTotal: int
|
@@ -9166,9 +9244,9 @@ class DescribeNatFwDnatRuleRequest(AbstractModel):
|
|
9166
9244
|
:type StartTime: str
|
9167
9245
|
:param _EndTime: 检索的截止时间,可不传
|
9168
9246
|
:type EndTime: str
|
9169
|
-
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By
|
9247
|
+
:param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,可不传
|
9170
9248
|
:type Order: str
|
9171
|
-
:param _By:
|
9249
|
+
:param _By: 排序所用到的字段,可不传
|
9172
9250
|
:type By: str
|
9173
9251
|
"""
|
9174
9252
|
self._Index = None
|
@@ -9277,7 +9355,6 @@ class DescribeNatFwDnatRuleResponse(AbstractModel):
|
|
9277
9355
|
def __init__(self):
|
9278
9356
|
r"""
|
9279
9357
|
:param _Data: Dnat规则列表
|
9280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9281
9358
|
:type Data: list of DescNatDnatRule
|
9282
9359
|
:param _Total: 列表总数
|
9283
9360
|
:type Total: int
|
@@ -9337,17 +9414,13 @@ class DescribeNatFwInfoCountResponse(AbstractModel):
|
|
9337
9414
|
|
9338
9415
|
def __init__(self):
|
9339
9416
|
r"""
|
9340
|
-
:param _ReturnMsg: 返回参数
|
9341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9417
|
+
:param _ReturnMsg: 返回参数 success 成功 failed 失败
|
9342
9418
|
:type ReturnMsg: str
|
9343
|
-
:param _NatFwInsCount: 当前租户的nat
|
9344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9419
|
+
:param _NatFwInsCount: 当前租户的nat防火墙实例个数
|
9345
9420
|
:type NatFwInsCount: int
|
9346
|
-
:param _SubnetCount:
|
9347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9421
|
+
:param _SubnetCount: 当前租户接入防火墙的子网个数
|
9348
9422
|
:type SubnetCount: int
|
9349
|
-
:param _OpenSwitchCount:
|
9350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9423
|
+
:param _OpenSwitchCount: 打开NAT防火墙开关个数
|
9351
9424
|
:type OpenSwitchCount: int
|
9352
9425
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9353
9426
|
:type RequestId: str
|
@@ -9469,7 +9542,6 @@ class DescribeNatFwInstanceWithRegionResponse(AbstractModel):
|
|
9469
9542
|
def __init__(self):
|
9470
9543
|
r"""
|
9471
9544
|
:param _NatinsLst: 实例数组
|
9472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9473
9545
|
:type NatinsLst: list of NatFwInstance
|
9474
9546
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9475
9547
|
:type RequestId: str
|
@@ -9574,10 +9646,8 @@ class DescribeNatFwInstancesInfoResponse(AbstractModel):
|
|
9574
9646
|
def __init__(self):
|
9575
9647
|
r"""
|
9576
9648
|
:param _NatinsLst: 实例卡片信息数组
|
9577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9578
9649
|
:type NatinsLst: list of NatInstanceInfo
|
9579
9650
|
:param _Total: nat 防火墙个数
|
9580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9581
9651
|
:type Total: int
|
9582
9652
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9583
9653
|
:type RequestId: str
|
@@ -9699,13 +9769,10 @@ class DescribeNatFwVpcDnsLstResponse(AbstractModel):
|
|
9699
9769
|
def __init__(self):
|
9700
9770
|
r"""
|
9701
9771
|
:param _VpcDnsSwitchLst: nat防火墙vpc dns 信息数组
|
9702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9703
9772
|
:type VpcDnsSwitchLst: list of VpcDnsInfo
|
9704
|
-
:param _ReturnMsg: 返回参数
|
9705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9773
|
+
:param _ReturnMsg: 返回参数 success成功 failed 失败
|
9706
9774
|
:type ReturnMsg: str
|
9707
9775
|
:param _Total: 开关总条数
|
9708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9709
9776
|
:type Total: int
|
9710
9777
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9711
9778
|
:type RequestId: str
|
@@ -9760,177 +9827,6 @@ class DescribeNatFwVpcDnsLstResponse(AbstractModel):
|
|
9760
9827
|
self._RequestId = params.get("RequestId")
|
9761
9828
|
|
9762
9829
|
|
9763
|
-
class DescribeNatSwitchListRequest(AbstractModel):
|
9764
|
-
"""DescribeNatSwitchList请求参数结构体
|
9765
|
-
|
9766
|
-
"""
|
9767
|
-
|
9768
|
-
def __init__(self):
|
9769
|
-
r"""
|
9770
|
-
:param _Offset: 偏移量,分页用
|
9771
|
-
:type Offset: int
|
9772
|
-
:param _Limit: 条数,分页用
|
9773
|
-
:type Limit: int
|
9774
|
-
:param _SearchValue: 搜索值
|
9775
|
-
:type SearchValue: str
|
9776
|
-
:param _Status: 开关,1打开,0关闭
|
9777
|
-
:type Status: int
|
9778
|
-
:param _VpcId: 筛选NAT防火墙子网开关所属VPC
|
9779
|
-
:type VpcId: str
|
9780
|
-
:param _NatId: 筛选NAT防火墙子网开关所属NAT网关
|
9781
|
-
:type NatId: str
|
9782
|
-
:param _NatInsId: 筛选NAT防火墙子网开关所属NAT防火墙实例
|
9783
|
-
:type NatInsId: str
|
9784
|
-
:param _Area: 筛选NAT防火墙子网开关所属地域
|
9785
|
-
:type Area: str
|
9786
|
-
"""
|
9787
|
-
self._Offset = None
|
9788
|
-
self._Limit = None
|
9789
|
-
self._SearchValue = None
|
9790
|
-
self._Status = None
|
9791
|
-
self._VpcId = None
|
9792
|
-
self._NatId = None
|
9793
|
-
self._NatInsId = None
|
9794
|
-
self._Area = None
|
9795
|
-
|
9796
|
-
@property
|
9797
|
-
def Offset(self):
|
9798
|
-
return self._Offset
|
9799
|
-
|
9800
|
-
@Offset.setter
|
9801
|
-
def Offset(self, Offset):
|
9802
|
-
self._Offset = Offset
|
9803
|
-
|
9804
|
-
@property
|
9805
|
-
def Limit(self):
|
9806
|
-
return self._Limit
|
9807
|
-
|
9808
|
-
@Limit.setter
|
9809
|
-
def Limit(self, Limit):
|
9810
|
-
self._Limit = Limit
|
9811
|
-
|
9812
|
-
@property
|
9813
|
-
def SearchValue(self):
|
9814
|
-
return self._SearchValue
|
9815
|
-
|
9816
|
-
@SearchValue.setter
|
9817
|
-
def SearchValue(self, SearchValue):
|
9818
|
-
self._SearchValue = SearchValue
|
9819
|
-
|
9820
|
-
@property
|
9821
|
-
def Status(self):
|
9822
|
-
return self._Status
|
9823
|
-
|
9824
|
-
@Status.setter
|
9825
|
-
def Status(self, Status):
|
9826
|
-
self._Status = Status
|
9827
|
-
|
9828
|
-
@property
|
9829
|
-
def VpcId(self):
|
9830
|
-
return self._VpcId
|
9831
|
-
|
9832
|
-
@VpcId.setter
|
9833
|
-
def VpcId(self, VpcId):
|
9834
|
-
self._VpcId = VpcId
|
9835
|
-
|
9836
|
-
@property
|
9837
|
-
def NatId(self):
|
9838
|
-
return self._NatId
|
9839
|
-
|
9840
|
-
@NatId.setter
|
9841
|
-
def NatId(self, NatId):
|
9842
|
-
self._NatId = NatId
|
9843
|
-
|
9844
|
-
@property
|
9845
|
-
def NatInsId(self):
|
9846
|
-
return self._NatInsId
|
9847
|
-
|
9848
|
-
@NatInsId.setter
|
9849
|
-
def NatInsId(self, NatInsId):
|
9850
|
-
self._NatInsId = NatInsId
|
9851
|
-
|
9852
|
-
@property
|
9853
|
-
def Area(self):
|
9854
|
-
return self._Area
|
9855
|
-
|
9856
|
-
@Area.setter
|
9857
|
-
def Area(self, Area):
|
9858
|
-
self._Area = Area
|
9859
|
-
|
9860
|
-
|
9861
|
-
def _deserialize(self, params):
|
9862
|
-
self._Offset = params.get("Offset")
|
9863
|
-
self._Limit = params.get("Limit")
|
9864
|
-
self._SearchValue = params.get("SearchValue")
|
9865
|
-
self._Status = params.get("Status")
|
9866
|
-
self._VpcId = params.get("VpcId")
|
9867
|
-
self._NatId = params.get("NatId")
|
9868
|
-
self._NatInsId = params.get("NatInsId")
|
9869
|
-
self._Area = params.get("Area")
|
9870
|
-
memeber_set = set(params.keys())
|
9871
|
-
for name, value in vars(self).items():
|
9872
|
-
property_name = name[1:]
|
9873
|
-
if property_name in memeber_set:
|
9874
|
-
memeber_set.remove(property_name)
|
9875
|
-
if len(memeber_set) > 0:
|
9876
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
9877
|
-
|
9878
|
-
|
9879
|
-
|
9880
|
-
class DescribeNatSwitchListResponse(AbstractModel):
|
9881
|
-
"""DescribeNatSwitchList返回参数结构体
|
9882
|
-
|
9883
|
-
"""
|
9884
|
-
|
9885
|
-
def __init__(self):
|
9886
|
-
r"""
|
9887
|
-
:param _Total: 总数
|
9888
|
-
:type Total: int
|
9889
|
-
:param _Data: NAT边界防火墙开关列表数据
|
9890
|
-
:type Data: list of NatSwitchListData
|
9891
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9892
|
-
:type RequestId: str
|
9893
|
-
"""
|
9894
|
-
self._Total = None
|
9895
|
-
self._Data = None
|
9896
|
-
self._RequestId = None
|
9897
|
-
|
9898
|
-
@property
|
9899
|
-
def Total(self):
|
9900
|
-
return self._Total
|
9901
|
-
|
9902
|
-
@Total.setter
|
9903
|
-
def Total(self, Total):
|
9904
|
-
self._Total = Total
|
9905
|
-
|
9906
|
-
@property
|
9907
|
-
def Data(self):
|
9908
|
-
return self._Data
|
9909
|
-
|
9910
|
-
@Data.setter
|
9911
|
-
def Data(self, Data):
|
9912
|
-
self._Data = Data
|
9913
|
-
|
9914
|
-
@property
|
9915
|
-
def RequestId(self):
|
9916
|
-
return self._RequestId
|
9917
|
-
|
9918
|
-
@RequestId.setter
|
9919
|
-
def RequestId(self, RequestId):
|
9920
|
-
self._RequestId = RequestId
|
9921
|
-
|
9922
|
-
|
9923
|
-
def _deserialize(self, params):
|
9924
|
-
self._Total = params.get("Total")
|
9925
|
-
if params.get("Data") is not None:
|
9926
|
-
self._Data = []
|
9927
|
-
for item in params.get("Data"):
|
9928
|
-
obj = NatSwitchListData()
|
9929
|
-
obj._deserialize(item)
|
9930
|
-
self._Data.append(obj)
|
9931
|
-
self._RequestId = params.get("RequestId")
|
9932
|
-
|
9933
|
-
|
9934
9830
|
class DescribeResourceGroupNewRequest(AbstractModel):
|
9935
9831
|
"""DescribeResourceGroupNew请求参数结构体
|
9936
9832
|
|
@@ -9997,19 +9893,19 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
9997
9893
|
r"""
|
9998
9894
|
:param _Data: 返回树形结构
|
9999
9895
|
:type Data: str
|
10000
|
-
:param _UnResourceNum: 未分类实例数量
|
10001
|
-
:type UnResourceNum: int
|
10002
|
-
:param _ReturnMsg: 接口返回消息
|
10003
|
-
:type ReturnMsg: str
|
10004
9896
|
:param _ReturnCode: 返回码;0为请求成功
|
10005
9897
|
:type ReturnCode: int
|
9898
|
+
:param _ReturnMsg: 接口返回消息
|
9899
|
+
:type ReturnMsg: str
|
9900
|
+
:param _UnResourceNum: 未分类实例数量
|
9901
|
+
:type UnResourceNum: int
|
10006
9902
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10007
9903
|
:type RequestId: str
|
10008
9904
|
"""
|
10009
9905
|
self._Data = None
|
10010
|
-
self._UnResourceNum = None
|
10011
|
-
self._ReturnMsg = None
|
10012
9906
|
self._ReturnCode = None
|
9907
|
+
self._ReturnMsg = None
|
9908
|
+
self._UnResourceNum = None
|
10013
9909
|
self._RequestId = None
|
10014
9910
|
|
10015
9911
|
@property
|
@@ -10021,12 +9917,12 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10021
9917
|
self._Data = Data
|
10022
9918
|
|
10023
9919
|
@property
|
10024
|
-
def
|
10025
|
-
return self.
|
9920
|
+
def ReturnCode(self):
|
9921
|
+
return self._ReturnCode
|
10026
9922
|
|
10027
|
-
@
|
10028
|
-
def
|
10029
|
-
self.
|
9923
|
+
@ReturnCode.setter
|
9924
|
+
def ReturnCode(self, ReturnCode):
|
9925
|
+
self._ReturnCode = ReturnCode
|
10030
9926
|
|
10031
9927
|
@property
|
10032
9928
|
def ReturnMsg(self):
|
@@ -10037,12 +9933,12 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10037
9933
|
self._ReturnMsg = ReturnMsg
|
10038
9934
|
|
10039
9935
|
@property
|
10040
|
-
def
|
10041
|
-
return self.
|
9936
|
+
def UnResourceNum(self):
|
9937
|
+
return self._UnResourceNum
|
10042
9938
|
|
10043
|
-
@
|
10044
|
-
def
|
10045
|
-
self.
|
9939
|
+
@UnResourceNum.setter
|
9940
|
+
def UnResourceNum(self, UnResourceNum):
|
9941
|
+
self._UnResourceNum = UnResourceNum
|
10046
9942
|
|
10047
9943
|
@property
|
10048
9944
|
def RequestId(self):
|
@@ -10055,9 +9951,9 @@ class DescribeResourceGroupNewResponse(AbstractModel):
|
|
10055
9951
|
|
10056
9952
|
def _deserialize(self, params):
|
10057
9953
|
self._Data = params.get("Data")
|
10058
|
-
self._UnResourceNum = params.get("UnResourceNum")
|
10059
|
-
self._ReturnMsg = params.get("ReturnMsg")
|
10060
9954
|
self._ReturnCode = params.get("ReturnCode")
|
9955
|
+
self._ReturnMsg = params.get("ReturnMsg")
|
9956
|
+
self._UnResourceNum = params.get("UnResourceNum")
|
10061
9957
|
self._RequestId = params.get("RequestId")
|
10062
9958
|
|
10063
9959
|
|
@@ -10196,19 +10092,14 @@ class DescribeRuleOverviewResponse(AbstractModel):
|
|
10196
10092
|
def __init__(self):
|
10197
10093
|
r"""
|
10198
10094
|
:param _AllTotal: 规则总数
|
10199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10200
10095
|
:type AllTotal: int
|
10201
10096
|
:param _StrategyNum: 阻断策略规则数量
|
10202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10203
10097
|
:type StrategyNum: int
|
10204
10098
|
:param _StartRuleNum: 启用规则数量
|
10205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10206
10099
|
:type StartRuleNum: int
|
10207
10100
|
:param _StopRuleNum: 停用规则数量
|
10208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10209
10101
|
:type StopRuleNum: int
|
10210
10102
|
:param _RemainingNum: 剩余配额
|
10211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10212
10103
|
:type RemainingNum: int
|
10213
10104
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10214
10105
|
:type RequestId: str
|
@@ -10397,7 +10288,6 @@ class DescribeSecurityGroupListResponse(AbstractModel):
|
|
10397
10288
|
:param _AllTotal: 不算筛选条数的总条数
|
10398
10289
|
:type AllTotal: int
|
10399
10290
|
:param _Enable: 访问控制规则全部启用/全部停用
|
10400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10401
10291
|
:type Enable: int
|
10402
10292
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10403
10293
|
:type RequestId: str
|
@@ -10469,25 +10359,33 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10469
10359
|
|
10470
10360
|
def __init__(self):
|
10471
10361
|
r"""
|
10362
|
+
:param _ChooseType: ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
10363
|
+
:type ChooseType: str
|
10472
10364
|
:param _FuzzySearch: 模糊查询
|
10473
10365
|
:type FuzzySearch: str
|
10474
10366
|
:param _InsType: 资产类型 1公网 2内网
|
10475
10367
|
:type InsType: str
|
10476
|
-
:param _ChooseType: ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
10477
|
-
:type ChooseType: str
|
10478
|
-
:param _Zone: 地域
|
10479
|
-
:type Zone: str
|
10480
10368
|
:param _Limit: 查询单页的最大值;eg:10;则最多返回10条结果
|
10481
10369
|
:type Limit: int
|
10482
10370
|
:param _Offset: 查询结果的偏移量
|
10483
10371
|
:type Offset: int
|
10372
|
+
:param _Zone: 地域
|
10373
|
+
:type Zone: str
|
10484
10374
|
"""
|
10375
|
+
self._ChooseType = None
|
10485
10376
|
self._FuzzySearch = None
|
10486
10377
|
self._InsType = None
|
10487
|
-
self._ChooseType = None
|
10488
|
-
self._Zone = None
|
10489
10378
|
self._Limit = None
|
10490
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
|
10491
10389
|
|
10492
10390
|
@property
|
10493
10391
|
def FuzzySearch(self):
|
@@ -10505,22 +10403,6 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10505
10403
|
def InsType(self, InsType):
|
10506
10404
|
self._InsType = InsType
|
10507
10405
|
|
10508
|
-
@property
|
10509
|
-
def ChooseType(self):
|
10510
|
-
return self._ChooseType
|
10511
|
-
|
10512
|
-
@ChooseType.setter
|
10513
|
-
def ChooseType(self, ChooseType):
|
10514
|
-
self._ChooseType = ChooseType
|
10515
|
-
|
10516
|
-
@property
|
10517
|
-
def Zone(self):
|
10518
|
-
return self._Zone
|
10519
|
-
|
10520
|
-
@Zone.setter
|
10521
|
-
def Zone(self, Zone):
|
10522
|
-
self._Zone = Zone
|
10523
|
-
|
10524
10406
|
@property
|
10525
10407
|
def Limit(self):
|
10526
10408
|
return self._Limit
|
@@ -10537,14 +10419,22 @@ class DescribeSourceAssetRequest(AbstractModel):
|
|
10537
10419
|
def Offset(self, Offset):
|
10538
10420
|
self._Offset = Offset
|
10539
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
|
+
|
10540
10430
|
|
10541
10431
|
def _deserialize(self, params):
|
10432
|
+
self._ChooseType = params.get("ChooseType")
|
10542
10433
|
self._FuzzySearch = params.get("FuzzySearch")
|
10543
10434
|
self._InsType = params.get("InsType")
|
10544
|
-
self._ChooseType = params.get("ChooseType")
|
10545
|
-
self._Zone = params.get("Zone")
|
10546
10435
|
self._Limit = params.get("Limit")
|
10547
10436
|
self._Offset = params.get("Offset")
|
10437
|
+
self._Zone = params.get("Zone")
|
10548
10438
|
memeber_set = set(params.keys())
|
10549
10439
|
for name, value in vars(self).items():
|
10550
10440
|
property_name = name[1:]
|
@@ -10562,28 +10452,20 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10562
10452
|
|
10563
10453
|
def __init__(self):
|
10564
10454
|
r"""
|
10565
|
-
:param _ZoneList: 地域集合
|
10566
|
-
:type ZoneList: list of AssetZone
|
10567
10455
|
:param _Data: 数据
|
10568
10456
|
:type Data: list of InstanceInfo
|
10569
10457
|
:param _Total: 返回数据总数
|
10570
10458
|
:type Total: int
|
10459
|
+
:param _ZoneList: 地域集合
|
10460
|
+
:type ZoneList: list of AssetZone
|
10571
10461
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10572
10462
|
:type RequestId: str
|
10573
10463
|
"""
|
10574
|
-
self._ZoneList = None
|
10575
10464
|
self._Data = None
|
10576
10465
|
self._Total = None
|
10466
|
+
self._ZoneList = None
|
10577
10467
|
self._RequestId = None
|
10578
10468
|
|
10579
|
-
@property
|
10580
|
-
def ZoneList(self):
|
10581
|
-
return self._ZoneList
|
10582
|
-
|
10583
|
-
@ZoneList.setter
|
10584
|
-
def ZoneList(self, ZoneList):
|
10585
|
-
self._ZoneList = ZoneList
|
10586
|
-
|
10587
10469
|
@property
|
10588
10470
|
def Data(self):
|
10589
10471
|
return self._Data
|
@@ -10600,6 +10482,14 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10600
10482
|
def Total(self, Total):
|
10601
10483
|
self._Total = Total
|
10602
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
|
+
|
10603
10493
|
@property
|
10604
10494
|
def RequestId(self):
|
10605
10495
|
return self._RequestId
|
@@ -10610,12 +10500,6 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10610
10500
|
|
10611
10501
|
|
10612
10502
|
def _deserialize(self, params):
|
10613
|
-
if params.get("ZoneList") is not None:
|
10614
|
-
self._ZoneList = []
|
10615
|
-
for item in params.get("ZoneList"):
|
10616
|
-
obj = AssetZone()
|
10617
|
-
obj._deserialize(item)
|
10618
|
-
self._ZoneList.append(obj)
|
10619
10503
|
if params.get("Data") is not None:
|
10620
10504
|
self._Data = []
|
10621
10505
|
for item in params.get("Data"):
|
@@ -10623,6 +10507,12 @@ class DescribeSourceAssetResponse(AbstractModel):
|
|
10623
10507
|
obj._deserialize(item)
|
10624
10508
|
self._Data.append(obj)
|
10625
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)
|
10626
10516
|
self._RequestId = params.get("RequestId")
|
10627
10517
|
|
10628
10518
|
|
@@ -10757,10 +10647,8 @@ class DescribeSwitchListsResponse(AbstractModel):
|
|
10757
10647
|
:param _AreaLists: 区域列表
|
10758
10648
|
:type AreaLists: list of str
|
10759
10649
|
:param _OnNum: 打开个数
|
10760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10761
10650
|
:type OnNum: int
|
10762
10651
|
:param _OffNum: 关闭个数
|
10763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10764
10652
|
:type OffNum: int
|
10765
10653
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10766
10654
|
:type RequestId: str
|
@@ -10842,28 +10730,20 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10842
10730
|
|
10843
10731
|
def __init__(self):
|
10844
10732
|
r"""
|
10845
|
-
:param _StartTime: 开始时间
|
10846
|
-
:type StartTime: str
|
10847
10733
|
:param _EndTime: 结束时间
|
10848
10734
|
:type EndTime: str
|
10849
10735
|
:param _QueryType: 类型 1 告警 2阻断
|
10850
10736
|
:type QueryType: str
|
10737
|
+
:param _StartTime: 开始时间
|
10738
|
+
:type StartTime: str
|
10851
10739
|
:param _SearchValue: 查询条件
|
10852
10740
|
:type SearchValue: str
|
10853
10741
|
"""
|
10854
|
-
self._StartTime = None
|
10855
10742
|
self._EndTime = None
|
10856
10743
|
self._QueryType = None
|
10744
|
+
self._StartTime = None
|
10857
10745
|
self._SearchValue = None
|
10858
10746
|
|
10859
|
-
@property
|
10860
|
-
def StartTime(self):
|
10861
|
-
return self._StartTime
|
10862
|
-
|
10863
|
-
@StartTime.setter
|
10864
|
-
def StartTime(self, StartTime):
|
10865
|
-
self._StartTime = StartTime
|
10866
|
-
|
10867
10747
|
@property
|
10868
10748
|
def EndTime(self):
|
10869
10749
|
return self._EndTime
|
@@ -10880,6 +10760,14 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10880
10760
|
def QueryType(self, QueryType):
|
10881
10761
|
self._QueryType = QueryType
|
10882
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
|
+
|
10883
10771
|
@property
|
10884
10772
|
def SearchValue(self):
|
10885
10773
|
return self._SearchValue
|
@@ -10890,9 +10778,9 @@ class DescribeTLogInfoRequest(AbstractModel):
|
|
10890
10778
|
|
10891
10779
|
|
10892
10780
|
def _deserialize(self, params):
|
10893
|
-
self._StartTime = params.get("StartTime")
|
10894
10781
|
self._EndTime = params.get("EndTime")
|
10895
10782
|
self._QueryType = params.get("QueryType")
|
10783
|
+
self._StartTime = params.get("StartTime")
|
10896
10784
|
self._SearchValue = params.get("SearchValue")
|
10897
10785
|
memeber_set = set(params.keys())
|
10898
10786
|
for name, value in vars(self).items():
|
@@ -10955,31 +10843,23 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
10955
10843
|
|
10956
10844
|
def __init__(self):
|
10957
10845
|
r"""
|
10958
|
-
:param _StartTime: 开始时间
|
10959
|
-
:type StartTime: str
|
10960
10846
|
:param _EndTime: 结束时间
|
10961
10847
|
:type EndTime: str
|
10962
10848
|
:param _QueryType: 类型 1 告警 2阻断
|
10963
10849
|
:type QueryType: str
|
10850
|
+
:param _StartTime: 开始时间
|
10851
|
+
:type StartTime: str
|
10964
10852
|
:param _Top: top数
|
10965
10853
|
:type Top: int
|
10966
10854
|
:param _SearchValue: 查询条件
|
10967
10855
|
:type SearchValue: str
|
10968
10856
|
"""
|
10969
|
-
self._StartTime = None
|
10970
10857
|
self._EndTime = None
|
10971
10858
|
self._QueryType = None
|
10859
|
+
self._StartTime = None
|
10972
10860
|
self._Top = None
|
10973
10861
|
self._SearchValue = None
|
10974
10862
|
|
10975
|
-
@property
|
10976
|
-
def StartTime(self):
|
10977
|
-
return self._StartTime
|
10978
|
-
|
10979
|
-
@StartTime.setter
|
10980
|
-
def StartTime(self, StartTime):
|
10981
|
-
self._StartTime = StartTime
|
10982
|
-
|
10983
10863
|
@property
|
10984
10864
|
def EndTime(self):
|
10985
10865
|
return self._EndTime
|
@@ -10996,6 +10876,14 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
10996
10876
|
def QueryType(self, QueryType):
|
10997
10877
|
self._QueryType = QueryType
|
10998
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
|
+
|
10999
10887
|
@property
|
11000
10888
|
def Top(self):
|
11001
10889
|
return self._Top
|
@@ -11014,9 +10902,9 @@ class DescribeTLogIpListRequest(AbstractModel):
|
|
11014
10902
|
|
11015
10903
|
|
11016
10904
|
def _deserialize(self, params):
|
11017
|
-
self._StartTime = params.get("StartTime")
|
11018
10905
|
self._EndTime = params.get("EndTime")
|
11019
10906
|
self._QueryType = params.get("QueryType")
|
10907
|
+
self._StartTime = params.get("StartTime")
|
11020
10908
|
self._Top = params.get("Top")
|
11021
10909
|
self._SearchValue = params.get("SearchValue")
|
11022
10910
|
memeber_set = set(params.keys())
|
@@ -11148,7 +11036,6 @@ class DescribeTableStatusResponse(AbstractModel):
|
|
11148
11036
|
def __init__(self):
|
11149
11037
|
r"""
|
11150
11038
|
:param _Status: 0:正常,其它:不正常
|
11151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11152
11039
|
:type Status: int
|
11153
11040
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11154
11041
|
:type RequestId: str
|
@@ -11243,7 +11130,6 @@ class DescribeUnHandleEventTabListResponse(AbstractModel):
|
|
11243
11130
|
def __init__(self):
|
11244
11131
|
r"""
|
11245
11132
|
:param _Data: 租户伪攻击链未处置事件
|
11246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11247
11133
|
:type Data: :class:`tencentcloud.cfw.v20190904.models.UnHandleEvent`
|
11248
11134
|
:param _ReturnCode: 错误码,0成功 非0错误
|
11249
11135
|
:type ReturnCode: int
|
@@ -11593,10 +11479,8 @@ class DescribeVpcFwGroupSwitchResponse(AbstractModel):
|
|
11593
11479
|
def __init__(self):
|
11594
11480
|
r"""
|
11595
11481
|
:param _SwitchList: 开关列表
|
11596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11597
11482
|
:type SwitchList: list of FwGroupSwitchShow
|
11598
11483
|
:param _Total: 开关总个数
|
11599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11600
11484
|
:type Total: int
|
11601
11485
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11602
11486
|
:type RequestId: str
|
@@ -11696,57 +11580,42 @@ class EdgeIpInfo(AbstractModel):
|
|
11696
11580
|
:param _PublicIp: 公网IP
|
11697
11581
|
:type PublicIp: str
|
11698
11582
|
:param _PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
|
11699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11700
11583
|
:type PublicIpType: int
|
11701
11584
|
:param _InstanceId: 实例ID
|
11702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11703
11585
|
:type InstanceId: str
|
11704
11586
|
:param _InstanceName: 实例名
|
11705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11706
11587
|
:type InstanceName: str
|
11707
11588
|
:param _IntranetIp: 内网IP
|
11708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11709
11589
|
:type IntranetIp: str
|
11710
11590
|
:param _AssetType: 资产类型
|
11711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11712
11591
|
:type AssetType: str
|
11713
11592
|
:param _Region: 地域
|
11714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11715
11593
|
:type Region: str
|
11716
11594
|
:param _PortRiskCount: 风险端口数
|
11717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11718
11595
|
:type PortRiskCount: int
|
11719
11596
|
:param _LastScanTime: 最近扫描时间
|
11720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11721
11597
|
:type LastScanTime: str
|
11722
11598
|
:param _IsRegionEip: 是否为region eip
|
11723
11599
|
0 不为region eip,不能选择串行
|
11724
11600
|
1 为region eip 可以选择串行
|
11725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11726
11601
|
:type IsRegionEip: int
|
11727
11602
|
:param _VpcId: EIP 所关联的VPC
|
11728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11729
11603
|
:type VpcId: str
|
11730
11604
|
:param _IsSerialRegion: 0: 该地域暂未支持串行
|
11731
11605
|
1: 该用户未在该地域配置串行带宽
|
11732
11606
|
2: 该用户已在该地域配置串行带宽,可以开启串行开关
|
11733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11734
11607
|
:type IsSerialRegion: int
|
11735
11608
|
:param _IsPublicClb: 0: 不是公网CLB 可以开启串行开关
|
11736
11609
|
1: 是公网CLB 不可以开启串行开关
|
11737
11610
|
|
11738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11739
11611
|
:type IsPublicClb: int
|
11740
11612
|
:param _EndpointBindEipNum: 0: 开启开关时提示要创建私有连接。
|
11741
11613
|
1: 关闭该开关是提示删除私有连接。
|
11742
11614
|
如果大于 1: 关闭开关 、开启开关不需提示创建删除私有连接。
|
11743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11744
11615
|
:type EndpointBindEipNum: int
|
11745
11616
|
:param _ScanMode: 扫描深度
|
11746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11747
11617
|
:type ScanMode: str
|
11748
11618
|
:param _ScanStatus: 扫描状态
|
11749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11750
11619
|
:type ScanStatus: int
|
11751
11620
|
:param _Status: 开关状态
|
11752
11621
|
0 : 关闭
|
@@ -11754,26 +11623,20 @@ class EdgeIpInfo(AbstractModel):
|
|
11754
11623
|
2 : 开启中
|
11755
11624
|
3 : 关闭中
|
11756
11625
|
4 : 异常
|
11757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11758
11626
|
:type Status: int
|
11759
11627
|
:param _EndpointId: 私有连接ID
|
11760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11761
11628
|
:type EndpointId: str
|
11762
11629
|
:param _EndpointIp: 私有连接IP
|
11763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11764
11630
|
:type EndpointIp: str
|
11765
11631
|
:param _SwitchMode: 0 : 旁路
|
11766
11632
|
1 : 串行
|
11767
11633
|
2 : 正在模式切换
|
11768
11634
|
:type SwitchMode: int
|
11769
11635
|
:param _SwitchWeight: 开关权重
|
11770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11771
11636
|
:type SwitchWeight: int
|
11772
11637
|
:param _Domain: 域名化CLB的域名
|
11773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11774
11638
|
:type Domain: str
|
11775
11639
|
:param _OverUsedStatus: IP超量状态
|
11776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11777
11640
|
:type OverUsedStatus: int
|
11778
11641
|
"""
|
11779
11642
|
self._PublicIp = None
|
@@ -12096,13 +11959,10 @@ class EnterpriseSecurityGroupRuleBetaInfo(AbstractModel):
|
|
12096
11959
|
def __init__(self):
|
12097
11960
|
r"""
|
12098
11961
|
:param _TaskId: 任务id
|
12099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12100
11962
|
:type TaskId: int
|
12101
11963
|
:param _TaskName: 任务名称
|
12102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12103
11964
|
:type TaskName: str
|
12104
11965
|
:param _LastTime: 时间
|
12105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12106
11966
|
:type LastTime: str
|
12107
11967
|
"""
|
12108
11968
|
self._TaskId = None
|
@@ -12156,16 +12016,12 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12156
12016
|
def __init__(self):
|
12157
12017
|
r"""
|
12158
12018
|
:param _OrderIndex: 排序
|
12159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12160
12019
|
:type OrderIndex: int
|
12161
12020
|
:param _RuleUuid: 主键id
|
12162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12163
12021
|
:type RuleUuid: int
|
12164
12022
|
:param _Uuid: 规则uuid
|
12165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12166
12023
|
:type Uuid: str
|
12167
12024
|
:param _SourceId: 源规则内容
|
12168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12169
12025
|
:type SourceId: str
|
12170
12026
|
:param _SourceType: 源规则类型
|
12171
12027
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
@@ -12180,10 +12036,8 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12180
12036
|
8表示标签(tag)
|
12181
12037
|
9表示地域(region)
|
12182
12038
|
100表示资产分组(resourcegroup)
|
12183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12184
12039
|
:type SourceType: int
|
12185
12040
|
:param _TargetId: 目的规则内容
|
12186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12187
12041
|
:type TargetId: str
|
12188
12042
|
:param _TargetType: 目的规则类型
|
12189
12043
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
@@ -12198,90 +12052,66 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12198
12052
|
8表示标签(tag)
|
12199
12053
|
9表示地域(region)
|
12200
12054
|
100表示资产分组(resourcegroup)
|
12201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12202
12055
|
:type TargetType: int
|
12203
12056
|
:param _Protocol: 协议名称
|
12204
12057
|
取值范围:TCP/ANY/ICMP/UDP
|
12205
12058
|
ANY:表示所有
|
12206
12059
|
|
12207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12208
12060
|
:type Protocol: str
|
12209
12061
|
:param _Port: 端口
|
12210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12211
12062
|
:type Port: str
|
12212
12063
|
:param _Strategy: 规则策略
|
12213
12064
|
取值范围:1/2
|
12214
12065
|
1:阻断
|
12215
12066
|
2:放行
|
12216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12217
12067
|
:type Strategy: int
|
12218
12068
|
:param _Status: 规则启用状态
|
12219
12069
|
取值范围: 0/1
|
12220
12070
|
0:未开启
|
12221
12071
|
1:开启
|
12222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12223
12072
|
:type Status: int
|
12224
12073
|
:param _Detail: 描述
|
12225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12226
12074
|
:type Detail: str
|
12227
12075
|
:param _AclTags: 标签
|
12228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12229
12076
|
:type AclTags: str
|
12230
12077
|
:param _IsNew: 规则最新一次是否有改动
|
12231
12078
|
取值范围:0/1
|
12232
12079
|
0:否
|
12233
12080
|
1:是
|
12234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12235
12081
|
:type IsNew: int
|
12236
12082
|
:param _Region: 地域
|
12237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12238
12083
|
:type Region: str
|
12239
12084
|
:param _IsDelay: 是否延迟下发规则
|
12240
12085
|
取值范围:0/1
|
12241
12086
|
0:立即下发 1:延迟下发
|
12242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12243
12087
|
:type IsDelay: int
|
12244
12088
|
:param _ServiceTemplateId: 服务模板id
|
12245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12246
12089
|
:type ServiceTemplateId: str
|
12247
12090
|
:param _SouInstanceName: 源资产名称
|
12248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12249
12091
|
:type SouInstanceName: str
|
12250
12092
|
:param _SouPublicIp: 源资产公网ip
|
12251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12252
12093
|
:type SouPublicIp: str
|
12253
12094
|
:param _SouPrivateIp: 源资产内网ip
|
12254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12255
12095
|
:type SouPrivateIp: str
|
12256
12096
|
:param _SouCidr: 源资产网段信息
|
12257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12258
12097
|
:type SouCidr: str
|
12259
12098
|
:param _SouParameterName: 源模板名称
|
12260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12261
12099
|
:type SouParameterName: str
|
12262
12100
|
:param _InstanceName: 目的资产名称
|
12263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12264
12101
|
:type InstanceName: str
|
12265
12102
|
:param _PublicIp: 目的资产公网ip
|
12266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12267
12103
|
:type PublicIp: str
|
12268
12104
|
:param _PrivateIp: 目的资产内网ip
|
12269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12270
12105
|
:type PrivateIp: str
|
12271
12106
|
:param _Cidr: 目的资产网段信息
|
12272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12273
12107
|
:type Cidr: str
|
12274
12108
|
:param _ParameterName: 目的模板名称
|
12275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12276
12109
|
:type ParameterName: str
|
12277
12110
|
:param _ProtocolPortName: 端口模板名称
|
12278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12279
12111
|
:type ProtocolPortName: str
|
12280
12112
|
:param _BetaList: 自动化任务信息
|
12281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12282
12113
|
:type BetaList: list of EnterpriseSecurityGroupRuleBetaInfo
|
12283
12114
|
:param _Id: 规则id 等同RuleUuid
|
12284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12285
12115
|
:type Id: int
|
12286
12116
|
"""
|
12287
12117
|
self._OrderIndex = None
|
@@ -12890,10 +12720,8 @@ class FwGateway(AbstractModel):
|
|
12890
12720
|
:param _GatewayId: 防火墙网关id
|
12891
12721
|
:type GatewayId: str
|
12892
12722
|
:param _VpcId: 网关所属vpc id
|
12893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12894
12723
|
:type VpcId: str
|
12895
12724
|
:param _IpAddress: 网关ip地址
|
12896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12897
12725
|
:type IpAddress: str
|
12898
12726
|
"""
|
12899
12727
|
self._GatewayId = None
|
@@ -12998,57 +12826,43 @@ class FwGroupSwitchShow(AbstractModel):
|
|
12998
12826
|
:param _SwitchId: 防火墙开关ID
|
12999
12827
|
:type SwitchId: str
|
13000
12828
|
:param _SwitchName: 防火墙开关NAME
|
13001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13002
12829
|
:type SwitchName: str
|
13003
12830
|
:param _SwitchMode: 互通模式
|
13004
12831
|
:type SwitchMode: int
|
13005
12832
|
:param _ConnectType: 开关边连接类型 0:对等连接, 1:云连网
|
13006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13007
12833
|
:type ConnectType: int
|
13008
12834
|
:param _ConnectId: 连接ID
|
13009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13010
12835
|
:type ConnectId: str
|
13011
12836
|
:param _ConnectName: 连接名称
|
13012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13013
12837
|
:type ConnectName: str
|
13014
12838
|
:param _SrcInstancesInfo: 源实例信息
|
13015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13016
12839
|
:type SrcInstancesInfo: list of NetInstancesInfo
|
13017
12840
|
:param _DstInstancesInfo: 目的实例信息
|
13018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13019
12841
|
:type DstInstancesInfo: list of NetInstancesInfo
|
13020
12842
|
:param _FwGroupId: 防火墙(组)数据
|
13021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13022
12843
|
:type FwGroupId: str
|
13023
12844
|
:param _FwGroupName: 防火墙(组)名称
|
13024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13025
12845
|
:type FwGroupName: str
|
13026
12846
|
:param _Enable: 开关状态 0:关 , 1:开
|
13027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13028
12847
|
:type Enable: int
|
13029
12848
|
:param _Status: 开关的状态 0:正常, 1:转换中
|
13030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13031
12849
|
:type Status: int
|
13032
12850
|
:param _AttachWithEdge: 0-非sase实例,忽略,1-未绑定状态,2-已绑定
|
13033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13034
12851
|
:type AttachWithEdge: int
|
13035
12852
|
:param _CrossEdgeStatus: 对等防火墙和开关状态 0:正常, 1:对等未创建防火墙,2:对等已创建防火墙,未打开开关
|
13036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13037
12853
|
:type CrossEdgeStatus: int
|
13038
12854
|
:param _FwInsRegion: 网络经过VPC防火墙CVM所在地域
|
13039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13040
12855
|
:type FwInsRegion: list of str
|
13041
12856
|
:param _IpsAction: 0 观察 1 拦截 2 严格 3 关闭 4 不支持ips 前端展示tag
|
13042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13043
12857
|
:type IpsAction: int
|
13044
12858
|
:param _FwInsLst: 开关关联的防火墙实例列表
|
13045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13046
12859
|
:type FwInsLst: list of VpcFwInstanceShow
|
13047
12860
|
:param _BypassStatus: 开关是否处于bypass状态
|
13048
12861
|
0:正常状态
|
13049
12862
|
1:bypass状态
|
13050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13051
12863
|
:type BypassStatus: int
|
12864
|
+
:param _IpVersion: 0: ipv4 , 1:ipv6
|
12865
|
+
:type IpVersion: int
|
13052
12866
|
"""
|
13053
12867
|
self._SwitchId = None
|
13054
12868
|
self._SwitchName = None
|
@@ -13068,6 +12882,7 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13068
12882
|
self._IpsAction = None
|
13069
12883
|
self._FwInsLst = None
|
13070
12884
|
self._BypassStatus = None
|
12885
|
+
self._IpVersion = None
|
13071
12886
|
|
13072
12887
|
@property
|
13073
12888
|
def SwitchId(self):
|
@@ -13213,6 +13028,14 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13213
13028
|
def BypassStatus(self, BypassStatus):
|
13214
13029
|
self._BypassStatus = BypassStatus
|
13215
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
|
+
|
13216
13039
|
|
13217
13040
|
def _deserialize(self, params):
|
13218
13041
|
self._SwitchId = params.get("SwitchId")
|
@@ -13248,6 +13071,7 @@ class FwGroupSwitchShow(AbstractModel):
|
|
13248
13071
|
obj._deserialize(item)
|
13249
13072
|
self._FwInsLst.append(obj)
|
13250
13073
|
self._BypassStatus = params.get("BypassStatus")
|
13074
|
+
self._IpVersion = params.get("IpVersion")
|
13251
13075
|
memeber_set = set(params.keys())
|
13252
13076
|
for name, value in vars(self).items():
|
13253
13077
|
property_name = name[1:]
|
@@ -13356,22 +13180,16 @@ class IdsWhiteInfo(AbstractModel):
|
|
13356
13180
|
def __init__(self):
|
13357
13181
|
r"""
|
13358
13182
|
:param _Id: 白名单唯一ID
|
13359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13360
13183
|
:type Id: int
|
13361
13184
|
:param _SrcIp: 源IP
|
13362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13363
13185
|
:type SrcIp: str
|
13364
13186
|
:param _DstIp: 目的IP
|
13365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13366
13187
|
:type DstIp: str
|
13367
13188
|
:param _WhiteRuleType: 规则类型
|
13368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13369
13189
|
:type WhiteRuleType: str
|
13370
13190
|
:param _FwType: 白名单生效防火墙范围: 1 边界防火墙 2 nat防火墙 4 vpc防火墙 7 = 1+2+4 所有防火墙
|
13371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13372
13191
|
:type FwType: int
|
13373
13192
|
:param _RuleId: 入侵防御规则ID
|
13374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13375
13193
|
:type RuleId: str
|
13376
13194
|
"""
|
13377
13195
|
self._Id = None
|
@@ -13448,25 +13266,7 @@ class IdsWhiteInfo(AbstractModel):
|
|
13448
13266
|
|
13449
13267
|
|
13450
13268
|
class InstanceInfo(AbstractModel):
|
13451
|
-
"""
|
13452
|
-
type InstanceInfo struct {
|
13453
|
-
AppID string `json:"AppId" gorm:"column:appid"`
|
13454
|
-
Region string `json:"Region" gorm:"column:region"`
|
13455
|
-
VPCID string `json:"VpcId" gorm:"column:vpc_id"`
|
13456
|
-
SubNetID string `json:"SubnetId" gorm:"column:subnet_id"`
|
13457
|
-
InstanceID string `json:"InstanceId" gorm:"column:instance_id"`
|
13458
|
-
InstanceName string `json:"InstanceName" gorm:"column:instance_name"`
|
13459
|
-
//InsType common.CVM 3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA
|
13460
|
-
InsType int `json:"InsType" gorm:"column:instance_type"`
|
13461
|
-
PublicIP string `json:"PublicIp" gorm:"column:public_ip"`
|
13462
|
-
PrivateIP string `json:"PrivateIp" gorm:"column:ip"`
|
13463
|
-
|
13464
|
-
//规则下发无需管,前端展示用
|
13465
|
-
PortNum string `json:"PortNum" gorm:"column:port_num"`
|
13466
|
-
LeakNum string `json:"LeakNum" gorm:"column:leak_num"`
|
13467
|
-
ResourceGroupNum int `json:"ResourceGroupNum"`
|
13468
|
-
VPCName string `json:"VPCName" gorm:"column:VPCName"`
|
13469
|
-
}
|
13269
|
+
"""实例详情结果
|
13470
13270
|
|
13471
13271
|
"""
|
13472
13272
|
|
@@ -13474,57 +13274,55 @@ class InstanceInfo(AbstractModel):
|
|
13474
13274
|
r"""
|
13475
13275
|
:param _AppId: appid信息
|
13476
13276
|
:type AppId: str
|
13477
|
-
:param
|
13478
|
-
|
13479
|
-
:
|
13480
|
-
:
|
13481
|
-
|
13482
|
-
:type
|
13483
|
-
:param _SubnetId: 子网id
|
13484
|
-
: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
|
13485
13283
|
:param _InstanceId: 资产id
|
13486
13284
|
:type InstanceId: str
|
13487
13285
|
:param _InstanceName: 资产名
|
13488
13286
|
:type InstanceName: str
|
13489
|
-
:param _InsType: 资产类型
|
13490
|
-
3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW
|
13491
|
-
:type InsType: int
|
13492
|
-
:param _PublicIp: 公网ip
|
13493
|
-
:type PublicIp: str
|
13494
|
-
:param _PrivateIp: 内网ip
|
13495
|
-
:type PrivateIp: str
|
13496
|
-
:param _PortNum: 端口数
|
13497
|
-
:type PortNum: str
|
13498
13287
|
:param _LeakNum: 漏洞数
|
13499
13288
|
:type LeakNum: str
|
13500
|
-
:param
|
13501
|
-
:type
|
13502
|
-
:param
|
13503
|
-
|
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: 资产路径
|
13504
13300
|
:type ResourcePath: list of str
|
13505
13301
|
:param _Server: 扫描结果
|
13506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13507
13302
|
:type Server: list of str
|
13508
|
-
:param
|
13509
|
-
|
13510
|
-
:
|
13303
|
+
:param _SubnetId: 子网id
|
13304
|
+
:type SubnetId: str
|
13305
|
+
:param _VPCName: vpc名称
|
13306
|
+
:type VPCName: str
|
13307
|
+
:param _VpcId: vpcid信息
|
13308
|
+
:type VpcId: str
|
13511
13309
|
"""
|
13512
13310
|
self._AppId = None
|
13513
|
-
self.
|
13514
|
-
self.
|
13515
|
-
self._VPCName = None
|
13516
|
-
self._SubnetId = None
|
13311
|
+
self._InsSource = None
|
13312
|
+
self._InsType = None
|
13517
13313
|
self._InstanceId = None
|
13518
13314
|
self._InstanceName = None
|
13519
|
-
self._InsType = None
|
13520
|
-
self._PublicIp = None
|
13521
|
-
self._PrivateIp = None
|
13522
|
-
self._PortNum = None
|
13523
13315
|
self._LeakNum = None
|
13524
|
-
self.
|
13316
|
+
self._PortNum = None
|
13317
|
+
self._PrivateIp = None
|
13318
|
+
self._PublicIp = None
|
13319
|
+
self._Region = None
|
13320
|
+
self._RegionKey = None
|
13525
13321
|
self._ResourcePath = None
|
13526
13322
|
self._Server = None
|
13527
|
-
self.
|
13323
|
+
self._SubnetId = None
|
13324
|
+
self._VPCName = None
|
13325
|
+
self._VpcId = None
|
13528
13326
|
|
13529
13327
|
@property
|
13530
13328
|
def AppId(self):
|
@@ -13535,36 +13333,20 @@ class InstanceInfo(AbstractModel):
|
|
13535
13333
|
self._AppId = AppId
|
13536
13334
|
|
13537
13335
|
@property
|
13538
|
-
def
|
13539
|
-
return self.
|
13540
|
-
|
13541
|
-
@Region.setter
|
13542
|
-
def Region(self, Region):
|
13543
|
-
self._Region = Region
|
13544
|
-
|
13545
|
-
@property
|
13546
|
-
def VpcId(self):
|
13547
|
-
return self._VpcId
|
13548
|
-
|
13549
|
-
@VpcId.setter
|
13550
|
-
def VpcId(self, VpcId):
|
13551
|
-
self._VpcId = VpcId
|
13552
|
-
|
13553
|
-
@property
|
13554
|
-
def VPCName(self):
|
13555
|
-
return self._VPCName
|
13336
|
+
def InsSource(self):
|
13337
|
+
return self._InsSource
|
13556
13338
|
|
13557
|
-
@
|
13558
|
-
def
|
13559
|
-
self.
|
13339
|
+
@InsSource.setter
|
13340
|
+
def InsSource(self, InsSource):
|
13341
|
+
self._InsSource = InsSource
|
13560
13342
|
|
13561
13343
|
@property
|
13562
|
-
def
|
13563
|
-
return self.
|
13344
|
+
def InsType(self):
|
13345
|
+
return self._InsType
|
13564
13346
|
|
13565
|
-
@
|
13566
|
-
def
|
13567
|
-
self.
|
13347
|
+
@InsType.setter
|
13348
|
+
def InsType(self, InsType):
|
13349
|
+
self._InsType = InsType
|
13568
13350
|
|
13569
13351
|
@property
|
13570
13352
|
def InstanceId(self):
|
@@ -13583,20 +13365,20 @@ class InstanceInfo(AbstractModel):
|
|
13583
13365
|
self._InstanceName = InstanceName
|
13584
13366
|
|
13585
13367
|
@property
|
13586
|
-
def
|
13587
|
-
return self.
|
13368
|
+
def LeakNum(self):
|
13369
|
+
return self._LeakNum
|
13588
13370
|
|
13589
|
-
@
|
13590
|
-
def
|
13591
|
-
self.
|
13371
|
+
@LeakNum.setter
|
13372
|
+
def LeakNum(self, LeakNum):
|
13373
|
+
self._LeakNum = LeakNum
|
13592
13374
|
|
13593
13375
|
@property
|
13594
|
-
def
|
13595
|
-
return self.
|
13376
|
+
def PortNum(self):
|
13377
|
+
return self._PortNum
|
13596
13378
|
|
13597
|
-
@
|
13598
|
-
def
|
13599
|
-
self.
|
13379
|
+
@PortNum.setter
|
13380
|
+
def PortNum(self, PortNum):
|
13381
|
+
self._PortNum = PortNum
|
13600
13382
|
|
13601
13383
|
@property
|
13602
13384
|
def PrivateIp(self):
|
@@ -13607,28 +13389,28 @@ class InstanceInfo(AbstractModel):
|
|
13607
13389
|
self._PrivateIp = PrivateIp
|
13608
13390
|
|
13609
13391
|
@property
|
13610
|
-
def
|
13611
|
-
return self.
|
13392
|
+
def PublicIp(self):
|
13393
|
+
return self._PublicIp
|
13612
13394
|
|
13613
|
-
@
|
13614
|
-
def
|
13615
|
-
self.
|
13395
|
+
@PublicIp.setter
|
13396
|
+
def PublicIp(self, PublicIp):
|
13397
|
+
self._PublicIp = PublicIp
|
13616
13398
|
|
13617
13399
|
@property
|
13618
|
-
def
|
13619
|
-
return self.
|
13400
|
+
def Region(self):
|
13401
|
+
return self._Region
|
13620
13402
|
|
13621
|
-
@
|
13622
|
-
def
|
13623
|
-
self.
|
13403
|
+
@Region.setter
|
13404
|
+
def Region(self, Region):
|
13405
|
+
self._Region = Region
|
13624
13406
|
|
13625
13407
|
@property
|
13626
|
-
def
|
13627
|
-
return self.
|
13408
|
+
def RegionKey(self):
|
13409
|
+
return self._RegionKey
|
13628
13410
|
|
13629
|
-
@
|
13630
|
-
def
|
13631
|
-
self.
|
13411
|
+
@RegionKey.setter
|
13412
|
+
def RegionKey(self, RegionKey):
|
13413
|
+
self._RegionKey = RegionKey
|
13632
13414
|
|
13633
13415
|
@property
|
13634
13416
|
def ResourcePath(self):
|
@@ -13647,31 +13429,47 @@ class InstanceInfo(AbstractModel):
|
|
13647
13429
|
self._Server = Server
|
13648
13430
|
|
13649
13431
|
@property
|
13650
|
-
def
|
13651
|
-
return self.
|
13432
|
+
def SubnetId(self):
|
13433
|
+
return self._SubnetId
|
13434
|
+
|
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
|
13652
13450
|
|
13653
|
-
@
|
13654
|
-
def
|
13655
|
-
self.
|
13451
|
+
@VpcId.setter
|
13452
|
+
def VpcId(self, VpcId):
|
13453
|
+
self._VpcId = VpcId
|
13656
13454
|
|
13657
13455
|
|
13658
13456
|
def _deserialize(self, params):
|
13659
13457
|
self._AppId = params.get("AppId")
|
13660
|
-
self.
|
13661
|
-
self.
|
13662
|
-
self._VPCName = params.get("VPCName")
|
13663
|
-
self._SubnetId = params.get("SubnetId")
|
13458
|
+
self._InsSource = params.get("InsSource")
|
13459
|
+
self._InsType = params.get("InsType")
|
13664
13460
|
self._InstanceId = params.get("InstanceId")
|
13665
13461
|
self._InstanceName = params.get("InstanceName")
|
13666
|
-
self._InsType = params.get("InsType")
|
13667
|
-
self._PublicIp = params.get("PublicIp")
|
13668
|
-
self._PrivateIp = params.get("PrivateIp")
|
13669
|
-
self._PortNum = params.get("PortNum")
|
13670
13462
|
self._LeakNum = params.get("LeakNum")
|
13671
|
-
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")
|
13672
13468
|
self._ResourcePath = params.get("ResourcePath")
|
13673
13469
|
self._Server = params.get("Server")
|
13674
|
-
self.
|
13470
|
+
self._SubnetId = params.get("SubnetId")
|
13471
|
+
self._VPCName = params.get("VPCName")
|
13472
|
+
self._VpcId = params.get("VpcId")
|
13675
13473
|
memeber_set = set(params.keys())
|
13676
13474
|
for name, value in vars(self).items():
|
13677
13475
|
property_name = name[1:]
|
@@ -13783,13 +13581,10 @@ class IocListData(AbstractModel):
|
|
13783
13581
|
def __init__(self):
|
13784
13582
|
r"""
|
13785
13583
|
:param _IP: 待处置IP地址,IP/Domain字段二选一
|
13786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13787
13584
|
:type IP: str
|
13788
13585
|
:param _Direction: 只能为0或者1 0代表出站 1代表入站
|
13789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13790
13586
|
:type Direction: int
|
13791
13587
|
:param _Domain: 待处置域名,IP/Domain字段二选一
|
13792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13793
13588
|
:type Domain: str
|
13794
13589
|
"""
|
13795
13590
|
self._IP = None
|
@@ -13964,7 +13759,6 @@ class ModifyAcRuleResponse(AbstractModel):
|
|
13964
13759
|
:param _Status: 状态值,0:操作成功,非0:操作失败
|
13965
13760
|
:type Status: int
|
13966
13761
|
:param _Info: 返回多余的信息
|
13967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13968
13762
|
:type Info: str
|
13969
13763
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13970
13764
|
:type RequestId: str
|
@@ -14011,7 +13805,7 @@ class ModifyAclRuleRequest(AbstractModel):
|
|
14011
13805
|
|
14012
13806
|
def __init__(self):
|
14013
13807
|
r"""
|
14014
|
-
:param _Rules:
|
13808
|
+
:param _Rules: 需要编辑的规则数组,基于Uuid唯一id修改该规则
|
14015
13809
|
:type Rules: list of CreateRuleItem
|
14016
13810
|
"""
|
14017
13811
|
self._Rules = None
|
@@ -14276,10 +14070,8 @@ class ModifyAllPublicIPSwitchStatusResponse(AbstractModel):
|
|
14276
14070
|
def __init__(self):
|
14277
14071
|
r"""
|
14278
14072
|
:param _ReturnMsg: 接口返回信息
|
14279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14280
14073
|
:type ReturnMsg: str
|
14281
14074
|
:param _ReturnCode: 接口返回错误码,0请求成功 非0失败
|
14282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14283
14075
|
:type ReturnCode: int
|
14284
14076
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14285
14077
|
:type RequestId: str
|
@@ -14396,7 +14188,6 @@ class ModifyAllRuleStatusResponse(AbstractModel):
|
|
14396
14188
|
def __init__(self):
|
14397
14189
|
r"""
|
14398
14190
|
:param _Status: 0: 修改成功, 其他: 修改失败
|
14399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14400
14191
|
:type Status: int
|
14401
14192
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14402
14193
|
:type RequestId: str
|
@@ -14597,10 +14388,8 @@ class ModifyAssetScanResponse(AbstractModel):
|
|
14597
14388
|
def __init__(self):
|
14598
14389
|
r"""
|
14599
14390
|
:param _ReturnMsg: 接口返回信息
|
14600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14601
14391
|
:type ReturnMsg: str
|
14602
14392
|
:param _ReturnCode: 接口返回错误码,0请求成功 非0失败
|
14603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14604
14393
|
:type ReturnCode: int
|
14605
14394
|
:param _Status: 状态值 0:成功,1 执行扫描中,其他:失败
|
14606
14395
|
:type Status: int
|
@@ -15010,21 +14799,13 @@ class ModifyBlockTopRequest(AbstractModel):
|
|
15010
14799
|
|
15011
14800
|
def __init__(self):
|
15012
14801
|
r"""
|
15013
|
-
:param _UniqueId: 记录id
|
15014
|
-
:type UniqueId: str
|
15015
14802
|
:param _OpeType: 操作类型 1 置顶 0取消
|
15016
14803
|
:type OpeType: str
|
14804
|
+
:param _UniqueId: 记录id
|
14805
|
+
:type UniqueId: str
|
15017
14806
|
"""
|
15018
|
-
self._UniqueId = None
|
15019
14807
|
self._OpeType = None
|
15020
|
-
|
15021
|
-
@property
|
15022
|
-
def UniqueId(self):
|
15023
|
-
return self._UniqueId
|
15024
|
-
|
15025
|
-
@UniqueId.setter
|
15026
|
-
def UniqueId(self, UniqueId):
|
15027
|
-
self._UniqueId = UniqueId
|
14808
|
+
self._UniqueId = None
|
15028
14809
|
|
15029
14810
|
@property
|
15030
14811
|
def OpeType(self):
|
@@ -15034,10 +14815,18 @@ class ModifyBlockTopRequest(AbstractModel):
|
|
15034
14815
|
def OpeType(self, OpeType):
|
15035
14816
|
self._OpeType = OpeType
|
15036
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
|
+
|
15037
14826
|
|
15038
14827
|
def _deserialize(self, params):
|
15039
|
-
self._UniqueId = params.get("UniqueId")
|
15040
14828
|
self._OpeType = params.get("OpeType")
|
14829
|
+
self._UniqueId = params.get("UniqueId")
|
15041
14830
|
memeber_set = set(params.keys())
|
15042
14831
|
for name, value in vars(self).items():
|
15043
14832
|
property_name = name[1:]
|
@@ -15352,7 +15141,6 @@ class ModifyEnterpriseSecurityDispatchStatusResponse(AbstractModel):
|
|
15352
15141
|
def __init__(self):
|
15353
15142
|
r"""
|
15354
15143
|
:param _Status: 0: 修改成功, 其他: 修改失败
|
15355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15356
15144
|
:type Status: int
|
15357
15145
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15358
15146
|
:type RequestId: str
|
@@ -15598,7 +15386,7 @@ class ModifyNatAcRuleRequest(AbstractModel):
|
|
15598
15386
|
|
15599
15387
|
def __init__(self):
|
15600
15388
|
r"""
|
15601
|
-
:param _Rules:
|
15389
|
+
:param _Rules: 需要编辑的规则数组,基于Uuid唯一id来修改该规则
|
15602
15390
|
:type Rules: list of CreateNatRuleItem
|
15603
15391
|
"""
|
15604
15392
|
self._Rules = None
|
@@ -15926,7 +15714,6 @@ class ModifyNatFwVpcDnsSwitchResponse(AbstractModel):
|
|
15926
15714
|
def __init__(self):
|
15927
15715
|
r"""
|
15928
15716
|
:param _ReturnMsg: 修改成功
|
15929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15930
15717
|
:type ReturnMsg: str
|
15931
15718
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15932
15719
|
:type RequestId: str
|
@@ -16133,11 +15920,11 @@ class ModifyResourceGroupRequest(AbstractModel):
|
|
16133
15920
|
|
16134
15921
|
def __init__(self):
|
16135
15922
|
r"""
|
16136
|
-
:param _GroupId:
|
15923
|
+
:param _GroupId: 资产组id
|
16137
15924
|
:type GroupId: str
|
16138
15925
|
:param _GroupName: 组名称
|
16139
15926
|
:type GroupName: str
|
16140
|
-
:param _ParentId:
|
15927
|
+
:param _ParentId: 上级组资产组id
|
16141
15928
|
:type ParentId: str
|
16142
15929
|
"""
|
16143
15930
|
self._GroupId = None
|
@@ -16739,7 +16526,6 @@ class ModifySequenceRulesResponse(AbstractModel):
|
|
16739
16526
|
def __init__(self):
|
16740
16527
|
r"""
|
16741
16528
|
:param _Status: 0: 修改成功, 非0: 修改失败
|
16742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16743
16529
|
:type Status: int
|
16744
16530
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16745
16531
|
:type RequestId: str
|
@@ -16877,7 +16663,6 @@ class ModifyTableStatusResponse(AbstractModel):
|
|
16877
16663
|
def __init__(self):
|
16878
16664
|
r"""
|
16879
16665
|
:param _Status: 0:正常,-1:不正常
|
16880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16881
16666
|
:type Status: int
|
16882
16667
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16883
16668
|
:type RequestId: str
|
@@ -17156,10 +16941,8 @@ class NatFwEipsInfo(AbstractModel):
|
|
17156
16941
|
:param _Eip: 弹性公网ip
|
17157
16942
|
:type Eip: str
|
17158
16943
|
:param _NatGatewayId: 所属的Nat网关Id
|
17159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17160
16944
|
:type NatGatewayId: str
|
17161
16945
|
:param _NatGatewayName: Nat网关名称
|
17162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17163
16946
|
:type NatGatewayName: str
|
17164
16947
|
"""
|
17165
16948
|
self._Eip = None
|
@@ -17262,16 +17045,12 @@ class NatFwInstance(AbstractModel):
|
|
17262
17045
|
:param _NatinsName: nat实例名称
|
17263
17046
|
:type NatinsName: str
|
17264
17047
|
:param _Region: 实例所在地域
|
17265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17266
17048
|
:type Region: str
|
17267
17049
|
:param _FwMode: 0:新增模式,1:接入模式
|
17268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17269
17050
|
:type FwMode: int
|
17270
17051
|
:param _Status: 0:正常状态, 1: 正在创建
|
17271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17272
17052
|
:type Status: int
|
17273
17053
|
:param _NatIp: nat公网ip
|
17274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17275
17054
|
:type NatIp: str
|
17276
17055
|
"""
|
17277
17056
|
self._NatinsId = None
|
@@ -17371,71 +17150,50 @@ class NatInstanceInfo(AbstractModel):
|
|
17371
17150
|
:param _RegionZh: 地域中文信息
|
17372
17151
|
:type RegionZh: str
|
17373
17152
|
:param _EipAddress: 公网ip数组
|
17374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17375
17153
|
:type EipAddress: list of str
|
17376
17154
|
:param _VpcIp: 内外使用ip数组
|
17377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17378
17155
|
:type VpcIp: list of str
|
17379
17156
|
:param _Subnets: 实例关联子网数组
|
17380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17381
17157
|
:type Subnets: list of str
|
17382
17158
|
:param _Status: 0 :正常 1:正在初始化
|
17383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17384
17159
|
:type Status: int
|
17385
17160
|
:param _RegionDetail: 地域区域信息
|
17386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17387
17161
|
:type RegionDetail: str
|
17388
17162
|
:param _ZoneZh: 实例所在可用区
|
17389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17390
17163
|
:type ZoneZh: str
|
17391
17164
|
:param _ZoneZhBak: 实例所在可用区
|
17392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17393
17165
|
:type ZoneZhBak: str
|
17394
17166
|
:param _RuleUsed: 已使用规则数
|
17395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17396
17167
|
:type RuleUsed: int
|
17397
17168
|
:param _RuleMax: 实例的规则限制最大规格数
|
17398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17399
17169
|
:type RuleMax: int
|
17400
17170
|
:param _EngineVersion: 实例引擎版本
|
17401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17402
17171
|
:type EngineVersion: str
|
17403
17172
|
:param _UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
17404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17405
17173
|
:type UpdateEnable: int
|
17406
17174
|
:param _NeedProbeEngineUpdate: 是的需要升级引擎 支持 nat拨测 1需要 0不需要
|
17407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17408
17175
|
:type NeedProbeEngineUpdate: int
|
17409
17176
|
:param _TrafficMode: 引擎运行模式,Normal:正常, OnlyRoute:透明模式
|
17410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17411
17177
|
:type TrafficMode: str
|
17412
17178
|
:param _Zone: 实例主所在可用区
|
17413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17414
17179
|
:type Zone: str
|
17415
17180
|
:param _ZoneBak: 实例备所在可用区
|
17416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17417
17181
|
:type ZoneBak: str
|
17418
17182
|
:param _ReserveTime: 引擎预约升级时间
|
17419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17420
17183
|
:type ReserveTime: str
|
17421
17184
|
:param _ReserveVersion: 引擎预约升级版本
|
17422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17423
17185
|
:type ReserveVersion: str
|
17424
|
-
:param _ReserveVersionState: 引擎预约升级版本状态
|
17425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17186
|
+
:param _ReserveVersionState: 引擎预约升级版本状态 stable:稳定版;previewed:预览版
|
17426
17187
|
:type ReserveVersionState: str
|
17427
17188
|
:param _ElasticSwitch: 弹性开关
|
17428
17189
|
1 打开
|
17429
17190
|
0 关闭
|
17430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17431
17191
|
:type ElasticSwitch: int
|
17432
17192
|
:param _ElasticBandwidth: 弹性带宽,单位Mbps
|
17433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17434
17193
|
:type ElasticBandwidth: int
|
17435
17194
|
:param _IsFirstAfterPay: 是否首次开通按量付费
|
17436
17195
|
1 是
|
17437
17196
|
0 不是
|
17438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17439
17197
|
:type IsFirstAfterPay: int
|
17440
17198
|
"""
|
17441
17199
|
self._NatinsId = None
|
@@ -17741,286 +17499,6 @@ class NatInstanceInfo(AbstractModel):
|
|
17741
17499
|
|
17742
17500
|
|
17743
17501
|
|
17744
|
-
class NatSwitchListData(AbstractModel):
|
17745
|
-
"""NAT防火墙开关列表数据
|
17746
|
-
|
17747
|
-
"""
|
17748
|
-
|
17749
|
-
def __init__(self):
|
17750
|
-
r"""
|
17751
|
-
:param _Id: 列表ID
|
17752
|
-
:type Id: int
|
17753
|
-
:param _SubnetId: 子网ID
|
17754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17755
|
-
:type SubnetId: str
|
17756
|
-
:param _SubnetName: 子网名称
|
17757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17758
|
-
:type SubnetName: str
|
17759
|
-
:param _SubnetCidr: IPv4 CIDR
|
17760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17761
|
-
:type SubnetCidr: str
|
17762
|
-
:param _RouteId: 关联路由ID
|
17763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17764
|
-
:type RouteId: str
|
17765
|
-
:param _RouteName: 关联路由名称
|
17766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17767
|
-
:type RouteName: str
|
17768
|
-
:param _CvmNum: 云服务器个数
|
17769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17770
|
-
:type CvmNum: int
|
17771
|
-
:param _VpcId: 所属VPC ID
|
17772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17773
|
-
:type VpcId: str
|
17774
|
-
:param _VpcName: 所属VPC名称
|
17775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17776
|
-
:type VpcName: str
|
17777
|
-
:param _Enable: 是否生效
|
17778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17779
|
-
:type Enable: int
|
17780
|
-
:param _Status: 开关状态
|
17781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17782
|
-
:type Status: int
|
17783
|
-
:param _NatId: NAT网关ID
|
17784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17785
|
-
:type NatId: str
|
17786
|
-
:param _NatName: NAT网关名称
|
17787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17788
|
-
:type NatName: str
|
17789
|
-
:param _NatInsId: NAT防火墙实例ID
|
17790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17791
|
-
:type NatInsId: str
|
17792
|
-
:param _NatInsName: NAT防火墙实例名称
|
17793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17794
|
-
:type NatInsName: str
|
17795
|
-
:param _Region: 地域
|
17796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17797
|
-
:type Region: str
|
17798
|
-
:param _Abnormal: 开关是否异常,0:正常,1:异常
|
17799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17800
|
-
:type Abnormal: int
|
17801
|
-
:param _ORTableId: nat防火墙出口路由表id
|
17802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17803
|
-
:type ORTableId: str
|
17804
|
-
:param _ORTableName: nat防火墙出口路由表名称
|
17805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17806
|
-
:type ORTableName: str
|
17807
|
-
:param _Ohavips: 出口Snat Ip列表
|
17808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17809
|
-
:type Ohavips: list of str
|
17810
|
-
"""
|
17811
|
-
self._Id = None
|
17812
|
-
self._SubnetId = None
|
17813
|
-
self._SubnetName = None
|
17814
|
-
self._SubnetCidr = None
|
17815
|
-
self._RouteId = None
|
17816
|
-
self._RouteName = None
|
17817
|
-
self._CvmNum = None
|
17818
|
-
self._VpcId = None
|
17819
|
-
self._VpcName = None
|
17820
|
-
self._Enable = None
|
17821
|
-
self._Status = None
|
17822
|
-
self._NatId = None
|
17823
|
-
self._NatName = None
|
17824
|
-
self._NatInsId = None
|
17825
|
-
self._NatInsName = None
|
17826
|
-
self._Region = None
|
17827
|
-
self._Abnormal = None
|
17828
|
-
self._ORTableId = None
|
17829
|
-
self._ORTableName = None
|
17830
|
-
self._Ohavips = None
|
17831
|
-
|
17832
|
-
@property
|
17833
|
-
def Id(self):
|
17834
|
-
return self._Id
|
17835
|
-
|
17836
|
-
@Id.setter
|
17837
|
-
def Id(self, Id):
|
17838
|
-
self._Id = Id
|
17839
|
-
|
17840
|
-
@property
|
17841
|
-
def SubnetId(self):
|
17842
|
-
return self._SubnetId
|
17843
|
-
|
17844
|
-
@SubnetId.setter
|
17845
|
-
def SubnetId(self, SubnetId):
|
17846
|
-
self._SubnetId = SubnetId
|
17847
|
-
|
17848
|
-
@property
|
17849
|
-
def SubnetName(self):
|
17850
|
-
return self._SubnetName
|
17851
|
-
|
17852
|
-
@SubnetName.setter
|
17853
|
-
def SubnetName(self, SubnetName):
|
17854
|
-
self._SubnetName = SubnetName
|
17855
|
-
|
17856
|
-
@property
|
17857
|
-
def SubnetCidr(self):
|
17858
|
-
return self._SubnetCidr
|
17859
|
-
|
17860
|
-
@SubnetCidr.setter
|
17861
|
-
def SubnetCidr(self, SubnetCidr):
|
17862
|
-
self._SubnetCidr = SubnetCidr
|
17863
|
-
|
17864
|
-
@property
|
17865
|
-
def RouteId(self):
|
17866
|
-
return self._RouteId
|
17867
|
-
|
17868
|
-
@RouteId.setter
|
17869
|
-
def RouteId(self, RouteId):
|
17870
|
-
self._RouteId = RouteId
|
17871
|
-
|
17872
|
-
@property
|
17873
|
-
def RouteName(self):
|
17874
|
-
return self._RouteName
|
17875
|
-
|
17876
|
-
@RouteName.setter
|
17877
|
-
def RouteName(self, RouteName):
|
17878
|
-
self._RouteName = RouteName
|
17879
|
-
|
17880
|
-
@property
|
17881
|
-
def CvmNum(self):
|
17882
|
-
return self._CvmNum
|
17883
|
-
|
17884
|
-
@CvmNum.setter
|
17885
|
-
def CvmNum(self, CvmNum):
|
17886
|
-
self._CvmNum = CvmNum
|
17887
|
-
|
17888
|
-
@property
|
17889
|
-
def VpcId(self):
|
17890
|
-
return self._VpcId
|
17891
|
-
|
17892
|
-
@VpcId.setter
|
17893
|
-
def VpcId(self, VpcId):
|
17894
|
-
self._VpcId = VpcId
|
17895
|
-
|
17896
|
-
@property
|
17897
|
-
def VpcName(self):
|
17898
|
-
return self._VpcName
|
17899
|
-
|
17900
|
-
@VpcName.setter
|
17901
|
-
def VpcName(self, VpcName):
|
17902
|
-
self._VpcName = VpcName
|
17903
|
-
|
17904
|
-
@property
|
17905
|
-
def Enable(self):
|
17906
|
-
return self._Enable
|
17907
|
-
|
17908
|
-
@Enable.setter
|
17909
|
-
def Enable(self, Enable):
|
17910
|
-
self._Enable = Enable
|
17911
|
-
|
17912
|
-
@property
|
17913
|
-
def Status(self):
|
17914
|
-
return self._Status
|
17915
|
-
|
17916
|
-
@Status.setter
|
17917
|
-
def Status(self, Status):
|
17918
|
-
self._Status = Status
|
17919
|
-
|
17920
|
-
@property
|
17921
|
-
def NatId(self):
|
17922
|
-
return self._NatId
|
17923
|
-
|
17924
|
-
@NatId.setter
|
17925
|
-
def NatId(self, NatId):
|
17926
|
-
self._NatId = NatId
|
17927
|
-
|
17928
|
-
@property
|
17929
|
-
def NatName(self):
|
17930
|
-
return self._NatName
|
17931
|
-
|
17932
|
-
@NatName.setter
|
17933
|
-
def NatName(self, NatName):
|
17934
|
-
self._NatName = NatName
|
17935
|
-
|
17936
|
-
@property
|
17937
|
-
def NatInsId(self):
|
17938
|
-
return self._NatInsId
|
17939
|
-
|
17940
|
-
@NatInsId.setter
|
17941
|
-
def NatInsId(self, NatInsId):
|
17942
|
-
self._NatInsId = NatInsId
|
17943
|
-
|
17944
|
-
@property
|
17945
|
-
def NatInsName(self):
|
17946
|
-
return self._NatInsName
|
17947
|
-
|
17948
|
-
@NatInsName.setter
|
17949
|
-
def NatInsName(self, NatInsName):
|
17950
|
-
self._NatInsName = NatInsName
|
17951
|
-
|
17952
|
-
@property
|
17953
|
-
def Region(self):
|
17954
|
-
return self._Region
|
17955
|
-
|
17956
|
-
@Region.setter
|
17957
|
-
def Region(self, Region):
|
17958
|
-
self._Region = Region
|
17959
|
-
|
17960
|
-
@property
|
17961
|
-
def Abnormal(self):
|
17962
|
-
return self._Abnormal
|
17963
|
-
|
17964
|
-
@Abnormal.setter
|
17965
|
-
def Abnormal(self, Abnormal):
|
17966
|
-
self._Abnormal = Abnormal
|
17967
|
-
|
17968
|
-
@property
|
17969
|
-
def ORTableId(self):
|
17970
|
-
return self._ORTableId
|
17971
|
-
|
17972
|
-
@ORTableId.setter
|
17973
|
-
def ORTableId(self, ORTableId):
|
17974
|
-
self._ORTableId = ORTableId
|
17975
|
-
|
17976
|
-
@property
|
17977
|
-
def ORTableName(self):
|
17978
|
-
return self._ORTableName
|
17979
|
-
|
17980
|
-
@ORTableName.setter
|
17981
|
-
def ORTableName(self, ORTableName):
|
17982
|
-
self._ORTableName = ORTableName
|
17983
|
-
|
17984
|
-
@property
|
17985
|
-
def Ohavips(self):
|
17986
|
-
return self._Ohavips
|
17987
|
-
|
17988
|
-
@Ohavips.setter
|
17989
|
-
def Ohavips(self, Ohavips):
|
17990
|
-
self._Ohavips = Ohavips
|
17991
|
-
|
17992
|
-
|
17993
|
-
def _deserialize(self, params):
|
17994
|
-
self._Id = params.get("Id")
|
17995
|
-
self._SubnetId = params.get("SubnetId")
|
17996
|
-
self._SubnetName = params.get("SubnetName")
|
17997
|
-
self._SubnetCidr = params.get("SubnetCidr")
|
17998
|
-
self._RouteId = params.get("RouteId")
|
17999
|
-
self._RouteName = params.get("RouteName")
|
18000
|
-
self._CvmNum = params.get("CvmNum")
|
18001
|
-
self._VpcId = params.get("VpcId")
|
18002
|
-
self._VpcName = params.get("VpcName")
|
18003
|
-
self._Enable = params.get("Enable")
|
18004
|
-
self._Status = params.get("Status")
|
18005
|
-
self._NatId = params.get("NatId")
|
18006
|
-
self._NatName = params.get("NatName")
|
18007
|
-
self._NatInsId = params.get("NatInsId")
|
18008
|
-
self._NatInsName = params.get("NatInsName")
|
18009
|
-
self._Region = params.get("Region")
|
18010
|
-
self._Abnormal = params.get("Abnormal")
|
18011
|
-
self._ORTableId = params.get("ORTableId")
|
18012
|
-
self._ORTableName = params.get("ORTableName")
|
18013
|
-
self._Ohavips = params.get("Ohavips")
|
18014
|
-
memeber_set = set(params.keys())
|
18015
|
-
for name, value in vars(self).items():
|
18016
|
-
property_name = name[1:]
|
18017
|
-
if property_name in memeber_set:
|
18018
|
-
memeber_set.remove(property_name)
|
18019
|
-
if len(memeber_set) > 0:
|
18020
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
18021
|
-
|
18022
|
-
|
18023
|
-
|
18024
17502
|
class NetInstancesInfo(AbstractModel):
|
18025
17503
|
"""网络实例信息
|
18026
17504
|
|
@@ -18029,7 +17507,6 @@ class NetInstancesInfo(AbstractModel):
|
|
18029
17507
|
def __init__(self):
|
18030
17508
|
r"""
|
18031
17509
|
:param _InstanceId: 网络实例ID
|
18032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18033
17510
|
:type InstanceId: str
|
18034
17511
|
:param _InstanceName: 网络实例名称
|
18035
17512
|
:type InstanceName: str
|
@@ -18191,10 +17668,8 @@ class RemoveAcRuleResponse(AbstractModel):
|
|
18191
17668
|
:param _RuleUuid: 删除成功后返回被删除策略的uuid
|
18192
17669
|
:type RuleUuid: int
|
18193
17670
|
:param _ReturnCode: 0代表成功,-1代表失败
|
18194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18195
17671
|
:type ReturnCode: int
|
18196
17672
|
:param _ReturnMsg: success代表成功,failed代表失败
|
18197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18198
17673
|
:type ReturnMsg: str
|
18199
17674
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18200
17675
|
:type RequestId: str
|
@@ -18381,7 +17856,6 @@ class RemoveEnterpriseSecurityGroupRuleResponse(AbstractModel):
|
|
18381
17856
|
:param _RuleUuid: 删除成功后返回被删除策略的uuid
|
18382
17857
|
:type RuleUuid: int
|
18383
17858
|
:param _Status: 0代表成功,-1代表失败
|
18384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18385
17859
|
:type Status: int
|
18386
17860
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18387
17861
|
:type RequestId: str
|
@@ -18512,8 +17986,11 @@ class RemoveVpcAcRuleRequest(AbstractModel):
|
|
18512
17986
|
r"""
|
18513
17987
|
:param _RuleUuids: 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
|
18514
17988
|
:type RuleUuids: list of int
|
17989
|
+
:param _IpVersion: 仅当RuleUuids为-1时有效;0:删除Ipv4规则,1:删除Ipv6规则;默认为Ipv4类型规则
|
17990
|
+
:type IpVersion: int
|
18515
17991
|
"""
|
18516
17992
|
self._RuleUuids = None
|
17993
|
+
self._IpVersion = None
|
18517
17994
|
|
18518
17995
|
@property
|
18519
17996
|
def RuleUuids(self):
|
@@ -18523,9 +18000,18 @@ class RemoveVpcAcRuleRequest(AbstractModel):
|
|
18523
18000
|
def RuleUuids(self, RuleUuids):
|
18524
18001
|
self._RuleUuids = RuleUuids
|
18525
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
|
+
|
18526
18011
|
|
18527
18012
|
def _deserialize(self, params):
|
18528
18013
|
self._RuleUuids = params.get("RuleUuids")
|
18014
|
+
self._IpVersion = params.get("IpVersion")
|
18529
18015
|
memeber_set = set(params.keys())
|
18530
18016
|
for name, value in vars(self).items():
|
18531
18017
|
property_name = name[1:]
|
@@ -18584,9 +18070,12 @@ class RuleChangeItem(AbstractModel):
|
|
18584
18070
|
:type OrderIndex: int
|
18585
18071
|
:param _NewOrderIndex: 新的sequence 值
|
18586
18072
|
:type NewOrderIndex: int
|
18073
|
+
:param _IpVersion: Ip版本,0:IPv4,1:IPv6,默认为IPv4
|
18074
|
+
:type IpVersion: int
|
18587
18075
|
"""
|
18588
18076
|
self._OrderIndex = None
|
18589
18077
|
self._NewOrderIndex = None
|
18078
|
+
self._IpVersion = None
|
18590
18079
|
|
18591
18080
|
@property
|
18592
18081
|
def OrderIndex(self):
|
@@ -18604,10 +18093,19 @@ class RuleChangeItem(AbstractModel):
|
|
18604
18093
|
def NewOrderIndex(self, NewOrderIndex):
|
18605
18094
|
self._NewOrderIndex = NewOrderIndex
|
18606
18095
|
|
18096
|
+
@property
|
18097
|
+
def IpVersion(self):
|
18098
|
+
return self._IpVersion
|
18099
|
+
|
18100
|
+
@IpVersion.setter
|
18101
|
+
def IpVersion(self, IpVersion):
|
18102
|
+
self._IpVersion = IpVersion
|
18103
|
+
|
18607
18104
|
|
18608
18105
|
def _deserialize(self, params):
|
18609
18106
|
self._OrderIndex = params.get("OrderIndex")
|
18610
18107
|
self._NewOrderIndex = params.get("NewOrderIndex")
|
18108
|
+
self._IpVersion = params.get("IpVersion")
|
18611
18109
|
memeber_set = set(params.keys())
|
18612
18110
|
for name, value in vars(self).items():
|
18613
18111
|
property_name = name[1:]
|
@@ -18874,20 +18372,28 @@ class ScanInfo(AbstractModel):
|
|
18874
18372
|
|
18875
18373
|
def __init__(self):
|
18876
18374
|
r"""
|
18375
|
+
:param _ScanPercent: 进度
|
18376
|
+
:type ScanPercent: float
|
18877
18377
|
:param _ScanResultInfo: 扫描结果信息
|
18878
18378
|
:type ScanResultInfo: :class:`tencentcloud.cfw.v20190904.models.ScanResultInfo`
|
18879
18379
|
:param _ScanStatus: 扫描状态 0扫描中 1完成 2未勾选自动扫描
|
18880
18380
|
:type ScanStatus: int
|
18881
|
-
:param _ScanPercent: 进度
|
18882
|
-
:type ScanPercent: float
|
18883
18381
|
:param _ScanTime: 预计完成时间
|
18884
18382
|
:type ScanTime: str
|
18885
18383
|
"""
|
18384
|
+
self._ScanPercent = None
|
18886
18385
|
self._ScanResultInfo = None
|
18887
18386
|
self._ScanStatus = None
|
18888
|
-
self._ScanPercent = None
|
18889
18387
|
self._ScanTime = None
|
18890
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
|
+
|
18891
18397
|
@property
|
18892
18398
|
def ScanResultInfo(self):
|
18893
18399
|
return self._ScanResultInfo
|
@@ -18904,14 +18410,6 @@ class ScanInfo(AbstractModel):
|
|
18904
18410
|
def ScanStatus(self, ScanStatus):
|
18905
18411
|
self._ScanStatus = ScanStatus
|
18906
18412
|
|
18907
|
-
@property
|
18908
|
-
def ScanPercent(self):
|
18909
|
-
return self._ScanPercent
|
18910
|
-
|
18911
|
-
@ScanPercent.setter
|
18912
|
-
def ScanPercent(self, ScanPercent):
|
18913
|
-
self._ScanPercent = ScanPercent
|
18914
|
-
|
18915
18413
|
@property
|
18916
18414
|
def ScanTime(self):
|
18917
18415
|
return self._ScanTime
|
@@ -18922,11 +18420,11 @@ class ScanInfo(AbstractModel):
|
|
18922
18420
|
|
18923
18421
|
|
18924
18422
|
def _deserialize(self, params):
|
18423
|
+
self._ScanPercent = params.get("ScanPercent")
|
18925
18424
|
if params.get("ScanResultInfo") is not None:
|
18926
18425
|
self._ScanResultInfo = ScanResultInfo()
|
18927
18426
|
self._ScanResultInfo._deserialize(params.get("ScanResultInfo"))
|
18928
18427
|
self._ScanStatus = params.get("ScanStatus")
|
18929
|
-
self._ScanPercent = params.get("ScanPercent")
|
18930
18428
|
self._ScanTime = params.get("ScanTime")
|
18931
18429
|
memeber_set = set(params.keys())
|
18932
18430
|
for name, value in vars(self).items():
|
@@ -18939,44 +18437,39 @@ class ScanInfo(AbstractModel):
|
|
18939
18437
|
|
18940
18438
|
|
18941
18439
|
class ScanResultInfo(AbstractModel):
|
18942
|
-
"""新手引导扫描结果信息
|
18943
|
-
LeakNum int
|
18944
|
-
IPNum int
|
18945
|
-
IPStatus bool
|
18946
|
-
IdpStatus bool
|
18947
|
-
BanStatus bool
|
18440
|
+
"""新手引导扫描结果信息
|
18948
18441
|
|
18949
18442
|
"""
|
18950
18443
|
|
18951
18444
|
def __init__(self):
|
18952
18445
|
r"""
|
18953
|
-
:param
|
18954
|
-
:type
|
18446
|
+
:param _BanStatus: 是否禁封端口
|
18447
|
+
:type BanStatus: bool
|
18955
18448
|
:param _IPNum: 防护ip数量
|
18956
18449
|
:type IPNum: int
|
18957
|
-
:param _PortNum: 暴露端口数量
|
18958
|
-
:type PortNum: int
|
18959
18450
|
:param _IPStatus: 是否开启防护
|
18960
18451
|
:type IPStatus: bool
|
18961
18452
|
:param _IdpStatus: 是否拦截攻击
|
18962
18453
|
:type IdpStatus: bool
|
18963
|
-
:param
|
18964
|
-
:type
|
18454
|
+
:param _LeakNum: 暴露漏洞数量
|
18455
|
+
:type LeakNum: int
|
18456
|
+
:param _PortNum: 暴露端口数量
|
18457
|
+
:type PortNum: int
|
18965
18458
|
"""
|
18966
|
-
self.
|
18459
|
+
self._BanStatus = None
|
18967
18460
|
self._IPNum = None
|
18968
|
-
self._PortNum = None
|
18969
18461
|
self._IPStatus = None
|
18970
18462
|
self._IdpStatus = None
|
18971
|
-
self.
|
18463
|
+
self._LeakNum = None
|
18464
|
+
self._PortNum = None
|
18972
18465
|
|
18973
18466
|
@property
|
18974
|
-
def
|
18975
|
-
return self.
|
18467
|
+
def BanStatus(self):
|
18468
|
+
return self._BanStatus
|
18976
18469
|
|
18977
|
-
@
|
18978
|
-
def
|
18979
|
-
self.
|
18470
|
+
@BanStatus.setter
|
18471
|
+
def BanStatus(self, BanStatus):
|
18472
|
+
self._BanStatus = BanStatus
|
18980
18473
|
|
18981
18474
|
@property
|
18982
18475
|
def IPNum(self):
|
@@ -18986,14 +18479,6 @@ class ScanResultInfo(AbstractModel):
|
|
18986
18479
|
def IPNum(self, IPNum):
|
18987
18480
|
self._IPNum = IPNum
|
18988
18481
|
|
18989
|
-
@property
|
18990
|
-
def PortNum(self):
|
18991
|
-
return self._PortNum
|
18992
|
-
|
18993
|
-
@PortNum.setter
|
18994
|
-
def PortNum(self, PortNum):
|
18995
|
-
self._PortNum = PortNum
|
18996
|
-
|
18997
18482
|
@property
|
18998
18483
|
def IPStatus(self):
|
18999
18484
|
return self._IPStatus
|
@@ -19011,21 +18496,29 @@ class ScanResultInfo(AbstractModel):
|
|
19011
18496
|
self._IdpStatus = IdpStatus
|
19012
18497
|
|
19013
18498
|
@property
|
19014
|
-
def
|
19015
|
-
return self.
|
18499
|
+
def LeakNum(self):
|
18500
|
+
return self._LeakNum
|
19016
18501
|
|
19017
|
-
@
|
19018
|
-
def
|
19019
|
-
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
|
19020
18513
|
|
19021
18514
|
|
19022
18515
|
def _deserialize(self, params):
|
19023
|
-
self.
|
18516
|
+
self._BanStatus = params.get("BanStatus")
|
19024
18517
|
self._IPNum = params.get("IPNum")
|
19025
|
-
self._PortNum = params.get("PortNum")
|
19026
18518
|
self._IPStatus = params.get("IPStatus")
|
19027
18519
|
self._IdpStatus = params.get("IdpStatus")
|
19028
|
-
self.
|
18520
|
+
self._LeakNum = params.get("LeakNum")
|
18521
|
+
self._PortNum = params.get("PortNum")
|
19029
18522
|
memeber_set = set(params.keys())
|
19030
18523
|
for name, value in vars(self).items():
|
19031
18524
|
property_name = name[1:]
|
@@ -19044,66 +18537,46 @@ class SecurityGroupBothWayInfo(AbstractModel):
|
|
19044
18537
|
def __init__(self):
|
19045
18538
|
r"""
|
19046
18539
|
:param _OrderIndex: 执行顺序
|
19047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19048
18540
|
:type OrderIndex: int
|
19049
18541
|
:param _SourceId: 访问源
|
19050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19051
18542
|
:type SourceId: str
|
19052
18543
|
:param _SourceType: 访问源类型,默认为0,0: IP, 1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资产分组
|
19053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19054
18544
|
:type SourceType: int
|
19055
18545
|
:param _TargetId: 访问目的
|
19056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19057
18546
|
:type TargetId: str
|
19058
18547
|
:param _TargetType: 访问目的类型,默认为0,0: IP, 1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资产分组
|
19059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19060
18548
|
:type TargetType: int
|
19061
18549
|
:param _Protocol: 协议
|
19062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19063
18550
|
:type Protocol: str
|
19064
18551
|
:param _Port: 目的端口
|
19065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19066
18552
|
:type Port: str
|
19067
18553
|
:param _Strategy: 策略, 1:阻断,2:放行
|
19068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19069
18554
|
:type Strategy: int
|
19070
18555
|
:param _Direction: 方向,0:出站,1:入站,默认1
|
19071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19072
18556
|
:type Direction: int
|
19073
18557
|
:param _Region: 地域
|
19074
18558
|
:type Region: str
|
19075
18559
|
:param _Detail: 描述
|
19076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19077
18560
|
:type Detail: str
|
19078
18561
|
:param _Status: 是否开关开启,0:未开启,1:开启
|
19079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19080
18562
|
:type Status: int
|
19081
18563
|
:param _IsNew: 是否是正常规则,0:正常,1:异常
|
19082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19083
18564
|
:type IsNew: int
|
19084
18565
|
:param _BothWay: 单/双向下发,0:单向下发,1:双向下发
|
19085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19086
18566
|
:type BothWay: int
|
19087
18567
|
:param _VpcId: 私有网络ID
|
19088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19089
18568
|
:type VpcId: str
|
19090
18569
|
:param _SubnetId: 子网ID
|
19091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19092
18570
|
:type SubnetId: str
|
19093
18571
|
:param _InstanceName: 实例名称
|
19094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19095
18572
|
:type InstanceName: str
|
19096
18573
|
:param _PublicIp: 公网IP,多个以英文逗号分隔
|
19097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19098
18574
|
:type PublicIp: str
|
19099
18575
|
:param _PrivateIp: 内网IP,多个以英文逗号分隔
|
19100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19101
18576
|
:type PrivateIp: str
|
19102
18577
|
:param _Cidr: 掩码地址,多个以英文逗号分隔
|
19103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19104
18578
|
:type Cidr: str
|
19105
18579
|
:param _ServiceTemplateId: 端口协议类型参数模板id
|
19106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19107
18580
|
:type ServiceTemplateId: str
|
19108
18581
|
:param _ProtocolPortType: 是否使用端口协议模板,0:否,1:是
|
19109
18582
|
:type ProtocolPortType: int
|
@@ -19375,47 +18848,34 @@ class SecurityGroupListData(AbstractModel):
|
|
19375
18848
|
:param _IsNew: 是否是正常规则,0:正常,1:异常
|
19376
18849
|
:type IsNew: int
|
19377
18850
|
:param _VpcId: 私有网络ID
|
19378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19379
18851
|
:type VpcId: str
|
19380
18852
|
:param _SubnetId: 子网ID
|
19381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19382
18853
|
:type SubnetId: str
|
19383
18854
|
:param _InstanceName: 实例名称
|
19384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19385
18855
|
:type InstanceName: str
|
19386
18856
|
:param _PublicIp: 公网IP,多个以英文逗号分隔
|
19387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19388
18857
|
:type PublicIp: str
|
19389
18858
|
:param _PrivateIp: 内网IP,多个以英文逗号分隔
|
19390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19391
18859
|
:type PrivateIp: str
|
19392
18860
|
:param _Cidr: 掩码地址,多个以英文逗号分隔
|
19393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19394
18861
|
:type Cidr: str
|
19395
18862
|
:param _ServiceTemplateId: 端口协议类型参数模板id
|
19396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19397
18863
|
:type ServiceTemplateId: str
|
19398
18864
|
:param _BothWayInfo: 生成双向下发规则
|
19399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19400
18865
|
:type BothWayInfo: list of SecurityGroupBothWayInfo
|
19401
18866
|
:param _Direction: 方向,0:出站,1:入站,默认1
|
19402
18867
|
:type Direction: int
|
19403
18868
|
:param _ProtocolPortType: 是否使用端口协议模板,0:否,1:是
|
19404
18869
|
:type ProtocolPortType: int
|
19405
18870
|
:param _Uuid: Uuid
|
19406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19407
18871
|
:type Uuid: str
|
19408
18872
|
:param _Region: 地域
|
19409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19410
18873
|
:type Region: str
|
19411
18874
|
:param _AssetGroupNameIn: 资产分组名称
|
19412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19413
18875
|
:type AssetGroupNameIn: str
|
19414
18876
|
:param _AssetGroupNameOut: 资产分组名称
|
19415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19416
18877
|
:type AssetGroupNameOut: str
|
19417
18878
|
:param _ParameterName: 模板名称
|
19418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19419
18879
|
:type ParameterName: str
|
19420
18880
|
:param _ProtocolPortName: 端口协议类型参数模板名称
|
19421
18881
|
:type ProtocolPortName: str
|
@@ -19809,15 +19269,12 @@ drop:拒绝
|
|
19809
19269
|
:param _OrderIndex: 规则顺序,-1表示最低,1表示最高,请勿和外层Type冲突(和外层的Type配合使用,当中间插入时,指定添加位置)
|
19810
19270
|
:type OrderIndex: str
|
19811
19271
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
19812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19813
19272
|
:type Protocol: str
|
19814
19273
|
:param _Port: 访问控制策略的端口。取值:
|
19815
19274
|
-1/-1:全部端口
|
19816
19275
|
80:80端口
|
19817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19818
19276
|
:type Port: str
|
19819
19277
|
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id;与Protocol,Port互斥
|
19820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19821
19278
|
:type ServiceTemplateId: str
|
19822
19279
|
:param _Id: (入参时无需填写,自动生成)规则对应的唯一id
|
19823
19280
|
:type Id: str
|
@@ -19984,7 +19441,6 @@ instance:资产实例(ins-123456)
|
|
19984
19441
|
resourcegroup:资产分组(/全部分组/分组1/子分组1)
|
19985
19442
|
tag:资源标签({"Key":"标签key值","Value":"标签Value值"})
|
19986
19443
|
region:地域(ap-gaungzhou)
|
19987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19988
19444
|
:type SourceContent: str
|
19989
19445
|
:param _DestContent: 访问目的示例:
|
19990
19446
|
net:IP/CIDR(192.168.0.2)
|
@@ -19993,19 +19449,14 @@ instance:资产实例(ins-123456)
|
|
19993
19449
|
resourcegroup:资产分组(/全部分组/分组1/子分组1)
|
19994
19450
|
tag:资源标签({"Key":"标签key值","Value":"标签Value值"})
|
19995
19451
|
region:地域(ap-gaungzhou)
|
19996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19997
19452
|
:type DestContent: str
|
19998
19453
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
19999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20000
19454
|
:type Protocol: str
|
20001
19455
|
:param _Description: 描述
|
20002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20003
19456
|
:type Description: str
|
20004
19457
|
:param _RuleUuid: 规则对应的唯一id
|
20005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20006
19458
|
:type RuleUuid: int
|
20007
19459
|
:param _Sequence: 规则序号
|
20008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20009
19460
|
:type Sequence: int
|
20010
19461
|
"""
|
20011
19462
|
self._SourceContent = None
|
@@ -20350,54 +19801,29 @@ class SetNatFwEipResponse(AbstractModel):
|
|
20350
19801
|
class StaticInfo(AbstractModel):
|
20351
19802
|
"""StaticInfo 告警柱形图统计信息
|
20352
19803
|
|
20353
|
-
|
20354
19804
|
"""
|
20355
19805
|
|
20356
19806
|
def __init__(self):
|
20357
19807
|
r"""
|
20358
|
-
:param _Num: 数
|
20359
|
-
:type Num: int
|
20360
|
-
:param _Port: 端口
|
20361
|
-
:type Port: str
|
20362
|
-
:param _Ip: ip信息
|
20363
|
-
:type Ip: str
|
20364
19808
|
:param _Address: 地址
|
20365
19809
|
:type Address: str
|
20366
19810
|
:param _InsID: 资产id
|
20367
19811
|
:type InsID: str
|
20368
19812
|
:param _InsName: 资产名称
|
20369
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
|
20370
19820
|
"""
|
20371
|
-
self._Num = None
|
20372
|
-
self._Port = None
|
20373
|
-
self._Ip = None
|
20374
19821
|
self._Address = None
|
20375
19822
|
self._InsID = None
|
20376
19823
|
self._InsName = None
|
20377
|
-
|
20378
|
-
|
20379
|
-
|
20380
|
-
return self._Num
|
20381
|
-
|
20382
|
-
@Num.setter
|
20383
|
-
def Num(self, Num):
|
20384
|
-
self._Num = Num
|
20385
|
-
|
20386
|
-
@property
|
20387
|
-
def Port(self):
|
20388
|
-
return self._Port
|
20389
|
-
|
20390
|
-
@Port.setter
|
20391
|
-
def Port(self, Port):
|
20392
|
-
self._Port = Port
|
20393
|
-
|
20394
|
-
@property
|
20395
|
-
def Ip(self):
|
20396
|
-
return self._Ip
|
20397
|
-
|
20398
|
-
@Ip.setter
|
20399
|
-
def Ip(self, Ip):
|
20400
|
-
self._Ip = Ip
|
19824
|
+
self._Ip = None
|
19825
|
+
self._Num = None
|
19826
|
+
self._Port = None
|
20401
19827
|
|
20402
19828
|
@property
|
20403
19829
|
def Address(self):
|
@@ -20423,14 +19849,38 @@ class StaticInfo(AbstractModel):
|
|
20423
19849
|
def InsName(self, InsName):
|
20424
19850
|
self._InsName = InsName
|
20425
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
|
+
|
20426
19876
|
|
20427
19877
|
def _deserialize(self, params):
|
20428
|
-
self._Num = params.get("Num")
|
20429
|
-
self._Port = params.get("Port")
|
20430
|
-
self._Ip = params.get("Ip")
|
20431
19878
|
self._Address = params.get("Address")
|
20432
19879
|
self._InsID = params.get("InsID")
|
20433
19880
|
self._InsName = params.get("InsName")
|
19881
|
+
self._Ip = params.get("Ip")
|
19882
|
+
self._Num = params.get("Num")
|
19883
|
+
self._Port = params.get("Port")
|
20434
19884
|
memeber_set = set(params.keys())
|
20435
19885
|
for name, value in vars(self).items():
|
20436
19886
|
property_name = name[1:]
|
@@ -20482,7 +19932,6 @@ class StopSecurityGroupRuleDispatchResponse(AbstractModel):
|
|
20482
19932
|
def __init__(self):
|
20483
19933
|
r"""
|
20484
19934
|
:param _Status: true代表成功,false代表错误
|
20485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20486
19935
|
:type Status: bool
|
20487
19936
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20488
19937
|
:type RequestId: str
|
@@ -20520,40 +19969,30 @@ class SwitchListsData(AbstractModel):
|
|
20520
19969
|
def __init__(self):
|
20521
19970
|
r"""
|
20522
19971
|
:param _PublicIp: 公网IP
|
20523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20524
19972
|
:type PublicIp: str
|
20525
19973
|
:param _IntranetIp: 内网IP
|
20526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20527
19974
|
:type IntranetIp: str
|
20528
19975
|
:param _InstanceName: 实例名
|
20529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20530
19976
|
:type InstanceName: str
|
20531
19977
|
:param _InstanceId: 实例ID
|
20532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20533
19978
|
:type InstanceId: str
|
20534
19979
|
:param _AssetType: 资产类型
|
20535
19980
|
:type AssetType: str
|
20536
19981
|
:param _Area: 地域
|
20537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20538
19982
|
:type Area: str
|
20539
19983
|
:param _Switch: 防火墙开关
|
20540
19984
|
:type Switch: int
|
20541
19985
|
:param _Id: id值
|
20542
19986
|
:type Id: int
|
20543
19987
|
:param _PublicIpType: 公网 IP 类型
|
20544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20545
19988
|
:type PublicIpType: int
|
20546
19989
|
:param _PortTimes: 风险端口数
|
20547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20548
19990
|
:type PortTimes: int
|
20549
19991
|
:param _LastTime: 最近扫描时间
|
20550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20551
19992
|
:type LastTime: str
|
20552
19993
|
:param _ScanMode: 扫描深度
|
20553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20554
19994
|
:type ScanMode: str
|
20555
19995
|
:param _ScanStatus: 扫描状态
|
20556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20557
19996
|
:type ScanStatus: int
|
20558
19997
|
"""
|
20559
19998
|
self._PublicIp = None
|
@@ -20776,33 +20215,41 @@ class TLogInfo(AbstractModel):
|
|
20776
20215
|
|
20777
20216
|
def __init__(self):
|
20778
20217
|
r"""
|
20779
|
-
:param _OutNum: 失陷主机
|
20780
|
-
:type OutNum: int
|
20781
|
-
:param _HandleNum: 待处置告警
|
20782
|
-
:type HandleNum: int
|
20783
|
-
:param _VulNum: 漏洞攻击
|
20784
|
-
:type VulNum: int
|
20785
|
-
:param _NetworkNum: 网络探测
|
20786
|
-
:type NetworkNum: int
|
20787
20218
|
:param _BanNum: 封禁列表
|
20788
20219
|
:type BanNum: int
|
20789
20220
|
:param _BruteForceNum: 暴力破解
|
20790
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
|
20791
20230
|
"""
|
20792
|
-
self._OutNum = None
|
20793
|
-
self._HandleNum = None
|
20794
|
-
self._VulNum = None
|
20795
|
-
self._NetworkNum = None
|
20796
20231
|
self._BanNum = None
|
20797
20232
|
self._BruteForceNum = None
|
20233
|
+
self._HandleNum = None
|
20234
|
+
self._NetworkNum = None
|
20235
|
+
self._OutNum = None
|
20236
|
+
self._VulNum = None
|
20798
20237
|
|
20799
20238
|
@property
|
20800
|
-
def
|
20801
|
-
return self.
|
20239
|
+
def BanNum(self):
|
20240
|
+
return self._BanNum
|
20802
20241
|
|
20803
|
-
@
|
20804
|
-
def
|
20805
|
-
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
|
20806
20253
|
|
20807
20254
|
@property
|
20808
20255
|
def HandleNum(self):
|
@@ -20812,14 +20259,6 @@ class TLogInfo(AbstractModel):
|
|
20812
20259
|
def HandleNum(self, HandleNum):
|
20813
20260
|
self._HandleNum = HandleNum
|
20814
20261
|
|
20815
|
-
@property
|
20816
|
-
def VulNum(self):
|
20817
|
-
return self._VulNum
|
20818
|
-
|
20819
|
-
@VulNum.setter
|
20820
|
-
def VulNum(self, VulNum):
|
20821
|
-
self._VulNum = VulNum
|
20822
|
-
|
20823
20262
|
@property
|
20824
20263
|
def NetworkNum(self):
|
20825
20264
|
return self._NetworkNum
|
@@ -20829,29 +20268,29 @@ class TLogInfo(AbstractModel):
|
|
20829
20268
|
self._NetworkNum = NetworkNum
|
20830
20269
|
|
20831
20270
|
@property
|
20832
|
-
def
|
20833
|
-
return self.
|
20271
|
+
def OutNum(self):
|
20272
|
+
return self._OutNum
|
20834
20273
|
|
20835
|
-
@
|
20836
|
-
def
|
20837
|
-
self.
|
20274
|
+
@OutNum.setter
|
20275
|
+
def OutNum(self, OutNum):
|
20276
|
+
self._OutNum = OutNum
|
20838
20277
|
|
20839
20278
|
@property
|
20840
|
-
def
|
20841
|
-
return self.
|
20279
|
+
def VulNum(self):
|
20280
|
+
return self._VulNum
|
20842
20281
|
|
20843
|
-
@
|
20844
|
-
def
|
20845
|
-
self.
|
20282
|
+
@VulNum.setter
|
20283
|
+
def VulNum(self, VulNum):
|
20284
|
+
self._VulNum = VulNum
|
20846
20285
|
|
20847
20286
|
|
20848
20287
|
def _deserialize(self, params):
|
20849
|
-
self._OutNum = params.get("OutNum")
|
20850
|
-
self._HandleNum = params.get("HandleNum")
|
20851
|
-
self._VulNum = params.get("VulNum")
|
20852
|
-
self._NetworkNum = params.get("NetworkNum")
|
20853
20288
|
self._BanNum = params.get("BanNum")
|
20854
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")
|
20855
20294
|
memeber_set = set(params.keys())
|
20856
20295
|
for name, value in vars(self).items():
|
20857
20296
|
property_name = name[1:]
|
@@ -20915,40 +20354,28 @@ class TemplateListInfo(AbstractModel):
|
|
20915
20354
|
def __init__(self):
|
20916
20355
|
r"""
|
20917
20356
|
:param _Uuid: 模板ID
|
20918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20919
20357
|
:type Uuid: str
|
20920
20358
|
:param _Name: 模板名称
|
20921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20922
20359
|
:type Name: str
|
20923
20360
|
:param _Detail: 描述
|
20924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20925
20361
|
:type Detail: str
|
20926
20362
|
:param _IpString: IP模板
|
20927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20928
20363
|
:type IpString: str
|
20929
20364
|
:param _InsertTime: 插入时间
|
20930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20931
20365
|
:type InsertTime: str
|
20932
20366
|
:param _UpdateTime: 修改时间
|
20933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20934
20367
|
:type UpdateTime: str
|
20935
20368
|
:param _Type: 模板类型
|
20936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20937
20369
|
:type Type: int
|
20938
20370
|
:param _RulesNum: 关联规则条数
|
20939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20940
20371
|
:type RulesNum: int
|
20941
20372
|
:param _TemplateId: 模板Id
|
20942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20943
20373
|
:type TemplateId: str
|
20944
20374
|
:param _ProtocolType: 协议端口模板,协议类型,4:4层协议,7:7层协议
|
20945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20946
20375
|
:type ProtocolType: str
|
20947
20376
|
:param _IPNum: 模板包含地址数量
|
20948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20949
20377
|
:type IPNum: int
|
20950
20378
|
:param _IpVersion: IP版本,0,IPv4;1,IPv6
|
20951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20952
20379
|
:type IpVersion: int
|
20953
20380
|
"""
|
20954
20381
|
self._Uuid = None
|
@@ -21100,7 +20527,6 @@ class UnHandleEvent(AbstractModel):
|
|
21100
20527
|
:param _BaseLineOutSwitch: 1 打开 0 关闭
|
21101
20528
|
:type BaseLineOutSwitch: int
|
21102
20529
|
:param _VpcFwCount: vpc间防火墙实例数量
|
21103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21104
20530
|
:type VpcFwCount: int
|
21105
20531
|
"""
|
21106
20532
|
self._EventTableListStruct = None
|
@@ -21234,18 +20660,14 @@ class VpcDnsInfo(AbstractModel):
|
|
21234
20660
|
:param _DNSEip: 外网弹性ip,防火墙 dns解析地址
|
21235
20661
|
:type DNSEip: str
|
21236
20662
|
:param _NatInsId: nat网关id
|
21237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21238
20663
|
:type NatInsId: str
|
21239
20664
|
:param _NatInsName: nat网关名称
|
21240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21241
20665
|
:type NatInsName: str
|
21242
20666
|
:param _SwitchStatus: 0:开关关闭 , 1: 开关打开
|
21243
20667
|
:type SwitchStatus: int
|
21244
20668
|
:param _ProtectedStatus: 0:未防护, 1: 已防护,2:忽略此字段
|
21245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21246
20669
|
:type ProtectedStatus: int
|
21247
20670
|
:param _SupportDNSFW: 是否支持DNS FW,0-不支持、1-支持
|
21248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21249
20671
|
:type SupportDNSFW: int
|
21250
20672
|
"""
|
21251
20673
|
self._VpcId = None
|
@@ -21369,31 +20791,22 @@ class VpcFwCvmInsInfo(AbstractModel):
|
|
21369
20791
|
def __init__(self):
|
21370
20792
|
r"""
|
21371
20793
|
:param _FwInsId: VPC防火墙实例ID
|
21372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21373
20794
|
:type FwInsId: str
|
21374
20795
|
:param _Region: CVM所在地域
|
21375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21376
20796
|
:type Region: str
|
21377
20797
|
:param _RegionZh: CVM所在地域中文
|
21378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21379
20798
|
:type RegionZh: str
|
21380
20799
|
:param _RegionDetail: CVM所在地域详情
|
21381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21382
20800
|
:type RegionDetail: str
|
21383
20801
|
:param _ZoneZh: 主机所在可用区
|
21384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21385
20802
|
:type ZoneZh: str
|
21386
20803
|
:param _ZoneZhBack: 备机所在可用区
|
21387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21388
20804
|
:type ZoneZhBack: str
|
21389
20805
|
:param _BandWidth: 防火墙CVM带宽值
|
21390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21391
20806
|
:type BandWidth: int
|
21392
20807
|
:param _Zone: 实例主机所在可用区
|
21393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21394
20808
|
:type Zone: str
|
21395
20809
|
:param _ZoneBak: 实例备机所在可用区
|
21396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21397
20810
|
:type ZoneBak: str
|
21398
20811
|
"""
|
21399
20812
|
self._FwInsId = None
|
@@ -21507,46 +20920,33 @@ class VpcFwGroupInfo(AbstractModel):
|
|
21507
20920
|
def __init__(self):
|
21508
20921
|
r"""
|
21509
20922
|
:param _FwGroupId: 防火墙(组)ID
|
21510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21511
20923
|
:type FwGroupId: str
|
21512
20924
|
:param _FwGroupName: 防火墙(组)名称
|
21513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21514
20925
|
:type FwGroupName: str
|
21515
20926
|
:param _FwSwitchNum: 防火墙组涉及到的开关个数
|
21516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21517
20927
|
:type FwSwitchNum: int
|
21518
20928
|
:param _RegionLst: 防火墙(组)部署的地域
|
21519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21520
20929
|
:type RegionLst: list of str
|
21521
20930
|
:param _Mode: 模式 1:CCN云联网模式;0:私有网络模式 2: sase 模式 3:ccn 高级模式 4: 私有网络(跨租户单边模式)
|
21522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21523
20931
|
:type Mode: int
|
21524
20932
|
:param _SwitchMode: 防火墙实例的开关模式 1: 单点互通 2: 多点互通 3: 全互通 4: 自定义路由
|
21525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21526
20933
|
:type SwitchMode: int
|
21527
20934
|
:param _FwInstanceLst: VPC防火墙实例卡片信息数组
|
21528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21529
20935
|
:type FwInstanceLst: list of VpcFwInstanceInfo
|
21530
20936
|
:param _Status: 防火墙(状态) 0:正常 1: 初始化或操作中
|
21531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21532
20937
|
:type Status: int
|
21533
20938
|
:param _FwVpcCidr: auto :自动选择
|
21534
20939
|
如果为网段,则为用户自定义 192.168.0.0/20
|
21535
20940
|
:type FwVpcCidr: str
|
21536
20941
|
:param _CdcId: cdc专用集群场景时表示部署所属的cdc
|
21537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21538
20942
|
:type CdcId: str
|
21539
20943
|
:param _CdcName: cdc专用集群场景时表示cdc名称
|
21540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21541
20944
|
:type CdcName: str
|
21542
20945
|
:param _CrossUserMode: 跨租户模式 1管理员 2单边 0 非跨租户
|
21543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21544
20946
|
:type CrossUserMode: str
|
21545
20947
|
:param _NeedSwitchCcnOverlap: 云联网模式下,当前实例是否需要开启重叠路由开关,1:需要开启,0:不需要开启
|
21546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21547
20948
|
:type NeedSwitchCcnOverlap: int
|
21548
20949
|
:param _CcnId: 云联网模式下,实例关联的云联网id
|
21549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21550
20950
|
:type CcnId: str
|
21551
20951
|
"""
|
21552
20952
|
self._FwGroupId = None
|
@@ -21786,95 +21186,66 @@ class VpcFwInstanceInfo(AbstractModel):
|
|
21786
21186
|
def __init__(self):
|
21787
21187
|
r"""
|
21788
21188
|
:param _FwInsName: VPC防火墙实例名称
|
21789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21790
21189
|
:type FwInsName: str
|
21791
21190
|
:param _FwInsId: VPC防火墙实例ID
|
21792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21793
21191
|
:type FwInsId: str
|
21794
21192
|
:param _FwMode: VPC防火墙实例模式 0: 旧VPC模式防火墙 1: CCN模式防火墙
|
21795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21796
21193
|
:type FwMode: int
|
21797
21194
|
:param _JoinInsNum: VPC防火墙接入网络实例个数
|
21798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21799
21195
|
:type JoinInsNum: int
|
21800
21196
|
:param _FwSwitchNum: VPC防火墙开关个数
|
21801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21802
21197
|
:type FwSwitchNum: int
|
21803
21198
|
:param _Status: VPC防火墙状态 0:正常 , 1:创建中 2: 变更中
|
21804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21805
21199
|
:type Status: int
|
21806
21200
|
:param _Time: VPC防火墙创建时间
|
21807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21808
21201
|
:type Time: str
|
21809
21202
|
:param _CcnId: VPC 相关云联网ID列表
|
21810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21811
21203
|
:type CcnId: list of str
|
21812
21204
|
:param _CcnName: VPC 相关云联网名称列表
|
21813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21814
21205
|
:type CcnName: list of str
|
21815
21206
|
:param _PeerConnectionId: VPC 相关对等连接ID列表
|
21816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21817
21207
|
:type PeerConnectionId: list of str
|
21818
21208
|
:param _PeerConnectionName: VPC 相关对等连接名称列表
|
21819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21820
21209
|
:type PeerConnectionName: list of str
|
21821
21210
|
:param _FwCvmLst: VPC防火墙CVM的列表
|
21822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21823
21211
|
:type FwCvmLst: list of VpcFwCvmInsInfo
|
21824
21212
|
:param _JoinInsLst: VPC防火墙接入网络实例类型列表
|
21825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21826
21213
|
:type JoinInsLst: list of VpcFwJoinInstanceType
|
21827
21214
|
:param _FwGateway: 防火墙网关信息
|
21828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21829
21215
|
:type FwGateway: list of FwGateway
|
21830
21216
|
:param _FwGroupId: 防火墙(组)ID
|
21831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21832
21217
|
:type FwGroupId: str
|
21833
21218
|
:param _RuleUsed: 已使用规则数
|
21834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21835
21219
|
:type RuleUsed: int
|
21836
21220
|
:param _RuleMax: 最大规则数
|
21837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21838
21221
|
:type RuleMax: int
|
21839
21222
|
:param _Width: 防火墙实例带宽
|
21840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21841
21223
|
:type Width: int
|
21842
21224
|
:param _UserVpcWidth: 用户VPC墙总带宽
|
21843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21844
21225
|
:type UserVpcWidth: int
|
21845
21226
|
:param _JoinInsIdLst: 接入的vpc列表
|
21846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21847
21227
|
:type JoinInsIdLst: list of str
|
21848
21228
|
:param _FlowMax: 内网间峰值带宽 (单位 bps )
|
21849
21229
|
:type FlowMax: int
|
21850
21230
|
:param _EngineVersion: 实例引擎版本
|
21851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21852
21231
|
:type EngineVersion: str
|
21853
21232
|
:param _UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
21854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21855
21233
|
:type UpdateEnable: int
|
21856
21234
|
:param _TrafficMode: 引擎运行模式,Normal:正常, OnlyRoute:透明模式
|
21857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21858
21235
|
:type TrafficMode: str
|
21859
21236
|
:param _ReserveTime: 引擎预约升级时间
|
21860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21861
21237
|
:type ReserveTime: str
|
21862
21238
|
:param _ReserveVersion: 预约引擎升级版本
|
21863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21864
21239
|
:type ReserveVersion: str
|
21865
21240
|
:param _ReserveVersionState: 引擎预约升级版本状态
|
21866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21867
21241
|
:type ReserveVersionState: str
|
21868
21242
|
:param _ElasticSwitch: 弹性开关 1打开 0关闭
|
21869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21870
21243
|
:type ElasticSwitch: int
|
21871
21244
|
:param _ElasticBandwidth: 弹性带宽,单位Mbps
|
21872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21873
21245
|
:type ElasticBandwidth: int
|
21874
21246
|
:param _IsFirstAfterPay: 是否首次开通按量付费
|
21875
21247
|
1 是
|
21876
21248
|
0 不是
|
21877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21878
21249
|
:type IsFirstAfterPay: int
|
21879
21250
|
"""
|
21880
21251
|
self._FwInsName = None
|
@@ -22215,10 +21586,8 @@ class VpcFwInstanceShow(AbstractModel):
|
|
22215
21586
|
:param _FwInsId: VPC防火墙实例ID
|
22216
21587
|
:type FwInsId: str
|
22217
21588
|
:param _FwInsName: VPC防火墙实例名称
|
22218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22219
21589
|
:type FwInsName: str
|
22220
21590
|
:param _FwInsRegion: 网络经过VPC防火墙CVM所在地域
|
22221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22222
21591
|
:type FwInsRegion: str
|
22223
21592
|
"""
|
22224
21593
|
self._FwInsId = None
|
@@ -22272,10 +21641,8 @@ class VpcFwJoinInstanceType(AbstractModel):
|
|
22272
21641
|
def __init__(self):
|
22273
21642
|
r"""
|
22274
21643
|
:param _JoinType: 接入实例类型,VPC、DIRECTCONNECT、 VPNGW 等
|
22275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22276
21644
|
:type JoinType: str
|
22277
21645
|
:param _Num: 接入的对应网络实例类型的数量
|
22278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22279
21646
|
:type Num: int
|
22280
21647
|
"""
|
22281
21648
|
self._JoinType = None
|
@@ -22343,7 +21710,6 @@ SMTP/SMTPS
|
|
22343
21710
|
FTP
|
22344
21711
|
DNS
|
22345
21712
|
TLS/SSL
|
22346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22347
21713
|
:type Protocol: str
|
22348
21714
|
:param _RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值:
|
22349
21715
|
accept:放行
|
@@ -22353,18 +21719,17 @@ log:观察
|
|
22353
21719
|
:param _Port: 访问控制策略的端口。取值:
|
22354
21720
|
-1/-1:全部端口
|
22355
21721
|
80:80端口
|
22356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22357
21722
|
:type Port: str
|
22358
21723
|
:param _Description: 描述
|
22359
21724
|
:type Description: str
|
22360
21725
|
:param _OrderIndex: 规则顺序,-1表示最低,1表示最高
|
22361
21726
|
:type OrderIndex: int
|
22362
|
-
:param _Uuid: 规则对应的唯一id
|
22363
|
-
:type Uuid: int
|
22364
21727
|
:param _Enable: 规则状态,true表示启用,false表示禁用
|
22365
21728
|
:type Enable: str
|
22366
21729
|
:param _EdgeId: 规则生效的范围,是在哪对vpc之间还是针对所有vpc间生效
|
22367
21730
|
:type EdgeId: str
|
21731
|
+
:param _Uuid: 规则对应的唯一id,添加规则时忽略该字段,修改该规则时需要填写Uuid;查询返回时会返回该参数
|
21732
|
+
:type Uuid: int
|
22368
21733
|
:param _DetectedTimes: 规则的命中次数,增删改查规则时无需传入此参数,主要用于返回查询结果数据
|
22369
21734
|
:type DetectedTimes: int
|
22370
21735
|
:param _EdgeName: EdgeId对应的这对VPC间防火墙的描述
|
@@ -22374,26 +21739,23 @@ log:观察
|
|
22374
21739
|
:param _Deleted: 规则被删除:1,已删除;0,未删除
|
22375
21740
|
:type Deleted: int
|
22376
21741
|
:param _FwGroupId: 规则生效的防火墙实例ID
|
22377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22378
21742
|
:type FwGroupId: str
|
22379
21743
|
:param _FwGroupName: 防火墙名称
|
22380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22381
21744
|
:type FwGroupName: str
|
22382
21745
|
:param _BetaList: beta任务详情
|
22383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22384
21746
|
:type BetaList: list of BetaInfoByACL
|
22385
21747
|
:param _ParamTemplateId: 端口协议组ID
|
22386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22387
21748
|
:type ParamTemplateId: str
|
22388
21749
|
:param _ParamTemplateName: 端口协议组名称
|
22389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22390
21750
|
:type ParamTemplateName: str
|
22391
21751
|
:param _TargetName: 访问目的名称
|
22392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22393
21752
|
:type TargetName: str
|
22394
21753
|
:param _SourceName: 访问源名称
|
22395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22396
21754
|
:type SourceName: str
|
21755
|
+
:param _IpVersion: Ip版本,0:IPv4,1:IPv6,默认为IPv4
|
21756
|
+
:type IpVersion: int
|
21757
|
+
:param _Invalid: 是否是无效规则,0 表示有效规则,1 表示无效规则,出参场景返回使用
|
21758
|
+
:type Invalid: int
|
22397
21759
|
"""
|
22398
21760
|
self._SourceContent = None
|
22399
21761
|
self._SourceType = None
|
@@ -22404,9 +21766,9 @@ log:观察
|
|
22404
21766
|
self._Port = None
|
22405
21767
|
self._Description = None
|
22406
21768
|
self._OrderIndex = None
|
22407
|
-
self._Uuid = None
|
22408
21769
|
self._Enable = None
|
22409
21770
|
self._EdgeId = None
|
21771
|
+
self._Uuid = None
|
22410
21772
|
self._DetectedTimes = None
|
22411
21773
|
self._EdgeName = None
|
22412
21774
|
self._InternalUuid = None
|
@@ -22418,6 +21780,8 @@ log:观察
|
|
22418
21780
|
self._ParamTemplateName = None
|
22419
21781
|
self._TargetName = None
|
22420
21782
|
self._SourceName = None
|
21783
|
+
self._IpVersion = None
|
21784
|
+
self._Invalid = None
|
22421
21785
|
|
22422
21786
|
@property
|
22423
21787
|
def SourceContent(self):
|
@@ -22491,14 +21855,6 @@ log:观察
|
|
22491
21855
|
def OrderIndex(self, OrderIndex):
|
22492
21856
|
self._OrderIndex = OrderIndex
|
22493
21857
|
|
22494
|
-
@property
|
22495
|
-
def Uuid(self):
|
22496
|
-
return self._Uuid
|
22497
|
-
|
22498
|
-
@Uuid.setter
|
22499
|
-
def Uuid(self, Uuid):
|
22500
|
-
self._Uuid = Uuid
|
22501
|
-
|
22502
21858
|
@property
|
22503
21859
|
def Enable(self):
|
22504
21860
|
return self._Enable
|
@@ -22515,6 +21871,14 @@ log:观察
|
|
22515
21871
|
def EdgeId(self, EdgeId):
|
22516
21872
|
self._EdgeId = EdgeId
|
22517
21873
|
|
21874
|
+
@property
|
21875
|
+
def Uuid(self):
|
21876
|
+
return self._Uuid
|
21877
|
+
|
21878
|
+
@Uuid.setter
|
21879
|
+
def Uuid(self, Uuid):
|
21880
|
+
self._Uuid = Uuid
|
21881
|
+
|
22518
21882
|
@property
|
22519
21883
|
def DetectedTimes(self):
|
22520
21884
|
return self._DetectedTimes
|
@@ -22603,6 +21967,22 @@ log:观察
|
|
22603
21967
|
def SourceName(self, SourceName):
|
22604
21968
|
self._SourceName = SourceName
|
22605
21969
|
|
21970
|
+
@property
|
21971
|
+
def IpVersion(self):
|
21972
|
+
return self._IpVersion
|
21973
|
+
|
21974
|
+
@IpVersion.setter
|
21975
|
+
def IpVersion(self, IpVersion):
|
21976
|
+
self._IpVersion = IpVersion
|
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
|
+
|
22606
21986
|
|
22607
21987
|
def _deserialize(self, params):
|
22608
21988
|
self._SourceContent = params.get("SourceContent")
|
@@ -22614,9 +21994,9 @@ log:观察
|
|
22614
21994
|
self._Port = params.get("Port")
|
22615
21995
|
self._Description = params.get("Description")
|
22616
21996
|
self._OrderIndex = params.get("OrderIndex")
|
22617
|
-
self._Uuid = params.get("Uuid")
|
22618
21997
|
self._Enable = params.get("Enable")
|
22619
21998
|
self._EdgeId = params.get("EdgeId")
|
21999
|
+
self._Uuid = params.get("Uuid")
|
22620
22000
|
self._DetectedTimes = params.get("DetectedTimes")
|
22621
22001
|
self._EdgeName = params.get("EdgeName")
|
22622
22002
|
self._InternalUuid = params.get("InternalUuid")
|
@@ -22633,6 +22013,8 @@ log:观察
|
|
22633
22013
|
self._ParamTemplateName = params.get("ParamTemplateName")
|
22634
22014
|
self._TargetName = params.get("TargetName")
|
22635
22015
|
self._SourceName = params.get("SourceName")
|
22016
|
+
self._IpVersion = params.get("IpVersion")
|
22017
|
+
self._Invalid = params.get("Invalid")
|
22636
22018
|
memeber_set = set(params.keys())
|
22637
22019
|
for name, value in vars(self).items():
|
22638
22020
|
property_name = name[1:]
|