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
|
@@ -7043,7 +7043,7 @@ class DescribeInstancesStatusRequest(AbstractModel):
|
|
|
7043
7043
|
|
|
7044
7044
|
def __init__(self):
|
|
7045
7045
|
r"""
|
|
7046
|
-
:param _InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:`ins-
|
|
7046
|
+
:param _InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:`ins-dyzp06q6`。此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。
|
|
7047
7047
|
:type InstanceIds: list of str
|
|
7048
7048
|
:param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
7049
7049
|
:type Offset: int
|
|
@@ -7056,7 +7056,7 @@ class DescribeInstancesStatusRequest(AbstractModel):
|
|
|
7056
7056
|
|
|
7057
7057
|
@property
|
|
7058
7058
|
def InstanceIds(self):
|
|
7059
|
-
r"""按照一个或者多个实例ID查询。实例ID形如:`ins-
|
|
7059
|
+
r"""按照一个或者多个实例ID查询。实例ID形如:`ins-dyzp06q6`。此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。
|
|
7060
7060
|
:rtype: list of str
|
|
7061
7061
|
"""
|
|
7062
7062
|
return self._InstanceIds
|
|
@@ -16880,7 +16880,7 @@ class ModifyInstancesChargeTypeRequest(AbstractModel):
|
|
|
16880
16880
|
|
|
16881
16881
|
def __init__(self):
|
|
16882
16882
|
r"""
|
|
16883
|
-
:param _InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为
|
|
16883
|
+
:param _InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
|
|
16884
16884
|
:type InstanceIds: list of str
|
|
16885
16885
|
:param _InstanceChargeType: 修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<li> PREPAID:预付费,即包年包月。</li><li> POSTPAID_BY_HOUR:后付费,即按量付费。</li>
|
|
16886
16886
|
:type InstanceChargeType: str
|
|
@@ -16896,7 +16896,7 @@ class ModifyInstancesChargeTypeRequest(AbstractModel):
|
|
|
16896
16896
|
|
|
16897
16897
|
@property
|
|
16898
16898
|
def InstanceIds(self):
|
|
16899
|
-
r"""一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为
|
|
16899
|
+
r"""一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
|
|
16900
16900
|
:rtype: list of str
|
|
16901
16901
|
"""
|
|
16902
16902
|
return self._InstanceIds
|
|
@@ -19929,7 +19929,11 @@ class RunInstancesRequest(AbstractModel):
|
|
|
19929
19929
|
库存不足以满足最小数量时,API 会返回库存不足最小数量的错误信息。
|
|
19930
19930
|
仅对支持部分发货的账号、区域和计费模式(包年包月、按量计费、竞价实例、按量包销)生效。
|
|
19931
19931
|
:type MinCount: int
|
|
19932
|
-
:param _InstanceName: 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li
|
|
19932
|
+
:param _InstanceName: 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持128个字符(含模式串)。</li><li>购买多台实例时:
|
|
19933
|
+
- 指定模式串 {R:x}:表示生成数字序列 [x, x+n-1],其中 n为购买实例的数量。例如:输入 server_{R:3},购买1台时,实例显示名称为 server_3;购买2台时,实例显示名称分别为 server_3、server_4。
|
|
19934
|
+
- 指定模式串 {R:x,F:y}:y表示固定位数(可选),取值范围为 [0,8],默认值 0表示不固定位数(等效于 {R:x})。不足位时自动补零,例如:输入server_{R:3,F:3},购买2台时,实例显示名称为 server_003、server_004。;若数字位数超过 y(如 {R:99,F:2}),以实际位数为准,例如:app_{R:99,F:2},购买2台时,实例显示名称为 app_99、app_100。
|
|
19935
|
+
- 模式串需严格遵循 {R:x,F:y}或 {R:x}格式,无效格式(如 {})视为普通文本。支持多个模式串。
|
|
19936
|
+
- 未指定模式串:实例显示名称添加后缀 1、2...n,其中n表示购买实例的数量,例如 server_购买2台时生成 server_1、server_2。</li>
|
|
19933
19937
|
:type InstanceName: str
|
|
19934
19938
|
:param _LoginSettings: 实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。
|
|
19935
19939
|
:type LoginSettings: :class:`tencentcloud.cvm.v20170312.models.LoginSettings`
|
|
@@ -19940,7 +19944,13 @@ class RunInstancesRequest(AbstractModel):
|
|
|
19940
19944
|
:type EnhancedService: :class:`tencentcloud.cvm.v20170312.models.EnhancedService`
|
|
19941
19945
|
:param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
19942
19946
|
:type ClientToken: str
|
|
19943
|
-
:param _HostName: 实例主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li><br><li
|
|
19947
|
+
:param _HostName: 实例主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li><br><li>购买多台实例时:
|
|
19948
|
+
- 指定模式串 {R:x}:表示生成数字序列 [x, x+n-1],其中 n为购买实例的数量。例如:输入 server_{R:3},购买1台时,实例主机名为 server_3;购买2台时,实例主机名分别为 server_3、server_4。
|
|
19949
|
+
- 指定模式串 {R:x,F:y}:y表示固定位数(可选),取值范围为 [0,8],默认值 0表示不固定位数(等效于 {R:x})。不足位时自动补零,例如:输入server_{R:3,F:3},购买2台时,实例主机名为 server_003、server_004。若数字位数超过 y(如 {R:99,F:2}),以实际位数为准,例如:app_{R:99,F:2},购买2台时,实例主机名为 app_99、app_100。
|
|
19950
|
+
- 指定模式串 {IP}:自动替换为实例的内网IP地址。例如:输入 node-{IP},实例主机名为 node-10.0.12.8;支持与序号模式串混合使用,例如:输入 web-{IP}-{R:1},购买2台时,实例主机名分别为 web-10.0.12.8-1、web-10.0.12.9-2。
|
|
19951
|
+
- 模式串需严格遵循 {R:x,F:y}、{R:x} 或 {IP} 格式,无效格式(如 {})视为普通文本。支持多个模式串。
|
|
19952
|
+
- 未指定模式串:实例主机名添加后缀 1、2...n,其中n表示购买实例的数量,例如 server_购买2台时生成 server_1、server_2。
|
|
19953
|
+
</li>
|
|
19944
19954
|
:type HostName: str
|
|
19945
19955
|
:param _ActionTimer: 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。
|
|
19946
19956
|
:type ActionTimer: :class:`tencentcloud.cvm.v20170312.models.ActionTimer`
|
|
@@ -20140,7 +20150,11 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
|
20140
20150
|
|
|
20141
20151
|
@property
|
|
20142
20152
|
def InstanceName(self):
|
|
20143
|
-
r"""实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li
|
|
20153
|
+
r"""实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持128个字符(含模式串)。</li><li>购买多台实例时:
|
|
20154
|
+
- 指定模式串 {R:x}:表示生成数字序列 [x, x+n-1],其中 n为购买实例的数量。例如:输入 server_{R:3},购买1台时,实例显示名称为 server_3;购买2台时,实例显示名称分别为 server_3、server_4。
|
|
20155
|
+
- 指定模式串 {R:x,F:y}:y表示固定位数(可选),取值范围为 [0,8],默认值 0表示不固定位数(等效于 {R:x})。不足位时自动补零,例如:输入server_{R:3,F:3},购买2台时,实例显示名称为 server_003、server_004。;若数字位数超过 y(如 {R:99,F:2}),以实际位数为准,例如:app_{R:99,F:2},购买2台时,实例显示名称为 app_99、app_100。
|
|
20156
|
+
- 模式串需严格遵循 {R:x,F:y}或 {R:x}格式,无效格式(如 {})视为普通文本。支持多个模式串。
|
|
20157
|
+
- 未指定模式串:实例显示名称添加后缀 1、2...n,其中n表示购买实例的数量,例如 server_购买2台时生成 server_1、server_2。</li>
|
|
20144
20158
|
:rtype: str
|
|
20145
20159
|
"""
|
|
20146
20160
|
return self._InstanceName
|
|
@@ -20196,7 +20210,13 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
|
20196
20210
|
|
|
20197
20211
|
@property
|
|
20198
20212
|
def HostName(self):
|
|
20199
|
-
r"""实例主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li><br><li
|
|
20213
|
+
r"""实例主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li><br><li>购买多台实例时:
|
|
20214
|
+
- 指定模式串 {R:x}:表示生成数字序列 [x, x+n-1],其中 n为购买实例的数量。例如:输入 server_{R:3},购买1台时,实例主机名为 server_3;购买2台时,实例主机名分别为 server_3、server_4。
|
|
20215
|
+
- 指定模式串 {R:x,F:y}:y表示固定位数(可选),取值范围为 [0,8],默认值 0表示不固定位数(等效于 {R:x})。不足位时自动补零,例如:输入server_{R:3,F:3},购买2台时,实例主机名为 server_003、server_004。若数字位数超过 y(如 {R:99,F:2}),以实际位数为准,例如:app_{R:99,F:2},购买2台时,实例主机名为 app_99、app_100。
|
|
20216
|
+
- 指定模式串 {IP}:自动替换为实例的内网IP地址。例如:输入 node-{IP},实例主机名为 node-10.0.12.8;支持与序号模式串混合使用,例如:输入 web-{IP}-{R:1},购买2台时,实例主机名分别为 web-10.0.12.8-1、web-10.0.12.9-2。
|
|
20217
|
+
- 模式串需严格遵循 {R:x,F:y}、{R:x} 或 {IP} 格式,无效格式(如 {})视为普通文本。支持多个模式串。
|
|
20218
|
+
- 未指定模式串:实例主机名添加后缀 1、2...n,其中n表示购买实例的数量,例如 server_购买2台时生成 server_1、server_2。
|
|
20219
|
+
</li>
|
|
20200
20220
|
:rtype: str
|
|
20201
20221
|
"""
|
|
20202
20222
|
return self._HostName
|
|
@@ -49,31 +49,6 @@ class CwpClient(AbstractClient):
|
|
|
49
49
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
def CancelIgnoreVul(self, request):
|
|
53
|
-
r"""产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
|
|
54
|
-
|
|
55
|
-
取消漏洞忽略
|
|
56
|
-
|
|
57
|
-
:param request: Request instance for CancelIgnoreVul.
|
|
58
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.CancelIgnoreVulRequest`
|
|
59
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.CancelIgnoreVulResponse`
|
|
60
|
-
|
|
61
|
-
"""
|
|
62
|
-
try:
|
|
63
|
-
params = request._serialize()
|
|
64
|
-
headers = request.headers
|
|
65
|
-
body = self.call("CancelIgnoreVul", params, headers=headers)
|
|
66
|
-
response = json.loads(body)
|
|
67
|
-
model = models.CancelIgnoreVulResponse()
|
|
68
|
-
model._deserialize(response["Response"])
|
|
69
|
-
return model
|
|
70
|
-
except Exception as e:
|
|
71
|
-
if isinstance(e, TencentCloudSDKException):
|
|
72
|
-
raise
|
|
73
|
-
else:
|
|
74
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
75
|
-
|
|
76
|
-
|
|
77
52
|
def ChangeRuleEventsIgnoreStatus(self, request):
|
|
78
53
|
r"""根据检测项id或事件id批量忽略事件或取消忽略
|
|
79
54
|
|
|
@@ -2906,29 +2881,6 @@ class CwpClient(AbstractClient):
|
|
|
2906
2881
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2907
2882
|
|
|
2908
2883
|
|
|
2909
|
-
def DescribeAvailableExpertServiceDetail(self, request):
|
|
2910
|
-
r"""专家服务-可用订单详情
|
|
2911
|
-
|
|
2912
|
-
:param request: Request instance for DescribeAvailableExpertServiceDetail.
|
|
2913
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAvailableExpertServiceDetailRequest`
|
|
2914
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeAvailableExpertServiceDetailResponse`
|
|
2915
|
-
|
|
2916
|
-
"""
|
|
2917
|
-
try:
|
|
2918
|
-
params = request._serialize()
|
|
2919
|
-
headers = request.headers
|
|
2920
|
-
body = self.call("DescribeAvailableExpertServiceDetail", params, headers=headers)
|
|
2921
|
-
response = json.loads(body)
|
|
2922
|
-
model = models.DescribeAvailableExpertServiceDetailResponse()
|
|
2923
|
-
model._deserialize(response["Response"])
|
|
2924
|
-
return model
|
|
2925
|
-
except Exception as e:
|
|
2926
|
-
if isinstance(e, TencentCloudSDKException):
|
|
2927
|
-
raise
|
|
2928
|
-
else:
|
|
2929
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
2884
|
def DescribeBanMode(self, request):
|
|
2933
2885
|
r"""获取爆破阻断模式
|
|
2934
2886
|
|
|
@@ -4033,29 +3985,6 @@ class CwpClient(AbstractClient):
|
|
|
4033
3985
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4034
3986
|
|
|
4035
3987
|
|
|
4036
|
-
def DescribeEmergencyResponseList(self, request):
|
|
4037
|
-
r"""专家服务-应急响应列表
|
|
4038
|
-
|
|
4039
|
-
:param request: Request instance for DescribeEmergencyResponseList.
|
|
4040
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeEmergencyResponseListRequest`
|
|
4041
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeEmergencyResponseListResponse`
|
|
4042
|
-
|
|
4043
|
-
"""
|
|
4044
|
-
try:
|
|
4045
|
-
params = request._serialize()
|
|
4046
|
-
headers = request.headers
|
|
4047
|
-
body = self.call("DescribeEmergencyResponseList", params, headers=headers)
|
|
4048
|
-
response = json.loads(body)
|
|
4049
|
-
model = models.DescribeEmergencyResponseListResponse()
|
|
4050
|
-
model._deserialize(response["Response"])
|
|
4051
|
-
return model
|
|
4052
|
-
except Exception as e:
|
|
4053
|
-
if isinstance(e, TencentCloudSDKException):
|
|
4054
|
-
raise
|
|
4055
|
-
else:
|
|
4056
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
3988
|
def DescribeEmergencyVulList(self, request):
|
|
4060
3989
|
r"""获取应急漏洞列表
|
|
4061
3990
|
|
|
@@ -4102,52 +4031,6 @@ class CwpClient(AbstractClient):
|
|
|
4102
4031
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4103
4032
|
|
|
4104
4033
|
|
|
4105
|
-
def DescribeExpertServiceList(self, request):
|
|
4106
|
-
r"""专家服务-安全管家列表
|
|
4107
|
-
|
|
4108
|
-
:param request: Request instance for DescribeExpertServiceList.
|
|
4109
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeExpertServiceListRequest`
|
|
4110
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeExpertServiceListResponse`
|
|
4111
|
-
|
|
4112
|
-
"""
|
|
4113
|
-
try:
|
|
4114
|
-
params = request._serialize()
|
|
4115
|
-
headers = request.headers
|
|
4116
|
-
body = self.call("DescribeExpertServiceList", params, headers=headers)
|
|
4117
|
-
response = json.loads(body)
|
|
4118
|
-
model = models.DescribeExpertServiceListResponse()
|
|
4119
|
-
model._deserialize(response["Response"])
|
|
4120
|
-
return model
|
|
4121
|
-
except Exception as e:
|
|
4122
|
-
if isinstance(e, TencentCloudSDKException):
|
|
4123
|
-
raise
|
|
4124
|
-
else:
|
|
4125
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
def DescribeExpertServiceOrderList(self, request):
|
|
4129
|
-
r"""专家服务-专家服务订单列表
|
|
4130
|
-
|
|
4131
|
-
:param request: Request instance for DescribeExpertServiceOrderList.
|
|
4132
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeExpertServiceOrderListRequest`
|
|
4133
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeExpertServiceOrderListResponse`
|
|
4134
|
-
|
|
4135
|
-
"""
|
|
4136
|
-
try:
|
|
4137
|
-
params = request._serialize()
|
|
4138
|
-
headers = request.headers
|
|
4139
|
-
body = self.call("DescribeExpertServiceOrderList", params, headers=headers)
|
|
4140
|
-
response = json.loads(body)
|
|
4141
|
-
model = models.DescribeExpertServiceOrderListResponse()
|
|
4142
|
-
model._deserialize(response["Response"])
|
|
4143
|
-
return model
|
|
4144
|
-
except Exception as e:
|
|
4145
|
-
if isinstance(e, TencentCloudSDKException):
|
|
4146
|
-
raise
|
|
4147
|
-
else:
|
|
4148
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
4034
|
def DescribeExportMachines(self, request):
|
|
4152
4035
|
r"""本接口 (DescribeExportMachines) 用于导出区域主机列表。
|
|
4153
4036
|
|
|
@@ -5574,29 +5457,6 @@ class CwpClient(AbstractClient):
|
|
|
5574
5457
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
5575
5458
|
|
|
5576
5459
|
|
|
5577
|
-
def DescribeMonthInspectionReport(self, request):
|
|
5578
|
-
r"""专家服务-安全管家月巡检报告下载
|
|
5579
|
-
|
|
5580
|
-
:param request: Request instance for DescribeMonthInspectionReport.
|
|
5581
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeMonthInspectionReportRequest`
|
|
5582
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeMonthInspectionReportResponse`
|
|
5583
|
-
|
|
5584
|
-
"""
|
|
5585
|
-
try:
|
|
5586
|
-
params = request._serialize()
|
|
5587
|
-
headers = request.headers
|
|
5588
|
-
body = self.call("DescribeMonthInspectionReport", params, headers=headers)
|
|
5589
|
-
response = json.loads(body)
|
|
5590
|
-
model = models.DescribeMonthInspectionReportResponse()
|
|
5591
|
-
model._deserialize(response["Response"])
|
|
5592
|
-
return model
|
|
5593
|
-
except Exception as e:
|
|
5594
|
-
if isinstance(e, TencentCloudSDKException):
|
|
5595
|
-
raise
|
|
5596
|
-
else:
|
|
5597
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
5460
|
def DescribeNetAttackSetting(self, request):
|
|
5601
5461
|
r"""查询网络攻击设置
|
|
5602
5462
|
|
|
@@ -5896,29 +5756,6 @@ class CwpClient(AbstractClient):
|
|
|
5896
5756
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
5897
5757
|
|
|
5898
5758
|
|
|
5899
|
-
def DescribeProtectNetList(self, request):
|
|
5900
|
-
r"""专家服务-旗舰重保列表
|
|
5901
|
-
|
|
5902
|
-
:param request: Request instance for DescribeProtectNetList.
|
|
5903
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeProtectNetListRequest`
|
|
5904
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeProtectNetListResponse`
|
|
5905
|
-
|
|
5906
|
-
"""
|
|
5907
|
-
try:
|
|
5908
|
-
params = request._serialize()
|
|
5909
|
-
headers = request.headers
|
|
5910
|
-
body = self.call("DescribeProtectNetList", params, headers=headers)
|
|
5911
|
-
response = json.loads(body)
|
|
5912
|
-
model = models.DescribeProtectNetListResponse()
|
|
5913
|
-
model._deserialize(response["Response"])
|
|
5914
|
-
return model
|
|
5915
|
-
except Exception as e:
|
|
5916
|
-
if isinstance(e, TencentCloudSDKException):
|
|
5917
|
-
raise
|
|
5918
|
-
else:
|
|
5919
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
5759
|
def DescribePublicProxyInstallCommand(self, request):
|
|
5923
5760
|
r"""获取公网接入代理安装命令
|
|
5924
5761
|
|
|
@@ -9829,31 +9666,6 @@ class CwpClient(AbstractClient):
|
|
|
9829
9666
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
9830
9667
|
|
|
9831
9668
|
|
|
9832
|
-
def IgnoreImpactedHosts(self, request):
|
|
9833
|
-
r"""产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
|
|
9834
|
-
|
|
9835
|
-
本接口 (IgnoreImpactedHosts) 用于忽略漏洞。
|
|
9836
|
-
|
|
9837
|
-
:param request: Request instance for IgnoreImpactedHosts.
|
|
9838
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.IgnoreImpactedHostsRequest`
|
|
9839
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.IgnoreImpactedHostsResponse`
|
|
9840
|
-
|
|
9841
|
-
"""
|
|
9842
|
-
try:
|
|
9843
|
-
params = request._serialize()
|
|
9844
|
-
headers = request.headers
|
|
9845
|
-
body = self.call("IgnoreImpactedHosts", params, headers=headers)
|
|
9846
|
-
response = json.loads(body)
|
|
9847
|
-
model = models.IgnoreImpactedHostsResponse()
|
|
9848
|
-
model._deserialize(response["Response"])
|
|
9849
|
-
return model
|
|
9850
|
-
except Exception as e:
|
|
9851
|
-
if isinstance(e, TencentCloudSDKException):
|
|
9852
|
-
raise
|
|
9853
|
-
else:
|
|
9854
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
9855
|
-
|
|
9856
|
-
|
|
9857
9669
|
def KeysLocalStorage(self, request):
|
|
9858
9670
|
r"""获取本地存储键值列表
|
|
9859
9671
|
|
|
@@ -43,26 +43,6 @@ class CwpClient(AbstractClient):
|
|
|
43
43
|
|
|
44
44
|
return await self.call_and_deserialize(**kwargs)
|
|
45
45
|
|
|
46
|
-
async def CancelIgnoreVul(
|
|
47
|
-
self,
|
|
48
|
-
request: models.CancelIgnoreVulRequest,
|
|
49
|
-
opts: Dict = None,
|
|
50
|
-
) -> models.CancelIgnoreVulResponse:
|
|
51
|
-
"""
|
|
52
|
-
产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
|
|
53
|
-
|
|
54
|
-
取消漏洞忽略
|
|
55
|
-
"""
|
|
56
|
-
|
|
57
|
-
kwargs = {}
|
|
58
|
-
kwargs["action"] = "CancelIgnoreVul"
|
|
59
|
-
kwargs["params"] = request._serialize()
|
|
60
|
-
kwargs["resp_cls"] = models.CancelIgnoreVulResponse
|
|
61
|
-
kwargs["headers"] = request.headers
|
|
62
|
-
kwargs["opts"] = opts or {}
|
|
63
|
-
|
|
64
|
-
return await self.call_and_deserialize(**kwargs)
|
|
65
|
-
|
|
66
46
|
async def ChangeRuleEventsIgnoreStatus(
|
|
67
47
|
self,
|
|
68
48
|
request: models.ChangeRuleEventsIgnoreStatusRequest,
|
|
@@ -2280,24 +2260,6 @@ class CwpClient(AbstractClient):
|
|
|
2280
2260
|
|
|
2281
2261
|
return await self.call_and_deserialize(**kwargs)
|
|
2282
2262
|
|
|
2283
|
-
async def DescribeAvailableExpertServiceDetail(
|
|
2284
|
-
self,
|
|
2285
|
-
request: models.DescribeAvailableExpertServiceDetailRequest,
|
|
2286
|
-
opts: Dict = None,
|
|
2287
|
-
) -> models.DescribeAvailableExpertServiceDetailResponse:
|
|
2288
|
-
"""
|
|
2289
|
-
专家服务-可用订单详情
|
|
2290
|
-
"""
|
|
2291
|
-
|
|
2292
|
-
kwargs = {}
|
|
2293
|
-
kwargs["action"] = "DescribeAvailableExpertServiceDetail"
|
|
2294
|
-
kwargs["params"] = request._serialize()
|
|
2295
|
-
kwargs["resp_cls"] = models.DescribeAvailableExpertServiceDetailResponse
|
|
2296
|
-
kwargs["headers"] = request.headers
|
|
2297
|
-
kwargs["opts"] = opts or {}
|
|
2298
|
-
|
|
2299
|
-
return await self.call_and_deserialize(**kwargs)
|
|
2300
|
-
|
|
2301
2263
|
async def DescribeBanMode(
|
|
2302
2264
|
self,
|
|
2303
2265
|
request: models.DescribeBanModeRequest,
|
|
@@ -3162,24 +3124,6 @@ class CwpClient(AbstractClient):
|
|
|
3162
3124
|
|
|
3163
3125
|
return await self.call_and_deserialize(**kwargs)
|
|
3164
3126
|
|
|
3165
|
-
async def DescribeEmergencyResponseList(
|
|
3166
|
-
self,
|
|
3167
|
-
request: models.DescribeEmergencyResponseListRequest,
|
|
3168
|
-
opts: Dict = None,
|
|
3169
|
-
) -> models.DescribeEmergencyResponseListResponse:
|
|
3170
|
-
"""
|
|
3171
|
-
专家服务-应急响应列表
|
|
3172
|
-
"""
|
|
3173
|
-
|
|
3174
|
-
kwargs = {}
|
|
3175
|
-
kwargs["action"] = "DescribeEmergencyResponseList"
|
|
3176
|
-
kwargs["params"] = request._serialize()
|
|
3177
|
-
kwargs["resp_cls"] = models.DescribeEmergencyResponseListResponse
|
|
3178
|
-
kwargs["headers"] = request.headers
|
|
3179
|
-
kwargs["opts"] = opts or {}
|
|
3180
|
-
|
|
3181
|
-
return await self.call_and_deserialize(**kwargs)
|
|
3182
|
-
|
|
3183
3127
|
async def DescribeEmergencyVulList(
|
|
3184
3128
|
self,
|
|
3185
3129
|
request: models.DescribeEmergencyVulListRequest,
|
|
@@ -3216,42 +3160,6 @@ class CwpClient(AbstractClient):
|
|
|
3216
3160
|
|
|
3217
3161
|
return await self.call_and_deserialize(**kwargs)
|
|
3218
3162
|
|
|
3219
|
-
async def DescribeExpertServiceList(
|
|
3220
|
-
self,
|
|
3221
|
-
request: models.DescribeExpertServiceListRequest,
|
|
3222
|
-
opts: Dict = None,
|
|
3223
|
-
) -> models.DescribeExpertServiceListResponse:
|
|
3224
|
-
"""
|
|
3225
|
-
专家服务-安全管家列表
|
|
3226
|
-
"""
|
|
3227
|
-
|
|
3228
|
-
kwargs = {}
|
|
3229
|
-
kwargs["action"] = "DescribeExpertServiceList"
|
|
3230
|
-
kwargs["params"] = request._serialize()
|
|
3231
|
-
kwargs["resp_cls"] = models.DescribeExpertServiceListResponse
|
|
3232
|
-
kwargs["headers"] = request.headers
|
|
3233
|
-
kwargs["opts"] = opts or {}
|
|
3234
|
-
|
|
3235
|
-
return await self.call_and_deserialize(**kwargs)
|
|
3236
|
-
|
|
3237
|
-
async def DescribeExpertServiceOrderList(
|
|
3238
|
-
self,
|
|
3239
|
-
request: models.DescribeExpertServiceOrderListRequest,
|
|
3240
|
-
opts: Dict = None,
|
|
3241
|
-
) -> models.DescribeExpertServiceOrderListResponse:
|
|
3242
|
-
"""
|
|
3243
|
-
专家服务-专家服务订单列表
|
|
3244
|
-
"""
|
|
3245
|
-
|
|
3246
|
-
kwargs = {}
|
|
3247
|
-
kwargs["action"] = "DescribeExpertServiceOrderList"
|
|
3248
|
-
kwargs["params"] = request._serialize()
|
|
3249
|
-
kwargs["resp_cls"] = models.DescribeExpertServiceOrderListResponse
|
|
3250
|
-
kwargs["headers"] = request.headers
|
|
3251
|
-
kwargs["opts"] = opts or {}
|
|
3252
|
-
|
|
3253
|
-
return await self.call_and_deserialize(**kwargs)
|
|
3254
|
-
|
|
3255
3163
|
async def DescribeExportMachines(
|
|
3256
3164
|
self,
|
|
3257
3165
|
request: models.DescribeExportMachinesRequest,
|
|
@@ -4368,24 +4276,6 @@ class CwpClient(AbstractClient):
|
|
|
4368
4276
|
|
|
4369
4277
|
return await self.call_and_deserialize(**kwargs)
|
|
4370
4278
|
|
|
4371
|
-
async def DescribeMonthInspectionReport(
|
|
4372
|
-
self,
|
|
4373
|
-
request: models.DescribeMonthInspectionReportRequest,
|
|
4374
|
-
opts: Dict = None,
|
|
4375
|
-
) -> models.DescribeMonthInspectionReportResponse:
|
|
4376
|
-
"""
|
|
4377
|
-
专家服务-安全管家月巡检报告下载
|
|
4378
|
-
"""
|
|
4379
|
-
|
|
4380
|
-
kwargs = {}
|
|
4381
|
-
kwargs["action"] = "DescribeMonthInspectionReport"
|
|
4382
|
-
kwargs["params"] = request._serialize()
|
|
4383
|
-
kwargs["resp_cls"] = models.DescribeMonthInspectionReportResponse
|
|
4384
|
-
kwargs["headers"] = request.headers
|
|
4385
|
-
kwargs["opts"] = opts or {}
|
|
4386
|
-
|
|
4387
|
-
return await self.call_and_deserialize(**kwargs)
|
|
4388
|
-
|
|
4389
4279
|
async def DescribeNetAttackSetting(
|
|
4390
4280
|
self,
|
|
4391
4281
|
request: models.DescribeNetAttackSettingRequest,
|
|
@@ -4620,24 +4510,6 @@ class CwpClient(AbstractClient):
|
|
|
4620
4510
|
|
|
4621
4511
|
return await self.call_and_deserialize(**kwargs)
|
|
4622
4512
|
|
|
4623
|
-
async def DescribeProtectNetList(
|
|
4624
|
-
self,
|
|
4625
|
-
request: models.DescribeProtectNetListRequest,
|
|
4626
|
-
opts: Dict = None,
|
|
4627
|
-
) -> models.DescribeProtectNetListResponse:
|
|
4628
|
-
"""
|
|
4629
|
-
专家服务-旗舰重保列表
|
|
4630
|
-
"""
|
|
4631
|
-
|
|
4632
|
-
kwargs = {}
|
|
4633
|
-
kwargs["action"] = "DescribeProtectNetList"
|
|
4634
|
-
kwargs["params"] = request._serialize()
|
|
4635
|
-
kwargs["resp_cls"] = models.DescribeProtectNetListResponse
|
|
4636
|
-
kwargs["headers"] = request.headers
|
|
4637
|
-
kwargs["opts"] = opts or {}
|
|
4638
|
-
|
|
4639
|
-
return await self.call_and_deserialize(**kwargs)
|
|
4640
|
-
|
|
4641
4513
|
async def DescribePublicProxyInstallCommand(
|
|
4642
4514
|
self,
|
|
4643
4515
|
request: models.DescribePublicProxyInstallCommandRequest,
|
|
@@ -7698,26 +7570,6 @@ class CwpClient(AbstractClient):
|
|
|
7698
7570
|
|
|
7699
7571
|
return await self.call_and_deserialize(**kwargs)
|
|
7700
7572
|
|
|
7701
|
-
async def IgnoreImpactedHosts(
|
|
7702
|
-
self,
|
|
7703
|
-
request: models.IgnoreImpactedHostsRequest,
|
|
7704
|
-
opts: Dict = None,
|
|
7705
|
-
) -> models.IgnoreImpactedHostsResponse:
|
|
7706
|
-
"""
|
|
7707
|
-
产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
|
|
7708
|
-
|
|
7709
|
-
本接口 (IgnoreImpactedHosts) 用于忽略漏洞。
|
|
7710
|
-
"""
|
|
7711
|
-
|
|
7712
|
-
kwargs = {}
|
|
7713
|
-
kwargs["action"] = "IgnoreImpactedHosts"
|
|
7714
|
-
kwargs["params"] = request._serialize()
|
|
7715
|
-
kwargs["resp_cls"] = models.IgnoreImpactedHostsResponse
|
|
7716
|
-
kwargs["headers"] = request.headers
|
|
7717
|
-
kwargs["opts"] = opts or {}
|
|
7718
|
-
|
|
7719
|
-
return await self.call_and_deserialize(**kwargs)
|
|
7720
|
-
|
|
7721
7573
|
async def KeysLocalStorage(
|
|
7722
7574
|
self,
|
|
7723
7575
|
request: models.KeysLocalStorageRequest,
|