tencentcloud-sdk-python 3.0.1202__py2.py3-none-any.whl → 3.0.1233__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/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +214 -15
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/autoscaling/v20180419/errorcodes.py +6 -0
- tencentcloud/autoscaling/v20180419/models.py +67 -20
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +359 -11
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +618 -66
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +8041 -3844
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/errorcodes.py +9 -0
- tencentcloud/cfs/v20190719/models.py +55 -5
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +409 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -1
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +185 -10
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +661 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +193 -15
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +12 -0
- tencentcloud/emr/v20190103/models.py +6832 -3365
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +547 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +142 -24
- tencentcloud/ess/v20201111/models.py +763 -103
- tencentcloud/essbasic/v20210526/essbasic_client.py +77 -3
- tencentcloud/essbasic/v20210526/models.py +413 -24
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +39 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +99 -1
- tencentcloud/hunyuan/v20230901/models.py +661 -13
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/errorcodes.py +15 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +357 -2
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +285 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +18 -4
- tencentcloud/mps/v20190612/models.py +658 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +345 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12635 -4016
- tencentcloud/organization/v20210331/organization_client.py +1342 -123
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/pts/v20210728/errorcodes.py +3 -0
- tencentcloud/pts/v20210728/models.py +1 -1
- tencentcloud/rce/v20201103/models.py +2905 -435
- tencentcloud/rce/v20201103/rce_client.py +207 -0
- tencentcloud/redis/v20180412/models.py +944 -67
- tencentcloud/redis/v20180412/redis_client.py +93 -1
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +6 -6
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +243 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +245 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +13 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/tds/v20220801/models.py +117 -0
- tencentcloud/teo/v20220901/errorcodes.py +12 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +32 -32
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +374 -55
- tencentcloud/trtc/v20190722/trtc_client.py +51 -39
- tencentcloud/tse/v20201207/models.py +127 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tsi/v20210325/models.py +24 -4
- tencentcloud/tsi/v20210325/tsi_client.py +12 -1
- tencentcloud/tts/v20190823/models.py +4 -3
- tencentcloud/vclm/v20240523/errorcodes.py +60 -0
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +538 -10
- tencentcloud/vpc/v20170312/vpc_client.py +4 -2
- tencentcloud/vrs/v20200824/models.py +166 -8
- tencentcloud/vrs/v20200824/vrs_client.py +2 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +3941 -493
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +214 -205
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -312,7 +312,7 @@ class ActionLibraryListResult(AbstractModel):
|
|
312
312
|
:type RelationActionId: int
|
313
313
|
:param _ActionCommand: 操作命令
|
314
314
|
:type ActionCommand: str
|
315
|
-
:param _ActionCommandType:
|
315
|
+
:param _ActionCommandType: 动作类型(0 -- tat 1 -- 云API)
|
316
316
|
:type ActionCommandType: int
|
317
317
|
:param _ActionContent: 自定义动作的参数,json string
|
318
318
|
:type ActionContent: str
|
@@ -2307,11 +2307,14 @@ class ModifyTaskRunStatusRequest(AbstractModel):
|
|
2307
2307
|
:type IsExpect: bool
|
2308
2308
|
:param _Summary: 演习结论(当演习状态转变为执行结束时,需要填写此字段)
|
2309
2309
|
:type Summary: str
|
2310
|
+
:param _Issue: 问题以及改进
|
2311
|
+
:type Issue: str
|
2310
2312
|
"""
|
2311
2313
|
self._TaskId = None
|
2312
2314
|
self._Status = None
|
2313
2315
|
self._IsExpect = None
|
2314
2316
|
self._Summary = None
|
2317
|
+
self._Issue = None
|
2315
2318
|
|
2316
2319
|
@property
|
2317
2320
|
def TaskId(self):
|
@@ -2345,12 +2348,21 @@ class ModifyTaskRunStatusRequest(AbstractModel):
|
|
2345
2348
|
def Summary(self, Summary):
|
2346
2349
|
self._Summary = Summary
|
2347
2350
|
|
2351
|
+
@property
|
2352
|
+
def Issue(self):
|
2353
|
+
return self._Issue
|
2354
|
+
|
2355
|
+
@Issue.setter
|
2356
|
+
def Issue(self, Issue):
|
2357
|
+
self._Issue = Issue
|
2358
|
+
|
2348
2359
|
|
2349
2360
|
def _deserialize(self, params):
|
2350
2361
|
self._TaskId = params.get("TaskId")
|
2351
2362
|
self._Status = params.get("Status")
|
2352
2363
|
self._IsExpect = params.get("IsExpect")
|
2353
2364
|
self._Summary = params.get("Summary")
|
2365
|
+
self._Issue = params.get("Issue")
|
2354
2366
|
memeber_set = set(params.keys())
|
2355
2367
|
for name, value in vars(self).items():
|
2356
2368
|
property_name = name[1:]
|
@@ -2407,6 +2419,12 @@ class ObjectType(AbstractModel):
|
|
2407
2419
|
:param _ObjectHasNewAction: 是否包含新动作
|
2408
2420
|
注意:此字段可能返回 null,表示取不到有效值。
|
2409
2421
|
:type ObjectHasNewAction: bool
|
2422
|
+
:param _ObjectPlatformName: 对应在平台架构图中的资源类型名称
|
2423
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2424
|
+
:type ObjectPlatformName: str
|
2425
|
+
:param _ObjectSupportType: 1:平台支持的对象 2:应用支持的部分对象
|
2426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2427
|
+
:type ObjectSupportType: int
|
2410
2428
|
"""
|
2411
2429
|
self._ObjectTypeId = None
|
2412
2430
|
self._ObjectTypeTitle = None
|
@@ -2414,6 +2432,8 @@ class ObjectType(AbstractModel):
|
|
2414
2432
|
self._ObjectTypeParams = None
|
2415
2433
|
self._ObjectTypeJsonParse = None
|
2416
2434
|
self._ObjectHasNewAction = None
|
2435
|
+
self._ObjectPlatformName = None
|
2436
|
+
self._ObjectSupportType = None
|
2417
2437
|
|
2418
2438
|
@property
|
2419
2439
|
def ObjectTypeId(self):
|
@@ -2463,6 +2483,22 @@ class ObjectType(AbstractModel):
|
|
2463
2483
|
def ObjectHasNewAction(self, ObjectHasNewAction):
|
2464
2484
|
self._ObjectHasNewAction = ObjectHasNewAction
|
2465
2485
|
|
2486
|
+
@property
|
2487
|
+
def ObjectPlatformName(self):
|
2488
|
+
return self._ObjectPlatformName
|
2489
|
+
|
2490
|
+
@ObjectPlatformName.setter
|
2491
|
+
def ObjectPlatformName(self, ObjectPlatformName):
|
2492
|
+
self._ObjectPlatformName = ObjectPlatformName
|
2493
|
+
|
2494
|
+
@property
|
2495
|
+
def ObjectSupportType(self):
|
2496
|
+
return self._ObjectSupportType
|
2497
|
+
|
2498
|
+
@ObjectSupportType.setter
|
2499
|
+
def ObjectSupportType(self, ObjectSupportType):
|
2500
|
+
self._ObjectSupportType = ObjectSupportType
|
2501
|
+
|
2466
2502
|
|
2467
2503
|
def _deserialize(self, params):
|
2468
2504
|
self._ObjectTypeId = params.get("ObjectTypeId")
|
@@ -2475,6 +2511,8 @@ class ObjectType(AbstractModel):
|
|
2475
2511
|
self._ObjectTypeJsonParse = ObjectTypeJsonParse()
|
2476
2512
|
self._ObjectTypeJsonParse._deserialize(params.get("ObjectTypeJsonParse"))
|
2477
2513
|
self._ObjectHasNewAction = params.get("ObjectHasNewAction")
|
2514
|
+
self._ObjectPlatformName = params.get("ObjectPlatformName")
|
2515
|
+
self._ObjectSupportType = params.get("ObjectSupportType")
|
2478
2516
|
memeber_set = set(params.keys())
|
2479
2517
|
for name, value in vars(self).items():
|
2480
2518
|
property_name = name[1:]
|
@@ -2833,8 +2871,10 @@ class TagWithCreate(AbstractModel):
|
|
2833
2871
|
def __init__(self):
|
2834
2872
|
r"""
|
2835
2873
|
:param _TagKey: 标签键
|
2874
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2836
2875
|
:type TagKey: str
|
2837
2876
|
:param _TagValue: 标签值
|
2877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2838
2878
|
:type TagValue: str
|
2839
2879
|
"""
|
2840
2880
|
self._TagKey = None
|
@@ -2998,6 +3038,21 @@ class Task(AbstractModel):
|
|
2998
3038
|
:param _PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
|
2999
3039
|
注意:此字段可能返回 null,表示取不到有效值。
|
3000
3040
|
:type PolicyDealType: int
|
3041
|
+
:param _TaskPlanStartTime: 计划开始时间
|
3042
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3043
|
+
:type TaskPlanStartTime: str
|
3044
|
+
:param _TaskPlanEndTime: 计划结束时间
|
3045
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3046
|
+
:type TaskPlanEndTime: str
|
3047
|
+
:param _TaskOrg: 人员组织
|
3048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3049
|
+
:type TaskOrg: list of TaskOrg
|
3050
|
+
:param _TaskIssue: 问题和改进
|
3051
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3052
|
+
:type TaskIssue: str
|
3053
|
+
:param _TaskRegionName: region信息
|
3054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3055
|
+
:type TaskRegionName: str
|
3001
3056
|
"""
|
3002
3057
|
self._TaskId = None
|
3003
3058
|
self._TaskTitle = None
|
@@ -3028,6 +3083,11 @@ class Task(AbstractModel):
|
|
3028
3083
|
self._ApmServiceList = None
|
3029
3084
|
self._VerifyId = None
|
3030
3085
|
self._PolicyDealType = None
|
3086
|
+
self._TaskPlanStartTime = None
|
3087
|
+
self._TaskPlanEndTime = None
|
3088
|
+
self._TaskOrg = None
|
3089
|
+
self._TaskIssue = None
|
3090
|
+
self._TaskRegionName = None
|
3031
3091
|
|
3032
3092
|
@property
|
3033
3093
|
def TaskId(self):
|
@@ -3261,6 +3321,46 @@ class Task(AbstractModel):
|
|
3261
3321
|
def PolicyDealType(self, PolicyDealType):
|
3262
3322
|
self._PolicyDealType = PolicyDealType
|
3263
3323
|
|
3324
|
+
@property
|
3325
|
+
def TaskPlanStartTime(self):
|
3326
|
+
return self._TaskPlanStartTime
|
3327
|
+
|
3328
|
+
@TaskPlanStartTime.setter
|
3329
|
+
def TaskPlanStartTime(self, TaskPlanStartTime):
|
3330
|
+
self._TaskPlanStartTime = TaskPlanStartTime
|
3331
|
+
|
3332
|
+
@property
|
3333
|
+
def TaskPlanEndTime(self):
|
3334
|
+
return self._TaskPlanEndTime
|
3335
|
+
|
3336
|
+
@TaskPlanEndTime.setter
|
3337
|
+
def TaskPlanEndTime(self, TaskPlanEndTime):
|
3338
|
+
self._TaskPlanEndTime = TaskPlanEndTime
|
3339
|
+
|
3340
|
+
@property
|
3341
|
+
def TaskOrg(self):
|
3342
|
+
return self._TaskOrg
|
3343
|
+
|
3344
|
+
@TaskOrg.setter
|
3345
|
+
def TaskOrg(self, TaskOrg):
|
3346
|
+
self._TaskOrg = TaskOrg
|
3347
|
+
|
3348
|
+
@property
|
3349
|
+
def TaskIssue(self):
|
3350
|
+
return self._TaskIssue
|
3351
|
+
|
3352
|
+
@TaskIssue.setter
|
3353
|
+
def TaskIssue(self, TaskIssue):
|
3354
|
+
self._TaskIssue = TaskIssue
|
3355
|
+
|
3356
|
+
@property
|
3357
|
+
def TaskRegionName(self):
|
3358
|
+
return self._TaskRegionName
|
3359
|
+
|
3360
|
+
@TaskRegionName.setter
|
3361
|
+
def TaskRegionName(self, TaskRegionName):
|
3362
|
+
self._TaskRegionName = TaskRegionName
|
3363
|
+
|
3264
3364
|
|
3265
3365
|
def _deserialize(self, params):
|
3266
3366
|
self._TaskId = params.get("TaskId")
|
@@ -3314,6 +3414,16 @@ class Task(AbstractModel):
|
|
3314
3414
|
self._ApmServiceList.append(obj)
|
3315
3415
|
self._VerifyId = params.get("VerifyId")
|
3316
3416
|
self._PolicyDealType = params.get("PolicyDealType")
|
3417
|
+
self._TaskPlanStartTime = params.get("TaskPlanStartTime")
|
3418
|
+
self._TaskPlanEndTime = params.get("TaskPlanEndTime")
|
3419
|
+
if params.get("TaskOrg") is not None:
|
3420
|
+
self._TaskOrg = []
|
3421
|
+
for item in params.get("TaskOrg"):
|
3422
|
+
obj = TaskOrg()
|
3423
|
+
obj._deserialize(item)
|
3424
|
+
self._TaskOrg.append(obj)
|
3425
|
+
self._TaskIssue = params.get("TaskIssue")
|
3426
|
+
self._TaskRegionName = params.get("TaskRegionName")
|
3317
3427
|
memeber_set = set(params.keys())
|
3318
3428
|
for name, value in vars(self).items():
|
3319
3429
|
property_name = name[1:]
|
@@ -4577,6 +4687,53 @@ class TaskMonitor(AbstractModel):
|
|
4577
4687
|
|
4578
4688
|
|
4579
4689
|
|
4690
|
+
class TaskOrg(AbstractModel):
|
4691
|
+
"""演练人员组织
|
4692
|
+
|
4693
|
+
"""
|
4694
|
+
|
4695
|
+
def __init__(self):
|
4696
|
+
r"""
|
4697
|
+
:param _TaskRole: 演练角色
|
4698
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4699
|
+
:type TaskRole: str
|
4700
|
+
:param _TaskOperator: 负责人
|
4701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4702
|
+
:type TaskOperator: str
|
4703
|
+
"""
|
4704
|
+
self._TaskRole = None
|
4705
|
+
self._TaskOperator = None
|
4706
|
+
|
4707
|
+
@property
|
4708
|
+
def TaskRole(self):
|
4709
|
+
return self._TaskRole
|
4710
|
+
|
4711
|
+
@TaskRole.setter
|
4712
|
+
def TaskRole(self, TaskRole):
|
4713
|
+
self._TaskRole = TaskRole
|
4714
|
+
|
4715
|
+
@property
|
4716
|
+
def TaskOperator(self):
|
4717
|
+
return self._TaskOperator
|
4718
|
+
|
4719
|
+
@TaskOperator.setter
|
4720
|
+
def TaskOperator(self, TaskOperator):
|
4721
|
+
self._TaskOperator = TaskOperator
|
4722
|
+
|
4723
|
+
|
4724
|
+
def _deserialize(self, params):
|
4725
|
+
self._TaskRole = params.get("TaskRole")
|
4726
|
+
self._TaskOperator = params.get("TaskOperator")
|
4727
|
+
memeber_set = set(params.keys())
|
4728
|
+
for name, value in vars(self).items():
|
4729
|
+
property_name = name[1:]
|
4730
|
+
if property_name in memeber_set:
|
4731
|
+
memeber_set.remove(property_name)
|
4732
|
+
if len(memeber_set) > 0:
|
4733
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
4734
|
+
|
4735
|
+
|
4736
|
+
|
4580
4737
|
class TaskReportInfo(AbstractModel):
|
4581
4738
|
"""演练报告状态信息
|
4582
4739
|
|
@@ -4598,6 +4755,10 @@ class TaskReportInfo(AbstractModel):
|
|
4598
4755
|
:param _Log: 演练报告导出日志
|
4599
4756
|
注意:此字段可能返回 null,表示取不到有效值。
|
4600
4757
|
:type Log: str
|
4758
|
+
:param _ArchiveStage: 0--未开始,1--正在归档,2--归档成功,3--归档失败
|
4759
|
+
:type ArchiveStage: int
|
4760
|
+
:param _ArchiveTime: 归档时间
|
4761
|
+
:type ArchiveTime: str
|
4601
4762
|
"""
|
4602
4763
|
self._Stage = None
|
4603
4764
|
self._CreateTime = None
|
@@ -4605,6 +4766,8 @@ class TaskReportInfo(AbstractModel):
|
|
4605
4766
|
self._Expired = None
|
4606
4767
|
self._CosUrl = None
|
4607
4768
|
self._Log = None
|
4769
|
+
self._ArchiveStage = None
|
4770
|
+
self._ArchiveTime = None
|
4608
4771
|
|
4609
4772
|
@property
|
4610
4773
|
def Stage(self):
|
@@ -4654,6 +4817,22 @@ class TaskReportInfo(AbstractModel):
|
|
4654
4817
|
def Log(self, Log):
|
4655
4818
|
self._Log = Log
|
4656
4819
|
|
4820
|
+
@property
|
4821
|
+
def ArchiveStage(self):
|
4822
|
+
return self._ArchiveStage
|
4823
|
+
|
4824
|
+
@ArchiveStage.setter
|
4825
|
+
def ArchiveStage(self, ArchiveStage):
|
4826
|
+
self._ArchiveStage = ArchiveStage
|
4827
|
+
|
4828
|
+
@property
|
4829
|
+
def ArchiveTime(self):
|
4830
|
+
return self._ArchiveTime
|
4831
|
+
|
4832
|
+
@ArchiveTime.setter
|
4833
|
+
def ArchiveTime(self, ArchiveTime):
|
4834
|
+
self._ArchiveTime = ArchiveTime
|
4835
|
+
|
4657
4836
|
|
4658
4837
|
def _deserialize(self, params):
|
4659
4838
|
self._Stage = params.get("Stage")
|
@@ -4662,6 +4841,8 @@ class TaskReportInfo(AbstractModel):
|
|
4662
4841
|
self._Expired = params.get("Expired")
|
4663
4842
|
self._CosUrl = params.get("CosUrl")
|
4664
4843
|
self._Log = params.get("Log")
|
4844
|
+
self._ArchiveStage = params.get("ArchiveStage")
|
4845
|
+
self._ArchiveTime = params.get("ArchiveTime")
|
4665
4846
|
memeber_set = set(params.keys())
|
4666
4847
|
for name, value in vars(self).items():
|
4667
4848
|
property_name = name[1:]
|
@@ -5128,6 +5309,9 @@ class TemplateGroupAction(AbstractModel):
|
|
5128
5309
|
:param _ActionType: 动作类型:平台和自定义
|
5129
5310
|
注意:此字段可能返回 null,表示取不到有效值。
|
5130
5311
|
:type ActionType: str
|
5312
|
+
:param _ActionRisk: 动作风险等级,1:低风险 2:中风险 3:高风险
|
5313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5314
|
+
:type ActionRisk: str
|
5131
5315
|
"""
|
5132
5316
|
self._TemplateGroupActionId = None
|
5133
5317
|
self._ActionId = None
|
@@ -5143,6 +5327,7 @@ class TemplateGroupAction(AbstractModel):
|
|
5143
5327
|
self._ActionApiType = None
|
5144
5328
|
self._ActionAttribute = None
|
5145
5329
|
self._ActionType = None
|
5330
|
+
self._ActionRisk = None
|
5146
5331
|
|
5147
5332
|
@property
|
5148
5333
|
def TemplateGroupActionId(self):
|
@@ -5256,6 +5441,14 @@ class TemplateGroupAction(AbstractModel):
|
|
5256
5441
|
def ActionType(self, ActionType):
|
5257
5442
|
self._ActionType = ActionType
|
5258
5443
|
|
5444
|
+
@property
|
5445
|
+
def ActionRisk(self):
|
5446
|
+
return self._ActionRisk
|
5447
|
+
|
5448
|
+
@ActionRisk.setter
|
5449
|
+
def ActionRisk(self, ActionRisk):
|
5450
|
+
self._ActionRisk = ActionRisk
|
5451
|
+
|
5259
5452
|
|
5260
5453
|
def _deserialize(self, params):
|
5261
5454
|
self._TemplateGroupActionId = params.get("TemplateGroupActionId")
|
@@ -5272,6 +5465,7 @@ class TemplateGroupAction(AbstractModel):
|
|
5272
5465
|
self._ActionApiType = params.get("ActionApiType")
|
5273
5466
|
self._ActionAttribute = params.get("ActionAttribute")
|
5274
5467
|
self._ActionType = params.get("ActionType")
|
5468
|
+
self._ActionRisk = params.get("ActionRisk")
|
5275
5469
|
memeber_set = set(params.keys())
|
5276
5470
|
for name, value in vars(self).items():
|
5277
5471
|
property_name = name[1:]
|
@@ -352,7 +352,7 @@ class CfsClient(AbstractClient):
|
|
352
352
|
|
353
353
|
|
354
354
|
def DeleteUserQuota(self, request):
|
355
|
-
"""
|
355
|
+
"""指定条件删除文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
|
356
356
|
|
357
357
|
:param request: Request instance for DeleteUserQuota.
|
358
358
|
:type request: :class:`tencentcloud.cfs.v20190719.models.DeleteUserQuotaRequest`
|
@@ -745,7 +745,7 @@ class CfsClient(AbstractClient):
|
|
745
745
|
|
746
746
|
|
747
747
|
def SetUserQuota(self, request):
|
748
|
-
"""设置文件系统配额,提供UID/GID
|
748
|
+
"""设置文件系统配额,提供UID/GID的配额设置的接口(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
|
749
749
|
|
750
750
|
:param request: Request instance for SetUserQuota.
|
751
751
|
:type request: :class:`tencentcloud.cfs.v20190719.models.SetUserQuotaRequest`
|
@@ -176,6 +176,9 @@ INVALIDPARAMETERVALUE_INVALIDPRIORITY = 'InvalidParameterValue.InvalidPriority'
|
|
176
176
|
# 协议参数错误。
|
177
177
|
INVALIDPARAMETERVALUE_INVALIDPROTOCOL = 'InvalidParameterValue.InvalidProtocol'
|
178
178
|
|
179
|
+
# 设置配额的参数错误,UserId 跟DirectoryPath不可同时填写,两个参数必填一个
|
180
|
+
INVALIDPARAMETERVALUE_INVALIDQUOTAUSERIDORCFSDIRPATH = 'InvalidParameterValue.InvalidQuotaUserIdOrCfsDirPath'
|
181
|
+
|
179
182
|
# 用户区域选择错误 (ZoneName) 或 (ZoneId, Region)二者必选一。
|
180
183
|
INVALIDPARAMETERVALUE_INVALIDREGIONZONEINFO = 'InvalidParameterValue.InvalidRegionZoneInfo'
|
181
184
|
|
@@ -284,6 +287,12 @@ INVALIDPARAMETERVALUE_PGROUPDESCINFOLIMITEXCEEDED = 'InvalidParameterValue.Pgrou
|
|
284
287
|
# 权限组名称长度超过限制(不能超过64字节)。
|
285
288
|
INVALIDPARAMETERVALUE_PGROUPNAMELIMITEXCEEDED = 'InvalidParameterValue.PgroupNameLimitExceeded'
|
286
289
|
|
290
|
+
# 目录配额设置的目录嵌套
|
291
|
+
INVALIDPARAMETERVALUE_PROJECTQUOTASDIRNESTED = 'InvalidParameterValue.ProjectQuotasDirNested'
|
292
|
+
|
293
|
+
# 目录配额数量超限
|
294
|
+
INVALIDPARAMETERVALUE_PROJECTQUOTASEXCEEDED = 'InvalidParameterValue.ProjectQuotasExceeded'
|
295
|
+
|
287
296
|
# 容量硬限制取值范围错误。
|
288
297
|
INVALIDPARAMETERVALUE_QUOTACAPLIMITERROR = 'InvalidParameterValue.QuotaCapLimitError'
|
289
298
|
|
@@ -2299,14 +2299,17 @@ class DeleteUserQuotaRequest(AbstractModel):
|
|
2299
2299
|
r"""
|
2300
2300
|
:param _FileSystemId: 文件系统 ID
|
2301
2301
|
:type FileSystemId: str
|
2302
|
-
:param _UserType: 指定配额类型,包括Uid、Gid
|
2302
|
+
:param _UserType: 指定配额类型,包括Uid、Gid、Dir
|
2303
2303
|
:type UserType: str
|
2304
2304
|
:param _UserId: UID/GID信息
|
2305
2305
|
:type UserId: str
|
2306
|
+
:param _DirectoryPath: 设置目录配额的目录的绝对路径
|
2307
|
+
:type DirectoryPath: str
|
2306
2308
|
"""
|
2307
2309
|
self._FileSystemId = None
|
2308
2310
|
self._UserType = None
|
2309
2311
|
self._UserId = None
|
2312
|
+
self._DirectoryPath = None
|
2310
2313
|
|
2311
2314
|
@property
|
2312
2315
|
def FileSystemId(self):
|
@@ -2332,11 +2335,20 @@ class DeleteUserQuotaRequest(AbstractModel):
|
|
2332
2335
|
def UserId(self, UserId):
|
2333
2336
|
self._UserId = UserId
|
2334
2337
|
|
2338
|
+
@property
|
2339
|
+
def DirectoryPath(self):
|
2340
|
+
return self._DirectoryPath
|
2341
|
+
|
2342
|
+
@DirectoryPath.setter
|
2343
|
+
def DirectoryPath(self, DirectoryPath):
|
2344
|
+
self._DirectoryPath = DirectoryPath
|
2345
|
+
|
2335
2346
|
|
2336
2347
|
def _deserialize(self, params):
|
2337
2348
|
self._FileSystemId = params.get("FileSystemId")
|
2338
2349
|
self._UserType = params.get("UserType")
|
2339
2350
|
self._UserId = params.get("UserId")
|
2351
|
+
self._DirectoryPath = params.get("DirectoryPath")
|
2340
2352
|
memeber_set = set(params.keys())
|
2341
2353
|
for name, value in vars(self).items():
|
2342
2354
|
property_name = name[1:]
|
@@ -5303,20 +5315,23 @@ class SetUserQuotaRequest(AbstractModel):
|
|
5303
5315
|
r"""
|
5304
5316
|
:param _FileSystemId: 文件系统 ID
|
5305
5317
|
:type FileSystemId: str
|
5306
|
-
:param _UserType: 指定配额类型,包括Uid、Gid
|
5318
|
+
:param _UserType: 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额
|
5307
5319
|
:type UserType: str
|
5308
5320
|
:param _UserId: UID/GID信息
|
5309
5321
|
:type UserId: str
|
5310
|
-
:param _CapacityHardLimit: 容量硬限制,单位GiB
|
5322
|
+
:param _CapacityHardLimit: 容量硬限制,单位GiB。设置范围10-10000000。
|
5311
5323
|
:type CapacityHardLimit: int
|
5312
|
-
:param _FileHardLimit:
|
5324
|
+
:param _FileHardLimit: 文件硬限制,单位个。设置范围1000-100000000
|
5313
5325
|
:type FileHardLimit: int
|
5326
|
+
:param _DirectoryPath: 需设置目录配额的目录绝对路径,不同目录不可存在包含关系
|
5327
|
+
:type DirectoryPath: str
|
5314
5328
|
"""
|
5315
5329
|
self._FileSystemId = None
|
5316
5330
|
self._UserType = None
|
5317
5331
|
self._UserId = None
|
5318
5332
|
self._CapacityHardLimit = None
|
5319
5333
|
self._FileHardLimit = None
|
5334
|
+
self._DirectoryPath = None
|
5320
5335
|
|
5321
5336
|
@property
|
5322
5337
|
def FileSystemId(self):
|
@@ -5358,6 +5373,14 @@ class SetUserQuotaRequest(AbstractModel):
|
|
5358
5373
|
def FileHardLimit(self, FileHardLimit):
|
5359
5374
|
self._FileHardLimit = FileHardLimit
|
5360
5375
|
|
5376
|
+
@property
|
5377
|
+
def DirectoryPath(self):
|
5378
|
+
return self._DirectoryPath
|
5379
|
+
|
5380
|
+
@DirectoryPath.setter
|
5381
|
+
def DirectoryPath(self, DirectoryPath):
|
5382
|
+
self._DirectoryPath = DirectoryPath
|
5383
|
+
|
5361
5384
|
|
5362
5385
|
def _deserialize(self, params):
|
5363
5386
|
self._FileSystemId = params.get("FileSystemId")
|
@@ -5365,6 +5388,7 @@ class SetUserQuotaRequest(AbstractModel):
|
|
5365
5388
|
self._UserId = params.get("UserId")
|
5366
5389
|
self._CapacityHardLimit = params.get("CapacityHardLimit")
|
5367
5390
|
self._FileHardLimit = params.get("FileHardLimit")
|
5391
|
+
self._DirectoryPath = params.get("DirectoryPath")
|
5368
5392
|
memeber_set = set(params.keys())
|
5369
5393
|
for name, value in vars(self).items():
|
5370
5394
|
property_name = name[1:]
|
@@ -6948,7 +6972,7 @@ class UserQuota(AbstractModel):
|
|
6948
6972
|
|
6949
6973
|
def __init__(self):
|
6950
6974
|
r"""
|
6951
|
-
:param _UserType: 指定配额类型,包括Uid、Gid
|
6975
|
+
:param _UserType: 指定配额类型,包括Uid、Gid、Dir
|
6952
6976
|
:type UserType: str
|
6953
6977
|
:param _UserId: UID/GID信息
|
6954
6978
|
:type UserId: str
|
@@ -6964,6 +6988,12 @@ class UserQuota(AbstractModel):
|
|
6964
6988
|
:param _FileUsed: 文件使用个数,单位个
|
6965
6989
|
注意:此字段可能返回 null,表示取不到有效值。
|
6966
6990
|
:type FileUsed: int
|
6991
|
+
:param _DirectoryPath: 目录配额的目录绝对路径
|
6992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6993
|
+
:type DirectoryPath: str
|
6994
|
+
:param _Status: 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
|
6995
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6996
|
+
:type Status: str
|
6967
6997
|
"""
|
6968
6998
|
self._UserType = None
|
6969
6999
|
self._UserId = None
|
@@ -6972,6 +7002,8 @@ class UserQuota(AbstractModel):
|
|
6972
7002
|
self._FileSystemId = None
|
6973
7003
|
self._CapacityUsed = None
|
6974
7004
|
self._FileUsed = None
|
7005
|
+
self._DirectoryPath = None
|
7006
|
+
self._Status = None
|
6975
7007
|
|
6976
7008
|
@property
|
6977
7009
|
def UserType(self):
|
@@ -7029,6 +7061,22 @@ class UserQuota(AbstractModel):
|
|
7029
7061
|
def FileUsed(self, FileUsed):
|
7030
7062
|
self._FileUsed = FileUsed
|
7031
7063
|
|
7064
|
+
@property
|
7065
|
+
def DirectoryPath(self):
|
7066
|
+
return self._DirectoryPath
|
7067
|
+
|
7068
|
+
@DirectoryPath.setter
|
7069
|
+
def DirectoryPath(self, DirectoryPath):
|
7070
|
+
self._DirectoryPath = DirectoryPath
|
7071
|
+
|
7072
|
+
@property
|
7073
|
+
def Status(self):
|
7074
|
+
return self._Status
|
7075
|
+
|
7076
|
+
@Status.setter
|
7077
|
+
def Status(self, Status):
|
7078
|
+
self._Status = Status
|
7079
|
+
|
7032
7080
|
|
7033
7081
|
def _deserialize(self, params):
|
7034
7082
|
self._UserType = params.get("UserType")
|
@@ -7038,6 +7086,8 @@ class UserQuota(AbstractModel):
|
|
7038
7086
|
self._FileSystemId = params.get("FileSystemId")
|
7039
7087
|
self._CapacityUsed = params.get("CapacityUsed")
|
7040
7088
|
self._FileUsed = params.get("FileUsed")
|
7089
|
+
self._DirectoryPath = params.get("DirectoryPath")
|
7090
|
+
self._Status = params.get("Status")
|
7041
7091
|
memeber_set = set(params.keys())
|
7042
7092
|
for name, value in vars(self).items():
|
7043
7093
|
property_name = name[1:]
|
@@ -624,6 +624,29 @@ class CfwClient(AbstractClient):
|
|
624
624
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
625
625
|
|
626
626
|
|
627
|
+
def DeleteRemoteAccessDomain(self, request):
|
628
|
+
"""删除远程运维域名
|
629
|
+
|
630
|
+
:param request: Request instance for DeleteRemoteAccessDomain.
|
631
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DeleteRemoteAccessDomainRequest`
|
632
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DeleteRemoteAccessDomainResponse`
|
633
|
+
|
634
|
+
"""
|
635
|
+
try:
|
636
|
+
params = request._serialize()
|
637
|
+
headers = request.headers
|
638
|
+
body = self.call("DeleteRemoteAccessDomain", params, headers=headers)
|
639
|
+
response = json.loads(body)
|
640
|
+
model = models.DeleteRemoteAccessDomainResponse()
|
641
|
+
model._deserialize(response["Response"])
|
642
|
+
return model
|
643
|
+
except Exception as e:
|
644
|
+
if isinstance(e, TencentCloudSDKException):
|
645
|
+
raise
|
646
|
+
else:
|
647
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
648
|
+
|
649
|
+
|
627
650
|
def DeleteResourceGroup(self, request):
|
628
651
|
"""DeleteResourceGroup-资产中心资产组删除
|
629
652
|
|
@@ -693,31 +716,6 @@ class CfwClient(AbstractClient):
|
|
693
716
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
694
717
|
|
695
718
|
|
696
|
-
def DeleteVpcInstance(self, request):
|
697
|
-
"""接口废弃
|
698
|
-
|
699
|
-
删除防火墙实例
|
700
|
-
|
701
|
-
:param request: Request instance for DeleteVpcInstance.
|
702
|
-
:type request: :class:`tencentcloud.cfw.v20190904.models.DeleteVpcInstanceRequest`
|
703
|
-
:rtype: :class:`tencentcloud.cfw.v20190904.models.DeleteVpcInstanceResponse`
|
704
|
-
|
705
|
-
"""
|
706
|
-
try:
|
707
|
-
params = request._serialize()
|
708
|
-
headers = request.headers
|
709
|
-
body = self.call("DeleteVpcInstance", params, headers=headers)
|
710
|
-
response = json.loads(body)
|
711
|
-
model = models.DeleteVpcInstanceResponse()
|
712
|
-
model._deserialize(response["Response"])
|
713
|
-
return model
|
714
|
-
except Exception as e:
|
715
|
-
if isinstance(e, TencentCloudSDKException):
|
716
|
-
raise
|
717
|
-
else:
|
718
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
719
|
-
|
720
|
-
|
721
719
|
def DescribeAcLists(self, request):
|
722
720
|
"""访问控制列表
|
723
721
|
|
@@ -994,6 +992,29 @@ class CfwClient(AbstractClient):
|
|
994
992
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
995
993
|
|
996
994
|
|
995
|
+
def DescribeEnterpriseSecurityGroupRuleList(self, request):
|
996
|
+
"""查询新企业安全组规则 从node接口迁移 原接口DescribeSecurityGroupNewList
|
997
|
+
|
998
|
+
:param request: Request instance for DescribeEnterpriseSecurityGroupRuleList.
|
999
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeEnterpriseSecurityGroupRuleListRequest`
|
1000
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeEnterpriseSecurityGroupRuleListResponse`
|
1001
|
+
|
1002
|
+
"""
|
1003
|
+
try:
|
1004
|
+
params = request._serialize()
|
1005
|
+
headers = request.headers
|
1006
|
+
body = self.call("DescribeEnterpriseSecurityGroupRuleList", params, headers=headers)
|
1007
|
+
response = json.loads(body)
|
1008
|
+
model = models.DescribeEnterpriseSecurityGroupRuleListResponse()
|
1009
|
+
model._deserialize(response["Response"])
|
1010
|
+
return model
|
1011
|
+
except Exception as e:
|
1012
|
+
if isinstance(e, TencentCloudSDKException):
|
1013
|
+
raise
|
1014
|
+
else:
|
1015
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1016
|
+
|
1017
|
+
|
997
1018
|
def DescribeFwEdgeIps(self, request):
|
998
1019
|
"""串行防火墙IP开关列表
|
999
1020
|
|