tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -371,7 +371,7 @@ INVALIDPARAMETERVALUE_TAGVALUELIMITEXCEEDED = 'InvalidParameterValue.TagValueLim
|
|
|
371
371
|
# 该可用区无法提供服务。
|
|
372
372
|
INVALIDPARAMETERVALUE_UNAVAILABLEREGION = 'InvalidParameterValue.UnavailableRegion'
|
|
373
373
|
|
|
374
|
-
#
|
|
374
|
+
# 该地域或可用区无法提供服务。
|
|
375
375
|
INVALIDPARAMETERVALUE_UNAVAILABLEZONE = 'InvalidParameterValue.UnavailableZone'
|
|
376
376
|
|
|
377
377
|
# 生命周期数据任务数超限
|
|
@@ -10814,7 +10814,7 @@ class UpdateCfsFileSystemSizeLimitRequest(AbstractModel):
|
|
|
10814
10814
|
r"""
|
|
10815
10815
|
:param _FsLimit: 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。
|
|
10816
10816
|
:type FsLimit: int
|
|
10817
|
-
:param _FileSystemId: 文件系统ID
|
|
10817
|
+
:param _FileSystemId: 文件系统 ID,此功能需要开白使用,请[提交工单](https://console.cloud.tencent.com/workorder/category?from=ticket-tab)进行申请。当前仅支持通用标准型文件系统设置存储容量上限。该参数通过[查询文件系统](https://cloud.tencent.com/document/product/582/38170)获取。
|
|
10818
10818
|
:type FileSystemId: str
|
|
10819
10819
|
"""
|
|
10820
10820
|
self._FsLimit = None
|
|
@@ -10833,7 +10833,7 @@ class UpdateCfsFileSystemSizeLimitRequest(AbstractModel):
|
|
|
10833
10833
|
|
|
10834
10834
|
@property
|
|
10835
10835
|
def FileSystemId(self):
|
|
10836
|
-
r"""文件系统ID
|
|
10836
|
+
r"""文件系统 ID,此功能需要开白使用,请[提交工单](https://console.cloud.tencent.com/workorder/category?from=ticket-tab)进行申请。当前仅支持通用标准型文件系统设置存储容量上限。该参数通过[查询文件系统](https://cloud.tencent.com/document/product/582/38170)获取。
|
|
10837
10837
|
:rtype: str
|
|
10838
10838
|
"""
|
|
10839
10839
|
return self._FileSystemId
|
|
@@ -463,29 +463,6 @@ class CfwClient(AbstractClient):
|
|
|
463
463
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
464
464
|
|
|
465
465
|
|
|
466
|
-
def DeleteAllAccessControlRule(self, request):
|
|
467
|
-
r"""全部删除规则
|
|
468
|
-
|
|
469
|
-
:param request: Request instance for DeleteAllAccessControlRule.
|
|
470
|
-
:type request: :class:`tencentcloud.cfw.v20190904.models.DeleteAllAccessControlRuleRequest`
|
|
471
|
-
:rtype: :class:`tencentcloud.cfw.v20190904.models.DeleteAllAccessControlRuleResponse`
|
|
472
|
-
|
|
473
|
-
"""
|
|
474
|
-
try:
|
|
475
|
-
params = request._serialize()
|
|
476
|
-
headers = request.headers
|
|
477
|
-
body = self.call("DeleteAllAccessControlRule", params, headers=headers)
|
|
478
|
-
response = json.loads(body)
|
|
479
|
-
model = models.DeleteAllAccessControlRuleResponse()
|
|
480
|
-
model._deserialize(response["Response"])
|
|
481
|
-
return model
|
|
482
|
-
except Exception as e:
|
|
483
|
-
if isinstance(e, TencentCloudSDKException):
|
|
484
|
-
raise
|
|
485
|
-
else:
|
|
486
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
487
|
-
|
|
488
|
-
|
|
489
466
|
def DeleteBlockIgnoreRuleList(self, request):
|
|
490
467
|
r"""批量删除入侵防御封禁列表、放通列表规则
|
|
491
468
|
|
|
@@ -831,6 +808,100 @@ class CfwClient(AbstractClient):
|
|
|
831
808
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
832
809
|
|
|
833
810
|
|
|
811
|
+
def DescribeCcnAssociatedInstances(self, request):
|
|
812
|
+
r"""查询云联网关联的实例信息
|
|
813
|
+
|
|
814
|
+
:param request: Request instance for DescribeCcnAssociatedInstances.
|
|
815
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnAssociatedInstancesRequest`
|
|
816
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnAssociatedInstancesResponse`
|
|
817
|
+
|
|
818
|
+
"""
|
|
819
|
+
try:
|
|
820
|
+
params = request._serialize()
|
|
821
|
+
headers = request.headers
|
|
822
|
+
body = self.call("DescribeCcnAssociatedInstances", params, headers=headers)
|
|
823
|
+
response = json.loads(body)
|
|
824
|
+
model = models.DescribeCcnAssociatedInstancesResponse()
|
|
825
|
+
model._deserialize(response["Response"])
|
|
826
|
+
return model
|
|
827
|
+
except Exception as e:
|
|
828
|
+
if isinstance(e, TencentCloudSDKException):
|
|
829
|
+
raise
|
|
830
|
+
else:
|
|
831
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
def DescribeCcnInstanceRegionStatus(self, request):
|
|
835
|
+
r"""查询CCN关联实例的地域防火墙引流网络部署状态
|
|
836
|
+
1.根据CCN ID和实例ID列表,返回实例对应地域的防火墙引流网络部署状态
|
|
837
|
+
2.如果传入实例ID列表为空,则返回CCN关联的所有实例的地域防火墙引流网络部署状态
|
|
838
|
+
|
|
839
|
+
:param request: Request instance for DescribeCcnInstanceRegionStatus.
|
|
840
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnInstanceRegionStatusRequest`
|
|
841
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnInstanceRegionStatusResponse`
|
|
842
|
+
|
|
843
|
+
"""
|
|
844
|
+
try:
|
|
845
|
+
params = request._serialize()
|
|
846
|
+
headers = request.headers
|
|
847
|
+
body = self.call("DescribeCcnInstanceRegionStatus", params, headers=headers)
|
|
848
|
+
response = json.loads(body)
|
|
849
|
+
model = models.DescribeCcnInstanceRegionStatusResponse()
|
|
850
|
+
model._deserialize(response["Response"])
|
|
851
|
+
return model
|
|
852
|
+
except Exception as e:
|
|
853
|
+
if isinstance(e, TencentCloudSDKException):
|
|
854
|
+
raise
|
|
855
|
+
else:
|
|
856
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
def DescribeCcnVpcFwPolicyLimit(self, request):
|
|
860
|
+
r"""查询CCN中VPC防火墙接入策略配置时的规则数量限制
|
|
861
|
+
|
|
862
|
+
:param request: Request instance for DescribeCcnVpcFwPolicyLimit.
|
|
863
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnVpcFwPolicyLimitRequest`
|
|
864
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnVpcFwPolicyLimitResponse`
|
|
865
|
+
|
|
866
|
+
"""
|
|
867
|
+
try:
|
|
868
|
+
params = request._serialize()
|
|
869
|
+
headers = request.headers
|
|
870
|
+
body = self.call("DescribeCcnVpcFwPolicyLimit", params, headers=headers)
|
|
871
|
+
response = json.loads(body)
|
|
872
|
+
model = models.DescribeCcnVpcFwPolicyLimitResponse()
|
|
873
|
+
model._deserialize(response["Response"])
|
|
874
|
+
return model
|
|
875
|
+
except Exception as e:
|
|
876
|
+
if isinstance(e, TencentCloudSDKException):
|
|
877
|
+
raise
|
|
878
|
+
else:
|
|
879
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
def DescribeCcnVpcFwSwitch(self, request):
|
|
883
|
+
r"""查询CCN VPC防火墙开关配置
|
|
884
|
+
|
|
885
|
+
:param request: Request instance for DescribeCcnVpcFwSwitch.
|
|
886
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnVpcFwSwitchRequest`
|
|
887
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeCcnVpcFwSwitchResponse`
|
|
888
|
+
|
|
889
|
+
"""
|
|
890
|
+
try:
|
|
891
|
+
params = request._serialize()
|
|
892
|
+
headers = request.headers
|
|
893
|
+
body = self.call("DescribeCcnVpcFwSwitch", params, headers=headers)
|
|
894
|
+
response = json.loads(body)
|
|
895
|
+
model = models.DescribeCcnVpcFwSwitchResponse()
|
|
896
|
+
model._deserialize(response["Response"])
|
|
897
|
+
return model
|
|
898
|
+
except Exception as e:
|
|
899
|
+
if isinstance(e, TencentCloudSDKException):
|
|
900
|
+
raise
|
|
901
|
+
else:
|
|
902
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
903
|
+
|
|
904
|
+
|
|
834
905
|
def DescribeCfwEips(self, request):
|
|
835
906
|
r"""查询防火墙弹性公网IP
|
|
836
907
|
|
|
@@ -877,6 +948,29 @@ class CfwClient(AbstractClient):
|
|
|
877
948
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
878
949
|
|
|
879
950
|
|
|
951
|
+
def DescribeClusterVpcFwSwitchs(self, request):
|
|
952
|
+
r"""查询集群模式Vpc间防火墙开关
|
|
953
|
+
|
|
954
|
+
:param request: Request instance for DescribeClusterVpcFwSwitchs.
|
|
955
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeClusterVpcFwSwitchsRequest`
|
|
956
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeClusterVpcFwSwitchsResponse`
|
|
957
|
+
|
|
958
|
+
"""
|
|
959
|
+
try:
|
|
960
|
+
params = request._serialize()
|
|
961
|
+
headers = request.headers
|
|
962
|
+
body = self.call("DescribeClusterVpcFwSwitchs", params, headers=headers)
|
|
963
|
+
response = json.loads(body)
|
|
964
|
+
model = models.DescribeClusterVpcFwSwitchsResponse()
|
|
965
|
+
model._deserialize(response["Response"])
|
|
966
|
+
return model
|
|
967
|
+
except Exception as e:
|
|
968
|
+
if isinstance(e, TencentCloudSDKException):
|
|
969
|
+
raise
|
|
970
|
+
else:
|
|
971
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
972
|
+
|
|
973
|
+
|
|
880
974
|
def DescribeDefenseSwitch(self, request):
|
|
881
975
|
r"""获取入侵防御按钮列表
|
|
882
976
|
|
|
@@ -1084,6 +1178,29 @@ class CfwClient(AbstractClient):
|
|
|
1084
1178
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1085
1179
|
|
|
1086
1180
|
|
|
1181
|
+
def DescribeIpsModeSwitch(self, request):
|
|
1182
|
+
r"""获取入侵防御防护模式
|
|
1183
|
+
|
|
1184
|
+
:param request: Request instance for DescribeIpsModeSwitch.
|
|
1185
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeIpsModeSwitchRequest`
|
|
1186
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeIpsModeSwitchResponse`
|
|
1187
|
+
|
|
1188
|
+
"""
|
|
1189
|
+
try:
|
|
1190
|
+
params = request._serialize()
|
|
1191
|
+
headers = request.headers
|
|
1192
|
+
body = self.call("DescribeIpsModeSwitch", params, headers=headers)
|
|
1193
|
+
response = json.loads(body)
|
|
1194
|
+
model = models.DescribeIpsModeSwitchResponse()
|
|
1195
|
+
model._deserialize(response["Response"])
|
|
1196
|
+
return model
|
|
1197
|
+
except Exception as e:
|
|
1198
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1199
|
+
raise
|
|
1200
|
+
else:
|
|
1201
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1202
|
+
|
|
1203
|
+
|
|
1087
1204
|
def DescribeLogStorageStatistic(self, request):
|
|
1088
1205
|
r"""租户日志存储统计
|
|
1089
1206
|
|
|
@@ -1429,6 +1546,29 @@ class CfwClient(AbstractClient):
|
|
|
1429
1546
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1430
1547
|
|
|
1431
1548
|
|
|
1549
|
+
def DescribeSwitchError(self, request):
|
|
1550
|
+
r"""互联网边界防火墙开关横幅错误信息
|
|
1551
|
+
|
|
1552
|
+
:param request: Request instance for DescribeSwitchError.
|
|
1553
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchErrorRequest`
|
|
1554
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchErrorResponse`
|
|
1555
|
+
|
|
1556
|
+
"""
|
|
1557
|
+
try:
|
|
1558
|
+
params = request._serialize()
|
|
1559
|
+
headers = request.headers
|
|
1560
|
+
body = self.call("DescribeSwitchError", params, headers=headers)
|
|
1561
|
+
response = json.loads(body)
|
|
1562
|
+
model = models.DescribeSwitchErrorResponse()
|
|
1563
|
+
model._deserialize(response["Response"])
|
|
1564
|
+
return model
|
|
1565
|
+
except Exception as e:
|
|
1566
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1567
|
+
raise
|
|
1568
|
+
else:
|
|
1569
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1570
|
+
|
|
1571
|
+
|
|
1432
1572
|
def DescribeSwitchLists(self, request):
|
|
1433
1573
|
r"""防火墙开关列表,请换用DescribeFwEdgeIps
|
|
1434
1574
|
|
|
@@ -1567,6 +1707,29 @@ class CfwClient(AbstractClient):
|
|
|
1567
1707
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1568
1708
|
|
|
1569
1709
|
|
|
1710
|
+
def DescribeVpcFwCcnPolicyWhiteList(self, request):
|
|
1711
|
+
r"""查询VPC防火墙策略路由功能开白的CCN列表
|
|
1712
|
+
|
|
1713
|
+
:param request: Request instance for DescribeVpcFwCcnPolicyWhiteList.
|
|
1714
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeVpcFwCcnPolicyWhiteListRequest`
|
|
1715
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeVpcFwCcnPolicyWhiteListResponse`
|
|
1716
|
+
|
|
1717
|
+
"""
|
|
1718
|
+
try:
|
|
1719
|
+
params = request._serialize()
|
|
1720
|
+
headers = request.headers
|
|
1721
|
+
body = self.call("DescribeVpcFwCcnPolicyWhiteList", params, headers=headers)
|
|
1722
|
+
response = json.loads(body)
|
|
1723
|
+
model = models.DescribeVpcFwCcnPolicyWhiteListResponse()
|
|
1724
|
+
model._deserialize(response["Response"])
|
|
1725
|
+
return model
|
|
1726
|
+
except Exception as e:
|
|
1727
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1728
|
+
raise
|
|
1729
|
+
else:
|
|
1730
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1731
|
+
|
|
1732
|
+
|
|
1570
1733
|
def DescribeVpcFwGroupSwitch(self, request):
|
|
1571
1734
|
r"""VPC防火墙(组)开关列表
|
|
1572
1735
|
|
|
@@ -1869,6 +2032,29 @@ class CfwClient(AbstractClient):
|
|
|
1869
2032
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1870
2033
|
|
|
1871
2034
|
|
|
2035
|
+
def ModifyClusterVpcFwSwitch(self, request):
|
|
2036
|
+
r"""修改集群模式VPC防火墙开关
|
|
2037
|
+
|
|
2038
|
+
:param request: Request instance for ModifyClusterVpcFwSwitch.
|
|
2039
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.ModifyClusterVpcFwSwitchRequest`
|
|
2040
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.ModifyClusterVpcFwSwitchResponse`
|
|
2041
|
+
|
|
2042
|
+
"""
|
|
2043
|
+
try:
|
|
2044
|
+
params = request._serialize()
|
|
2045
|
+
headers = request.headers
|
|
2046
|
+
body = self.call("ModifyClusterVpcFwSwitch", params, headers=headers)
|
|
2047
|
+
response = json.loads(body)
|
|
2048
|
+
model = models.ModifyClusterVpcFwSwitchResponse()
|
|
2049
|
+
model._deserialize(response["Response"])
|
|
2050
|
+
return model
|
|
2051
|
+
except Exception as e:
|
|
2052
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2053
|
+
raise
|
|
2054
|
+
else:
|
|
2055
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2056
|
+
|
|
2057
|
+
|
|
1872
2058
|
def ModifyEWRuleStatus(self, request):
|
|
1873
2059
|
r"""启用停用VPC间规则或Nat边界规则
|
|
1874
2060
|
VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction。
|
|
@@ -1985,6 +2171,29 @@ class CfwClient(AbstractClient):
|
|
|
1985
2171
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1986
2172
|
|
|
1987
2173
|
|
|
2174
|
+
def ModifyIpsModeSwitch(self, request):
|
|
2175
|
+
r"""修改入侵防御防护模式
|
|
2176
|
+
|
|
2177
|
+
:param request: Request instance for ModifyIpsModeSwitch.
|
|
2178
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.ModifyIpsModeSwitchRequest`
|
|
2179
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.ModifyIpsModeSwitchResponse`
|
|
2180
|
+
|
|
2181
|
+
"""
|
|
2182
|
+
try:
|
|
2183
|
+
params = request._serialize()
|
|
2184
|
+
headers = request.headers
|
|
2185
|
+
body = self.call("ModifyIpsModeSwitch", params, headers=headers)
|
|
2186
|
+
response = json.loads(body)
|
|
2187
|
+
model = models.ModifyIpsModeSwitchResponse()
|
|
2188
|
+
model._deserialize(response["Response"])
|
|
2189
|
+
return model
|
|
2190
|
+
except Exception as e:
|
|
2191
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2192
|
+
raise
|
|
2193
|
+
else:
|
|
2194
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2195
|
+
|
|
2196
|
+
|
|
1988
2197
|
def ModifyNatAcRule(self, request):
|
|
1989
2198
|
r"""修改NAT访问控制规则
|
|
1990
2199
|
|
|
@@ -2625,6 +2834,52 @@ class CfwClient(AbstractClient):
|
|
|
2625
2834
|
model = models.SyncFwOperateResponse()
|
|
2626
2835
|
model._deserialize(response["Response"])
|
|
2627
2836
|
return model
|
|
2837
|
+
except Exception as e:
|
|
2838
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2839
|
+
raise
|
|
2840
|
+
else:
|
|
2841
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
def UpdateCheckCcnNonDirectFlag(self, request):
|
|
2845
|
+
r"""重新检测CCN中接入VPC防火墙的VPC实例非同城直通标记
|
|
2846
|
+
|
|
2847
|
+
:param request: Request instance for UpdateCheckCcnNonDirectFlag.
|
|
2848
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.UpdateCheckCcnNonDirectFlagRequest`
|
|
2849
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.UpdateCheckCcnNonDirectFlagResponse`
|
|
2850
|
+
|
|
2851
|
+
"""
|
|
2852
|
+
try:
|
|
2853
|
+
params = request._serialize()
|
|
2854
|
+
headers = request.headers
|
|
2855
|
+
body = self.call("UpdateCheckCcnNonDirectFlag", params, headers=headers)
|
|
2856
|
+
response = json.loads(body)
|
|
2857
|
+
model = models.UpdateCheckCcnNonDirectFlagResponse()
|
|
2858
|
+
model._deserialize(response["Response"])
|
|
2859
|
+
return model
|
|
2860
|
+
except Exception as e:
|
|
2861
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2862
|
+
raise
|
|
2863
|
+
else:
|
|
2864
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2865
|
+
|
|
2866
|
+
|
|
2867
|
+
def UpdateClusterVpcFw(self, request):
|
|
2868
|
+
r"""修改更新CCN中VPC防火墙策略配置
|
|
2869
|
+
|
|
2870
|
+
:param request: Request instance for UpdateClusterVpcFw.
|
|
2871
|
+
:type request: :class:`tencentcloud.cfw.v20190904.models.UpdateClusterVpcFwRequest`
|
|
2872
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.UpdateClusterVpcFwResponse`
|
|
2873
|
+
|
|
2874
|
+
"""
|
|
2875
|
+
try:
|
|
2876
|
+
params = request._serialize()
|
|
2877
|
+
headers = request.headers
|
|
2878
|
+
body = self.call("UpdateClusterVpcFw", params, headers=headers)
|
|
2879
|
+
response = json.loads(body)
|
|
2880
|
+
model = models.UpdateClusterVpcFwResponse()
|
|
2881
|
+
model._deserialize(response["Response"])
|
|
2882
|
+
return model
|
|
2628
2883
|
except Exception as e:
|
|
2629
2884
|
if isinstance(e, TencentCloudSDKException):
|
|
2630
2885
|
raise
|
|
@@ -367,24 +367,6 @@ class CfwClient(AbstractClient):
|
|
|
367
367
|
|
|
368
368
|
return await self.call_and_deserialize(**kwargs)
|
|
369
369
|
|
|
370
|
-
async def DeleteAllAccessControlRule(
|
|
371
|
-
self,
|
|
372
|
-
request: models.DeleteAllAccessControlRuleRequest,
|
|
373
|
-
opts: Dict = None,
|
|
374
|
-
) -> models.DeleteAllAccessControlRuleResponse:
|
|
375
|
-
"""
|
|
376
|
-
全部删除规则
|
|
377
|
-
"""
|
|
378
|
-
|
|
379
|
-
kwargs = {}
|
|
380
|
-
kwargs["action"] = "DeleteAllAccessControlRule"
|
|
381
|
-
kwargs["params"] = request._serialize()
|
|
382
|
-
kwargs["resp_cls"] = models.DeleteAllAccessControlRuleResponse
|
|
383
|
-
kwargs["headers"] = request.headers
|
|
384
|
-
kwargs["opts"] = opts or {}
|
|
385
|
-
|
|
386
|
-
return await self.call_and_deserialize(**kwargs)
|
|
387
|
-
|
|
388
370
|
async def DeleteBlockIgnoreRuleList(
|
|
389
371
|
self,
|
|
390
372
|
request: models.DeleteBlockIgnoreRuleListRequest,
|
|
@@ -655,6 +637,80 @@ class CfwClient(AbstractClient):
|
|
|
655
637
|
|
|
656
638
|
return await self.call_and_deserialize(**kwargs)
|
|
657
639
|
|
|
640
|
+
async def DescribeCcnAssociatedInstances(
|
|
641
|
+
self,
|
|
642
|
+
request: models.DescribeCcnAssociatedInstancesRequest,
|
|
643
|
+
opts: Dict = None,
|
|
644
|
+
) -> models.DescribeCcnAssociatedInstancesResponse:
|
|
645
|
+
"""
|
|
646
|
+
查询云联网关联的实例信息
|
|
647
|
+
"""
|
|
648
|
+
|
|
649
|
+
kwargs = {}
|
|
650
|
+
kwargs["action"] = "DescribeCcnAssociatedInstances"
|
|
651
|
+
kwargs["params"] = request._serialize()
|
|
652
|
+
kwargs["resp_cls"] = models.DescribeCcnAssociatedInstancesResponse
|
|
653
|
+
kwargs["headers"] = request.headers
|
|
654
|
+
kwargs["opts"] = opts or {}
|
|
655
|
+
|
|
656
|
+
return await self.call_and_deserialize(**kwargs)
|
|
657
|
+
|
|
658
|
+
async def DescribeCcnInstanceRegionStatus(
|
|
659
|
+
self,
|
|
660
|
+
request: models.DescribeCcnInstanceRegionStatusRequest,
|
|
661
|
+
opts: Dict = None,
|
|
662
|
+
) -> models.DescribeCcnInstanceRegionStatusResponse:
|
|
663
|
+
"""
|
|
664
|
+
查询CCN关联实例的地域防火墙引流网络部署状态
|
|
665
|
+
1.根据CCN ID和实例ID列表,返回实例对应地域的防火墙引流网络部署状态
|
|
666
|
+
2.如果传入实例ID列表为空,则返回CCN关联的所有实例的地域防火墙引流网络部署状态
|
|
667
|
+
"""
|
|
668
|
+
|
|
669
|
+
kwargs = {}
|
|
670
|
+
kwargs["action"] = "DescribeCcnInstanceRegionStatus"
|
|
671
|
+
kwargs["params"] = request._serialize()
|
|
672
|
+
kwargs["resp_cls"] = models.DescribeCcnInstanceRegionStatusResponse
|
|
673
|
+
kwargs["headers"] = request.headers
|
|
674
|
+
kwargs["opts"] = opts or {}
|
|
675
|
+
|
|
676
|
+
return await self.call_and_deserialize(**kwargs)
|
|
677
|
+
|
|
678
|
+
async def DescribeCcnVpcFwPolicyLimit(
|
|
679
|
+
self,
|
|
680
|
+
request: models.DescribeCcnVpcFwPolicyLimitRequest,
|
|
681
|
+
opts: Dict = None,
|
|
682
|
+
) -> models.DescribeCcnVpcFwPolicyLimitResponse:
|
|
683
|
+
"""
|
|
684
|
+
查询CCN中VPC防火墙接入策略配置时的规则数量限制
|
|
685
|
+
"""
|
|
686
|
+
|
|
687
|
+
kwargs = {}
|
|
688
|
+
kwargs["action"] = "DescribeCcnVpcFwPolicyLimit"
|
|
689
|
+
kwargs["params"] = request._serialize()
|
|
690
|
+
kwargs["resp_cls"] = models.DescribeCcnVpcFwPolicyLimitResponse
|
|
691
|
+
kwargs["headers"] = request.headers
|
|
692
|
+
kwargs["opts"] = opts or {}
|
|
693
|
+
|
|
694
|
+
return await self.call_and_deserialize(**kwargs)
|
|
695
|
+
|
|
696
|
+
async def DescribeCcnVpcFwSwitch(
|
|
697
|
+
self,
|
|
698
|
+
request: models.DescribeCcnVpcFwSwitchRequest,
|
|
699
|
+
opts: Dict = None,
|
|
700
|
+
) -> models.DescribeCcnVpcFwSwitchResponse:
|
|
701
|
+
"""
|
|
702
|
+
查询CCN VPC防火墙开关配置
|
|
703
|
+
"""
|
|
704
|
+
|
|
705
|
+
kwargs = {}
|
|
706
|
+
kwargs["action"] = "DescribeCcnVpcFwSwitch"
|
|
707
|
+
kwargs["params"] = request._serialize()
|
|
708
|
+
kwargs["resp_cls"] = models.DescribeCcnVpcFwSwitchResponse
|
|
709
|
+
kwargs["headers"] = request.headers
|
|
710
|
+
kwargs["opts"] = opts or {}
|
|
711
|
+
|
|
712
|
+
return await self.call_and_deserialize(**kwargs)
|
|
713
|
+
|
|
658
714
|
async def DescribeCfwEips(
|
|
659
715
|
self,
|
|
660
716
|
request: models.DescribeCfwEipsRequest,
|
|
@@ -691,6 +747,24 @@ class CfwClient(AbstractClient):
|
|
|
691
747
|
|
|
692
748
|
return await self.call_and_deserialize(**kwargs)
|
|
693
749
|
|
|
750
|
+
async def DescribeClusterVpcFwSwitchs(
|
|
751
|
+
self,
|
|
752
|
+
request: models.DescribeClusterVpcFwSwitchsRequest,
|
|
753
|
+
opts: Dict = None,
|
|
754
|
+
) -> models.DescribeClusterVpcFwSwitchsResponse:
|
|
755
|
+
"""
|
|
756
|
+
查询集群模式Vpc间防火墙开关
|
|
757
|
+
"""
|
|
758
|
+
|
|
759
|
+
kwargs = {}
|
|
760
|
+
kwargs["action"] = "DescribeClusterVpcFwSwitchs"
|
|
761
|
+
kwargs["params"] = request._serialize()
|
|
762
|
+
kwargs["resp_cls"] = models.DescribeClusterVpcFwSwitchsResponse
|
|
763
|
+
kwargs["headers"] = request.headers
|
|
764
|
+
kwargs["opts"] = opts or {}
|
|
765
|
+
|
|
766
|
+
return await self.call_and_deserialize(**kwargs)
|
|
767
|
+
|
|
694
768
|
async def DescribeDefenseSwitch(
|
|
695
769
|
self,
|
|
696
770
|
request: models.DescribeDefenseSwitchRequest,
|
|
@@ -853,6 +927,24 @@ class CfwClient(AbstractClient):
|
|
|
853
927
|
|
|
854
928
|
return await self.call_and_deserialize(**kwargs)
|
|
855
929
|
|
|
930
|
+
async def DescribeIpsModeSwitch(
|
|
931
|
+
self,
|
|
932
|
+
request: models.DescribeIpsModeSwitchRequest,
|
|
933
|
+
opts: Dict = None,
|
|
934
|
+
) -> models.DescribeIpsModeSwitchResponse:
|
|
935
|
+
"""
|
|
936
|
+
获取入侵防御防护模式
|
|
937
|
+
"""
|
|
938
|
+
|
|
939
|
+
kwargs = {}
|
|
940
|
+
kwargs["action"] = "DescribeIpsModeSwitch"
|
|
941
|
+
kwargs["params"] = request._serialize()
|
|
942
|
+
kwargs["resp_cls"] = models.DescribeIpsModeSwitchResponse
|
|
943
|
+
kwargs["headers"] = request.headers
|
|
944
|
+
kwargs["opts"] = opts or {}
|
|
945
|
+
|
|
946
|
+
return await self.call_and_deserialize(**kwargs)
|
|
947
|
+
|
|
856
948
|
async def DescribeLogStorageStatistic(
|
|
857
949
|
self,
|
|
858
950
|
request: models.DescribeLogStorageStatisticRequest,
|
|
@@ -1123,6 +1215,24 @@ class CfwClient(AbstractClient):
|
|
|
1123
1215
|
|
|
1124
1216
|
return await self.call_and_deserialize(**kwargs)
|
|
1125
1217
|
|
|
1218
|
+
async def DescribeSwitchError(
|
|
1219
|
+
self,
|
|
1220
|
+
request: models.DescribeSwitchErrorRequest,
|
|
1221
|
+
opts: Dict = None,
|
|
1222
|
+
) -> models.DescribeSwitchErrorResponse:
|
|
1223
|
+
"""
|
|
1224
|
+
互联网边界防火墙开关横幅错误信息
|
|
1225
|
+
"""
|
|
1226
|
+
|
|
1227
|
+
kwargs = {}
|
|
1228
|
+
kwargs["action"] = "DescribeSwitchError"
|
|
1229
|
+
kwargs["params"] = request._serialize()
|
|
1230
|
+
kwargs["resp_cls"] = models.DescribeSwitchErrorResponse
|
|
1231
|
+
kwargs["headers"] = request.headers
|
|
1232
|
+
kwargs["opts"] = opts or {}
|
|
1233
|
+
|
|
1234
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1235
|
+
|
|
1126
1236
|
async def DescribeSwitchLists(
|
|
1127
1237
|
self,
|
|
1128
1238
|
request: models.DescribeSwitchListsRequest,
|
|
@@ -1231,6 +1341,24 @@ class CfwClient(AbstractClient):
|
|
|
1231
1341
|
|
|
1232
1342
|
return await self.call_and_deserialize(**kwargs)
|
|
1233
1343
|
|
|
1344
|
+
async def DescribeVpcFwCcnPolicyWhiteList(
|
|
1345
|
+
self,
|
|
1346
|
+
request: models.DescribeVpcFwCcnPolicyWhiteListRequest,
|
|
1347
|
+
opts: Dict = None,
|
|
1348
|
+
) -> models.DescribeVpcFwCcnPolicyWhiteListResponse:
|
|
1349
|
+
"""
|
|
1350
|
+
查询VPC防火墙策略路由功能开白的CCN列表
|
|
1351
|
+
"""
|
|
1352
|
+
|
|
1353
|
+
kwargs = {}
|
|
1354
|
+
kwargs["action"] = "DescribeVpcFwCcnPolicyWhiteList"
|
|
1355
|
+
kwargs["params"] = request._serialize()
|
|
1356
|
+
kwargs["resp_cls"] = models.DescribeVpcFwCcnPolicyWhiteListResponse
|
|
1357
|
+
kwargs["headers"] = request.headers
|
|
1358
|
+
kwargs["opts"] = opts or {}
|
|
1359
|
+
|
|
1360
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1361
|
+
|
|
1234
1362
|
async def DescribeVpcFwGroupSwitch(
|
|
1235
1363
|
self,
|
|
1236
1364
|
request: models.DescribeVpcFwGroupSwitchRequest,
|
|
@@ -1468,6 +1596,24 @@ class CfwClient(AbstractClient):
|
|
|
1468
1596
|
|
|
1469
1597
|
return await self.call_and_deserialize(**kwargs)
|
|
1470
1598
|
|
|
1599
|
+
async def ModifyClusterVpcFwSwitch(
|
|
1600
|
+
self,
|
|
1601
|
+
request: models.ModifyClusterVpcFwSwitchRequest,
|
|
1602
|
+
opts: Dict = None,
|
|
1603
|
+
) -> models.ModifyClusterVpcFwSwitchResponse:
|
|
1604
|
+
"""
|
|
1605
|
+
修改集群模式VPC防火墙开关
|
|
1606
|
+
"""
|
|
1607
|
+
|
|
1608
|
+
kwargs = {}
|
|
1609
|
+
kwargs["action"] = "ModifyClusterVpcFwSwitch"
|
|
1610
|
+
kwargs["params"] = request._serialize()
|
|
1611
|
+
kwargs["resp_cls"] = models.ModifyClusterVpcFwSwitchResponse
|
|
1612
|
+
kwargs["headers"] = request.headers
|
|
1613
|
+
kwargs["opts"] = opts or {}
|
|
1614
|
+
|
|
1615
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1616
|
+
|
|
1471
1617
|
async def ModifyEWRuleStatus(
|
|
1472
1618
|
self,
|
|
1473
1619
|
request: models.ModifyEWRuleStatusRequest,
|
|
@@ -1559,6 +1705,24 @@ class CfwClient(AbstractClient):
|
|
|
1559
1705
|
|
|
1560
1706
|
return await self.call_and_deserialize(**kwargs)
|
|
1561
1707
|
|
|
1708
|
+
async def ModifyIpsModeSwitch(
|
|
1709
|
+
self,
|
|
1710
|
+
request: models.ModifyIpsModeSwitchRequest,
|
|
1711
|
+
opts: Dict = None,
|
|
1712
|
+
) -> models.ModifyIpsModeSwitchResponse:
|
|
1713
|
+
"""
|
|
1714
|
+
修改入侵防御防护模式
|
|
1715
|
+
"""
|
|
1716
|
+
|
|
1717
|
+
kwargs = {}
|
|
1718
|
+
kwargs["action"] = "ModifyIpsModeSwitch"
|
|
1719
|
+
kwargs["params"] = request._serialize()
|
|
1720
|
+
kwargs["resp_cls"] = models.ModifyIpsModeSwitchResponse
|
|
1721
|
+
kwargs["headers"] = request.headers
|
|
1722
|
+
kwargs["opts"] = opts or {}
|
|
1723
|
+
|
|
1724
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1725
|
+
|
|
1562
1726
|
async def ModifyNatAcRule(
|
|
1563
1727
|
self,
|
|
1564
1728
|
request: models.ModifyNatAcRuleRequest,
|
|
@@ -2064,4 +2228,40 @@ class CfwClient(AbstractClient):
|
|
|
2064
2228
|
kwargs["headers"] = request.headers
|
|
2065
2229
|
kwargs["opts"] = opts or {}
|
|
2066
2230
|
|
|
2231
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2232
|
+
|
|
2233
|
+
async def UpdateCheckCcnNonDirectFlag(
|
|
2234
|
+
self,
|
|
2235
|
+
request: models.UpdateCheckCcnNonDirectFlagRequest,
|
|
2236
|
+
opts: Dict = None,
|
|
2237
|
+
) -> models.UpdateCheckCcnNonDirectFlagResponse:
|
|
2238
|
+
"""
|
|
2239
|
+
重新检测CCN中接入VPC防火墙的VPC实例非同城直通标记
|
|
2240
|
+
"""
|
|
2241
|
+
|
|
2242
|
+
kwargs = {}
|
|
2243
|
+
kwargs["action"] = "UpdateCheckCcnNonDirectFlag"
|
|
2244
|
+
kwargs["params"] = request._serialize()
|
|
2245
|
+
kwargs["resp_cls"] = models.UpdateCheckCcnNonDirectFlagResponse
|
|
2246
|
+
kwargs["headers"] = request.headers
|
|
2247
|
+
kwargs["opts"] = opts or {}
|
|
2248
|
+
|
|
2249
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2250
|
+
|
|
2251
|
+
async def UpdateClusterVpcFw(
|
|
2252
|
+
self,
|
|
2253
|
+
request: models.UpdateClusterVpcFwRequest,
|
|
2254
|
+
opts: Dict = None,
|
|
2255
|
+
) -> models.UpdateClusterVpcFwResponse:
|
|
2256
|
+
"""
|
|
2257
|
+
修改更新CCN中VPC防火墙策略配置
|
|
2258
|
+
"""
|
|
2259
|
+
|
|
2260
|
+
kwargs = {}
|
|
2261
|
+
kwargs["action"] = "UpdateClusterVpcFw"
|
|
2262
|
+
kwargs["params"] = request._serialize()
|
|
2263
|
+
kwargs["resp_cls"] = models.UpdateClusterVpcFwResponse
|
|
2264
|
+
kwargs["headers"] = request.headers
|
|
2265
|
+
kwargs["opts"] = opts or {}
|
|
2266
|
+
|
|
2067
2267
|
return await self.call_and_deserialize(**kwargs)
|