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
|
@@ -6179,13 +6179,15 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
6179
6179
|
- live:Domain,例:["live1.tencent.com", "live2.tencent.com"]
|
|
6180
6180
|
- vod:Domain, 例:["vod1.tencent.com", "vod2.tencent.com"]
|
|
6181
6181
|
- waf:Domain, 例:["waf1.tencent.com", "waf2.tencent.com"]
|
|
6182
|
-
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.
|
|
6182
|
+
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.minghuang.online"]
|
|
6183
6183
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
|
6184
6184
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
|
6185
6185
|
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
|
6186
6186
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
|
6187
6187
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
|
6188
6188
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
|
6189
|
+
- mqtt: InstanceId|CertId, 例:["mqtt-rdnwp7kb|gehs6jsx"]
|
|
6190
|
+
- gaap: InstanceId|ListenerId 例:["ga-a3e4z3ae|lsr-a73amjob"]
|
|
6189
6191
|
|
|
6190
6192
|
:type InstanceIdList: list of str
|
|
6191
6193
|
:param _ResourceType: 证书部署云资源支持的云资源类型, 不传则默认部署clb:
|
|
@@ -6202,7 +6204,8 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
6202
6204
|
- lighthouse
|
|
6203
6205
|
- tse
|
|
6204
6206
|
- tcb
|
|
6205
|
-
|
|
6207
|
+
- mqtt
|
|
6208
|
+
<dx-alert infotype="explain" title="">当云资源类型传入clb、waf、apigateway、cos、lighthouse、tke、tse、tcb、mqtt 时,公共参数Region必传。</dx-alert>
|
|
6206
6209
|
:type ResourceType: str
|
|
6207
6210
|
:param _Status: 部署云资源状态:
|
|
6208
6211
|
云直播:
|
|
@@ -6239,13 +6242,15 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
6239
6242
|
- live:Domain,例:["live1.tencent.com", "live2.tencent.com"]
|
|
6240
6243
|
- vod:Domain, 例:["vod1.tencent.com", "vod2.tencent.com"]
|
|
6241
6244
|
- waf:Domain, 例:["waf1.tencent.com", "waf2.tencent.com"]
|
|
6242
|
-
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.
|
|
6245
|
+
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.minghuang.online"]
|
|
6243
6246
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
|
6244
6247
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
|
6245
6248
|
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
|
6246
6249
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
|
6247
6250
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
|
6248
6251
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
|
6252
|
+
- mqtt: InstanceId|CertId, 例:["mqtt-rdnwp7kb|gehs6jsx"]
|
|
6253
|
+
- gaap: InstanceId|ListenerId 例:["ga-a3e4z3ae|lsr-a73amjob"]
|
|
6249
6254
|
|
|
6250
6255
|
:rtype: list of str
|
|
6251
6256
|
"""
|
|
@@ -6271,7 +6276,8 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
6271
6276
|
- lighthouse
|
|
6272
6277
|
- tse
|
|
6273
6278
|
- tcb
|
|
6274
|
-
|
|
6279
|
+
- mqtt
|
|
6280
|
+
<dx-alert infotype="explain" title="">当云资源类型传入clb、waf、apigateway、cos、lighthouse、tke、tse、tcb、mqtt 时,公共参数Region必传。</dx-alert>
|
|
6275
6281
|
:rtype: str
|
|
6276
6282
|
"""
|
|
6277
6283
|
return self._ResourceType
|
|
@@ -6757,6 +6763,8 @@ class DeployRecordDetail(AbstractModel):
|
|
|
6757
6763
|
:type OldAlgorithm: str
|
|
6758
6764
|
:param _InstanceStatus: 实例状态,不同云产品状态不一样
|
|
6759
6765
|
:type InstanceStatus: str
|
|
6766
|
+
:param _ListenerStatus: 监听器状态
|
|
6767
|
+
:type ListenerStatus: str
|
|
6760
6768
|
"""
|
|
6761
6769
|
self._Id = None
|
|
6762
6770
|
self._CertId = None
|
|
@@ -6783,6 +6791,7 @@ class DeployRecordDetail(AbstractModel):
|
|
|
6783
6791
|
self._Algorithm = None
|
|
6784
6792
|
self._OldAlgorithm = None
|
|
6785
6793
|
self._InstanceStatus = None
|
|
6794
|
+
self._ListenerStatus = None
|
|
6786
6795
|
|
|
6787
6796
|
@property
|
|
6788
6797
|
def Id(self):
|
|
@@ -7059,6 +7068,17 @@ class DeployRecordDetail(AbstractModel):
|
|
|
7059
7068
|
def InstanceStatus(self, InstanceStatus):
|
|
7060
7069
|
self._InstanceStatus = InstanceStatus
|
|
7061
7070
|
|
|
7071
|
+
@property
|
|
7072
|
+
def ListenerStatus(self):
|
|
7073
|
+
r"""监听器状态
|
|
7074
|
+
:rtype: str
|
|
7075
|
+
"""
|
|
7076
|
+
return self._ListenerStatus
|
|
7077
|
+
|
|
7078
|
+
@ListenerStatus.setter
|
|
7079
|
+
def ListenerStatus(self, ListenerStatus):
|
|
7080
|
+
self._ListenerStatus = ListenerStatus
|
|
7081
|
+
|
|
7062
7082
|
|
|
7063
7083
|
def _deserialize(self, params):
|
|
7064
7084
|
self._Id = params.get("Id")
|
|
@@ -7086,6 +7106,7 @@ class DeployRecordDetail(AbstractModel):
|
|
|
7086
7106
|
self._Algorithm = params.get("Algorithm")
|
|
7087
7107
|
self._OldAlgorithm = params.get("OldAlgorithm")
|
|
7088
7108
|
self._InstanceStatus = params.get("InstanceStatus")
|
|
7109
|
+
self._ListenerStatus = params.get("ListenerStatus")
|
|
7089
7110
|
memeber_set = set(params.keys())
|
|
7090
7111
|
for name, value in vars(self).items():
|
|
7091
7112
|
property_name = name[1:]
|
|
@@ -7734,27 +7755,15 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7734
7755
|
|
|
7735
7756
|
def __init__(self):
|
|
7736
7757
|
r"""
|
|
7737
|
-
:param _TaskId:
|
|
7758
|
+
:param _TaskId: <p>任务ID,根据CreateCertificateBindResourceSyncTask得到的任务ID查询绑定云资源结果</p>
|
|
7738
7759
|
:type TaskId: str
|
|
7739
|
-
:param _Limit:
|
|
7760
|
+
:param _Limit: <p>每页展示数量, 默认10,最大值100; 分页总数为云资源地域下实例总数, 即第一页会拉群每个云资源的地域下面Limit数量实例</p>
|
|
7740
7761
|
:type Limit: str
|
|
7741
|
-
:param _Offset:
|
|
7762
|
+
:param _Offset: <p>当前偏移量,默认为0</p>
|
|
7742
7763
|
:type Offset: str
|
|
7743
|
-
:param _ResourceTypes:
|
|
7744
|
-
- clb
|
|
7745
|
-
- cdn
|
|
7746
|
-
- ddos
|
|
7747
|
-
- live
|
|
7748
|
-
- vod
|
|
7749
|
-
- waf
|
|
7750
|
-
- apigateway
|
|
7751
|
-
- teo
|
|
7752
|
-
- tke
|
|
7753
|
-
- cos
|
|
7754
|
-
- tse
|
|
7755
|
-
- tcb
|
|
7764
|
+
:param _ResourceTypes: <p>查询资源类型的结果详情, 不传则查询所有,取值支持:- clb- cdn- ddos- live- vod- waf- apigateway- teo- tke- cos- tse- tcb</p>
|
|
7756
7765
|
:type ResourceTypes: list of str
|
|
7757
|
-
:param _Regions:
|
|
7766
|
+
:param _Regions: <p>查询地域列表的数据,clb、tke、waf、apigateway、tcb、cos、tse支持地域查询, 其他资源类型不支持</p>
|
|
7758
7767
|
:type Regions: list of str
|
|
7759
7768
|
"""
|
|
7760
7769
|
self._TaskId = None
|
|
@@ -7765,7 +7774,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7765
7774
|
|
|
7766
7775
|
@property
|
|
7767
7776
|
def TaskId(self):
|
|
7768
|
-
r"""
|
|
7777
|
+
r"""<p>任务ID,根据CreateCertificateBindResourceSyncTask得到的任务ID查询绑定云资源结果</p>
|
|
7769
7778
|
:rtype: str
|
|
7770
7779
|
"""
|
|
7771
7780
|
return self._TaskId
|
|
@@ -7776,7 +7785,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7776
7785
|
|
|
7777
7786
|
@property
|
|
7778
7787
|
def Limit(self):
|
|
7779
|
-
r"""
|
|
7788
|
+
r"""<p>每页展示数量, 默认10,最大值100; 分页总数为云资源地域下实例总数, 即第一页会拉群每个云资源的地域下面Limit数量实例</p>
|
|
7780
7789
|
:rtype: str
|
|
7781
7790
|
"""
|
|
7782
7791
|
return self._Limit
|
|
@@ -7787,7 +7796,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7787
7796
|
|
|
7788
7797
|
@property
|
|
7789
7798
|
def Offset(self):
|
|
7790
|
-
r"""
|
|
7799
|
+
r"""<p>当前偏移量,默认为0</p>
|
|
7791
7800
|
:rtype: str
|
|
7792
7801
|
"""
|
|
7793
7802
|
return self._Offset
|
|
@@ -7798,19 +7807,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7798
7807
|
|
|
7799
7808
|
@property
|
|
7800
7809
|
def ResourceTypes(self):
|
|
7801
|
-
r"""
|
|
7802
|
-
- clb
|
|
7803
|
-
- cdn
|
|
7804
|
-
- ddos
|
|
7805
|
-
- live
|
|
7806
|
-
- vod
|
|
7807
|
-
- waf
|
|
7808
|
-
- apigateway
|
|
7809
|
-
- teo
|
|
7810
|
-
- tke
|
|
7811
|
-
- cos
|
|
7812
|
-
- tse
|
|
7813
|
-
- tcb
|
|
7810
|
+
r"""<p>查询资源类型的结果详情, 不传则查询所有,取值支持:- clb- cdn- ddos- live- vod- waf- apigateway- teo- tke- cos- tse- tcb</p>
|
|
7814
7811
|
:rtype: list of str
|
|
7815
7812
|
"""
|
|
7816
7813
|
return self._ResourceTypes
|
|
@@ -7821,7 +7818,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
7821
7818
|
|
|
7822
7819
|
@property
|
|
7823
7820
|
def Regions(self):
|
|
7824
|
-
r"""
|
|
7821
|
+
r"""<p>查询地域列表的数据,clb、tke、waf、apigateway、tcb、cos、tse支持地域查询, 其他资源类型不支持</p>
|
|
7825
7822
|
:rtype: list of str
|
|
7826
7823
|
"""
|
|
7827
7824
|
return self._Regions
|
|
@@ -7854,34 +7851,42 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7854
7851
|
|
|
7855
7852
|
def __init__(self):
|
|
7856
7853
|
r"""
|
|
7857
|
-
:param _CLB:
|
|
7854
|
+
:param _CLB: <p>关联clb资源详情 </p>
|
|
7858
7855
|
:type CLB: list of ClbInstanceList
|
|
7859
|
-
:param _CDN:
|
|
7856
|
+
:param _CDN: <p>关联cdn资源详情 </p>
|
|
7860
7857
|
:type CDN: list of CdnInstanceList
|
|
7861
|
-
:param _WAF:
|
|
7858
|
+
:param _WAF: <p>关联waf资源详情 </p>
|
|
7862
7859
|
:type WAF: list of WafInstanceList
|
|
7863
|
-
:param _DDOS:
|
|
7860
|
+
:param _DDOS: <p>关联ddos资源详情 </p>
|
|
7864
7861
|
:type DDOS: list of DdosInstanceList
|
|
7865
|
-
:param _LIVE:
|
|
7862
|
+
:param _LIVE: <p>关联live资源详情 </p>
|
|
7866
7863
|
:type LIVE: list of LiveInstanceList
|
|
7867
|
-
:param _VOD:
|
|
7864
|
+
:param _VOD: <p>关联vod资源详情 </p>
|
|
7868
7865
|
:type VOD: list of VODInstanceList
|
|
7869
|
-
:param _TKE:
|
|
7866
|
+
:param _TKE: <p>关联tke资源详情 </p>
|
|
7870
7867
|
:type TKE: list of TkeInstanceList
|
|
7871
|
-
:param _APIGATEWAY:
|
|
7868
|
+
:param _APIGATEWAY: <p>关联apigateway资源详情 </p>
|
|
7872
7869
|
:type APIGATEWAY: list of ApiGatewayInstanceList
|
|
7873
|
-
:param _TCB:
|
|
7870
|
+
:param _TCB: <p>关联tcb资源详情 </p>
|
|
7874
7871
|
:type TCB: list of TCBInstanceList
|
|
7875
|
-
:param _TEO:
|
|
7872
|
+
:param _TEO: <p>关联teo资源详情 </p>
|
|
7876
7873
|
:type TEO: list of TeoInstanceList
|
|
7877
|
-
:param _Status:
|
|
7874
|
+
:param _Status: <p>关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因</p>
|
|
7878
7875
|
:type Status: int
|
|
7879
|
-
:param _CacheTime:
|
|
7876
|
+
:param _CacheTime: <p>当前结果缓存时间</p>
|
|
7880
7877
|
:type CacheTime: str
|
|
7881
|
-
:param _TSE:
|
|
7878
|
+
:param _TSE: <p>关联tse资源详情 </p>
|
|
7882
7879
|
:type TSE: list of TSEInstanceList
|
|
7883
|
-
:param _COS:
|
|
7880
|
+
:param _COS: <p>关联的COS资源详情</p>
|
|
7884
7881
|
:type COS: list of COSInstanceList
|
|
7882
|
+
:param _TDMQ: <p>关联的TDMQ - Rabbit资源详情</p>
|
|
7883
|
+
:type TDMQ: list of TDMQInstanceList
|
|
7884
|
+
:param _MQTT: <p>关联的MQTT资源详情</p>
|
|
7885
|
+
:type MQTT: list of MQTTInstanceList
|
|
7886
|
+
:param _GAAP: <p>关联的GAAP资源详情</p>
|
|
7887
|
+
:type GAAP: list of GAAPInstanceList
|
|
7888
|
+
:param _SCF: <p>关联的SCF资源详情</p>
|
|
7889
|
+
:type SCF: list of SCFInstanceList
|
|
7885
7890
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7886
7891
|
:type RequestId: str
|
|
7887
7892
|
"""
|
|
@@ -7899,11 +7904,15 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7899
7904
|
self._CacheTime = None
|
|
7900
7905
|
self._TSE = None
|
|
7901
7906
|
self._COS = None
|
|
7907
|
+
self._TDMQ = None
|
|
7908
|
+
self._MQTT = None
|
|
7909
|
+
self._GAAP = None
|
|
7910
|
+
self._SCF = None
|
|
7902
7911
|
self._RequestId = None
|
|
7903
7912
|
|
|
7904
7913
|
@property
|
|
7905
7914
|
def CLB(self):
|
|
7906
|
-
r"""
|
|
7915
|
+
r"""<p>关联clb资源详情 </p>
|
|
7907
7916
|
:rtype: list of ClbInstanceList
|
|
7908
7917
|
"""
|
|
7909
7918
|
return self._CLB
|
|
@@ -7914,7 +7923,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7914
7923
|
|
|
7915
7924
|
@property
|
|
7916
7925
|
def CDN(self):
|
|
7917
|
-
r"""
|
|
7926
|
+
r"""<p>关联cdn资源详情 </p>
|
|
7918
7927
|
:rtype: list of CdnInstanceList
|
|
7919
7928
|
"""
|
|
7920
7929
|
return self._CDN
|
|
@@ -7925,7 +7934,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7925
7934
|
|
|
7926
7935
|
@property
|
|
7927
7936
|
def WAF(self):
|
|
7928
|
-
r"""
|
|
7937
|
+
r"""<p>关联waf资源详情 </p>
|
|
7929
7938
|
:rtype: list of WafInstanceList
|
|
7930
7939
|
"""
|
|
7931
7940
|
return self._WAF
|
|
@@ -7936,7 +7945,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7936
7945
|
|
|
7937
7946
|
@property
|
|
7938
7947
|
def DDOS(self):
|
|
7939
|
-
r"""
|
|
7948
|
+
r"""<p>关联ddos资源详情 </p>
|
|
7940
7949
|
:rtype: list of DdosInstanceList
|
|
7941
7950
|
"""
|
|
7942
7951
|
return self._DDOS
|
|
@@ -7947,7 +7956,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7947
7956
|
|
|
7948
7957
|
@property
|
|
7949
7958
|
def LIVE(self):
|
|
7950
|
-
r"""
|
|
7959
|
+
r"""<p>关联live资源详情 </p>
|
|
7951
7960
|
:rtype: list of LiveInstanceList
|
|
7952
7961
|
"""
|
|
7953
7962
|
return self._LIVE
|
|
@@ -7958,7 +7967,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7958
7967
|
|
|
7959
7968
|
@property
|
|
7960
7969
|
def VOD(self):
|
|
7961
|
-
r"""
|
|
7970
|
+
r"""<p>关联vod资源详情 </p>
|
|
7962
7971
|
:rtype: list of VODInstanceList
|
|
7963
7972
|
"""
|
|
7964
7973
|
return self._VOD
|
|
@@ -7969,7 +7978,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7969
7978
|
|
|
7970
7979
|
@property
|
|
7971
7980
|
def TKE(self):
|
|
7972
|
-
r"""
|
|
7981
|
+
r"""<p>关联tke资源详情 </p>
|
|
7973
7982
|
:rtype: list of TkeInstanceList
|
|
7974
7983
|
"""
|
|
7975
7984
|
return self._TKE
|
|
@@ -7980,7 +7989,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7980
7989
|
|
|
7981
7990
|
@property
|
|
7982
7991
|
def APIGATEWAY(self):
|
|
7983
|
-
r"""
|
|
7992
|
+
r"""<p>关联apigateway资源详情 </p>
|
|
7984
7993
|
:rtype: list of ApiGatewayInstanceList
|
|
7985
7994
|
"""
|
|
7986
7995
|
return self._APIGATEWAY
|
|
@@ -7991,7 +8000,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
7991
8000
|
|
|
7992
8001
|
@property
|
|
7993
8002
|
def TCB(self):
|
|
7994
|
-
r"""
|
|
8003
|
+
r"""<p>关联tcb资源详情 </p>
|
|
7995
8004
|
:rtype: list of TCBInstanceList
|
|
7996
8005
|
"""
|
|
7997
8006
|
return self._TCB
|
|
@@ -8002,7 +8011,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8002
8011
|
|
|
8003
8012
|
@property
|
|
8004
8013
|
def TEO(self):
|
|
8005
|
-
r"""
|
|
8014
|
+
r"""<p>关联teo资源详情 </p>
|
|
8006
8015
|
:rtype: list of TeoInstanceList
|
|
8007
8016
|
"""
|
|
8008
8017
|
return self._TEO
|
|
@@ -8013,7 +8022,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8013
8022
|
|
|
8014
8023
|
@property
|
|
8015
8024
|
def Status(self):
|
|
8016
|
-
r"""
|
|
8025
|
+
r"""<p>关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因</p>
|
|
8017
8026
|
:rtype: int
|
|
8018
8027
|
"""
|
|
8019
8028
|
return self._Status
|
|
@@ -8024,7 +8033,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8024
8033
|
|
|
8025
8034
|
@property
|
|
8026
8035
|
def CacheTime(self):
|
|
8027
|
-
r"""
|
|
8036
|
+
r"""<p>当前结果缓存时间</p>
|
|
8028
8037
|
:rtype: str
|
|
8029
8038
|
"""
|
|
8030
8039
|
return self._CacheTime
|
|
@@ -8035,7 +8044,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8035
8044
|
|
|
8036
8045
|
@property
|
|
8037
8046
|
def TSE(self):
|
|
8038
|
-
r"""
|
|
8047
|
+
r"""<p>关联tse资源详情 </p>
|
|
8039
8048
|
:rtype: list of TSEInstanceList
|
|
8040
8049
|
"""
|
|
8041
8050
|
return self._TSE
|
|
@@ -8046,7 +8055,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8046
8055
|
|
|
8047
8056
|
@property
|
|
8048
8057
|
def COS(self):
|
|
8049
|
-
r"""
|
|
8058
|
+
r"""<p>关联的COS资源详情</p>
|
|
8050
8059
|
:rtype: list of COSInstanceList
|
|
8051
8060
|
"""
|
|
8052
8061
|
return self._COS
|
|
@@ -8055,6 +8064,50 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8055
8064
|
def COS(self, COS):
|
|
8056
8065
|
self._COS = COS
|
|
8057
8066
|
|
|
8067
|
+
@property
|
|
8068
|
+
def TDMQ(self):
|
|
8069
|
+
r"""<p>关联的TDMQ - Rabbit资源详情</p>
|
|
8070
|
+
:rtype: list of TDMQInstanceList
|
|
8071
|
+
"""
|
|
8072
|
+
return self._TDMQ
|
|
8073
|
+
|
|
8074
|
+
@TDMQ.setter
|
|
8075
|
+
def TDMQ(self, TDMQ):
|
|
8076
|
+
self._TDMQ = TDMQ
|
|
8077
|
+
|
|
8078
|
+
@property
|
|
8079
|
+
def MQTT(self):
|
|
8080
|
+
r"""<p>关联的MQTT资源详情</p>
|
|
8081
|
+
:rtype: list of MQTTInstanceList
|
|
8082
|
+
"""
|
|
8083
|
+
return self._MQTT
|
|
8084
|
+
|
|
8085
|
+
@MQTT.setter
|
|
8086
|
+
def MQTT(self, MQTT):
|
|
8087
|
+
self._MQTT = MQTT
|
|
8088
|
+
|
|
8089
|
+
@property
|
|
8090
|
+
def GAAP(self):
|
|
8091
|
+
r"""<p>关联的GAAP资源详情</p>
|
|
8092
|
+
:rtype: list of GAAPInstanceList
|
|
8093
|
+
"""
|
|
8094
|
+
return self._GAAP
|
|
8095
|
+
|
|
8096
|
+
@GAAP.setter
|
|
8097
|
+
def GAAP(self, GAAP):
|
|
8098
|
+
self._GAAP = GAAP
|
|
8099
|
+
|
|
8100
|
+
@property
|
|
8101
|
+
def SCF(self):
|
|
8102
|
+
r"""<p>关联的SCF资源详情</p>
|
|
8103
|
+
:rtype: list of SCFInstanceList
|
|
8104
|
+
"""
|
|
8105
|
+
return self._SCF
|
|
8106
|
+
|
|
8107
|
+
@SCF.setter
|
|
8108
|
+
def SCF(self, SCF):
|
|
8109
|
+
self._SCF = SCF
|
|
8110
|
+
|
|
8058
8111
|
@property
|
|
8059
8112
|
def RequestId(self):
|
|
8060
8113
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8142,6 +8195,30 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
|
8142
8195
|
obj = COSInstanceList()
|
|
8143
8196
|
obj._deserialize(item)
|
|
8144
8197
|
self._COS.append(obj)
|
|
8198
|
+
if params.get("TDMQ") is not None:
|
|
8199
|
+
self._TDMQ = []
|
|
8200
|
+
for item in params.get("TDMQ"):
|
|
8201
|
+
obj = TDMQInstanceList()
|
|
8202
|
+
obj._deserialize(item)
|
|
8203
|
+
self._TDMQ.append(obj)
|
|
8204
|
+
if params.get("MQTT") is not None:
|
|
8205
|
+
self._MQTT = []
|
|
8206
|
+
for item in params.get("MQTT"):
|
|
8207
|
+
obj = MQTTInstanceList()
|
|
8208
|
+
obj._deserialize(item)
|
|
8209
|
+
self._MQTT.append(obj)
|
|
8210
|
+
if params.get("GAAP") is not None:
|
|
8211
|
+
self._GAAP = []
|
|
8212
|
+
for item in params.get("GAAP"):
|
|
8213
|
+
obj = GAAPInstanceList()
|
|
8214
|
+
obj._deserialize(item)
|
|
8215
|
+
self._GAAP.append(obj)
|
|
8216
|
+
if params.get("SCF") is not None:
|
|
8217
|
+
self._SCF = []
|
|
8218
|
+
for item in params.get("SCF"):
|
|
8219
|
+
obj = SCFInstanceList()
|
|
8220
|
+
obj._deserialize(item)
|
|
8221
|
+
self._SCF.append(obj)
|
|
8145
8222
|
self._RequestId = params.get("RequestId")
|
|
8146
8223
|
|
|
8147
8224
|
|
|
@@ -15629,6 +15706,259 @@ class Filter(AbstractModel):
|
|
|
15629
15706
|
|
|
15630
15707
|
|
|
15631
15708
|
|
|
15709
|
+
class GAAPInstanceDetail(AbstractModel):
|
|
15710
|
+
r"""GAAP实例详情
|
|
15711
|
+
|
|
15712
|
+
"""
|
|
15713
|
+
|
|
15714
|
+
def __init__(self):
|
|
15715
|
+
r"""
|
|
15716
|
+
:param _InstanceId: 实例ID
|
|
15717
|
+
:type InstanceId: str
|
|
15718
|
+
:param _ListenerList: 监听器列表
|
|
15719
|
+
:type ListenerList: list of GAAPListenerDetail
|
|
15720
|
+
:param _InstanceName: 加速实例名称
|
|
15721
|
+
:type InstanceName: str
|
|
15722
|
+
"""
|
|
15723
|
+
self._InstanceId = None
|
|
15724
|
+
self._ListenerList = None
|
|
15725
|
+
self._InstanceName = None
|
|
15726
|
+
|
|
15727
|
+
@property
|
|
15728
|
+
def InstanceId(self):
|
|
15729
|
+
r"""实例ID
|
|
15730
|
+
:rtype: str
|
|
15731
|
+
"""
|
|
15732
|
+
return self._InstanceId
|
|
15733
|
+
|
|
15734
|
+
@InstanceId.setter
|
|
15735
|
+
def InstanceId(self, InstanceId):
|
|
15736
|
+
self._InstanceId = InstanceId
|
|
15737
|
+
|
|
15738
|
+
@property
|
|
15739
|
+
def ListenerList(self):
|
|
15740
|
+
r"""监听器列表
|
|
15741
|
+
:rtype: list of GAAPListenerDetail
|
|
15742
|
+
"""
|
|
15743
|
+
return self._ListenerList
|
|
15744
|
+
|
|
15745
|
+
@ListenerList.setter
|
|
15746
|
+
def ListenerList(self, ListenerList):
|
|
15747
|
+
self._ListenerList = ListenerList
|
|
15748
|
+
|
|
15749
|
+
@property
|
|
15750
|
+
def InstanceName(self):
|
|
15751
|
+
r"""加速实例名称
|
|
15752
|
+
:rtype: str
|
|
15753
|
+
"""
|
|
15754
|
+
return self._InstanceName
|
|
15755
|
+
|
|
15756
|
+
@InstanceName.setter
|
|
15757
|
+
def InstanceName(self, InstanceName):
|
|
15758
|
+
self._InstanceName = InstanceName
|
|
15759
|
+
|
|
15760
|
+
|
|
15761
|
+
def _deserialize(self, params):
|
|
15762
|
+
self._InstanceId = params.get("InstanceId")
|
|
15763
|
+
if params.get("ListenerList") is not None:
|
|
15764
|
+
self._ListenerList = []
|
|
15765
|
+
for item in params.get("ListenerList"):
|
|
15766
|
+
obj = GAAPListenerDetail()
|
|
15767
|
+
obj._deserialize(item)
|
|
15768
|
+
self._ListenerList.append(obj)
|
|
15769
|
+
self._InstanceName = params.get("InstanceName")
|
|
15770
|
+
memeber_set = set(params.keys())
|
|
15771
|
+
for name, value in vars(self).items():
|
|
15772
|
+
property_name = name[1:]
|
|
15773
|
+
if property_name in memeber_set:
|
|
15774
|
+
memeber_set.remove(property_name)
|
|
15775
|
+
if len(memeber_set) > 0:
|
|
15776
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15777
|
+
|
|
15778
|
+
|
|
15779
|
+
|
|
15780
|
+
class GAAPInstanceList(AbstractModel):
|
|
15781
|
+
r"""GAAP实例详情 - 异步关联云资源数据结构
|
|
15782
|
+
|
|
15783
|
+
"""
|
|
15784
|
+
|
|
15785
|
+
def __init__(self):
|
|
15786
|
+
r"""
|
|
15787
|
+
:param _InstanceList: 实例详情
|
|
15788
|
+
:type InstanceList: list of GAAPInstanceDetail
|
|
15789
|
+
:param _TotalCount: 总数
|
|
15790
|
+
:type TotalCount: int
|
|
15791
|
+
:param _Error: 错误信息
|
|
15792
|
+
:type Error: str
|
|
15793
|
+
"""
|
|
15794
|
+
self._InstanceList = None
|
|
15795
|
+
self._TotalCount = None
|
|
15796
|
+
self._Error = None
|
|
15797
|
+
|
|
15798
|
+
@property
|
|
15799
|
+
def InstanceList(self):
|
|
15800
|
+
r"""实例详情
|
|
15801
|
+
:rtype: list of GAAPInstanceDetail
|
|
15802
|
+
"""
|
|
15803
|
+
return self._InstanceList
|
|
15804
|
+
|
|
15805
|
+
@InstanceList.setter
|
|
15806
|
+
def InstanceList(self, InstanceList):
|
|
15807
|
+
self._InstanceList = InstanceList
|
|
15808
|
+
|
|
15809
|
+
@property
|
|
15810
|
+
def TotalCount(self):
|
|
15811
|
+
r"""总数
|
|
15812
|
+
:rtype: int
|
|
15813
|
+
"""
|
|
15814
|
+
return self._TotalCount
|
|
15815
|
+
|
|
15816
|
+
@TotalCount.setter
|
|
15817
|
+
def TotalCount(self, TotalCount):
|
|
15818
|
+
self._TotalCount = TotalCount
|
|
15819
|
+
|
|
15820
|
+
@property
|
|
15821
|
+
def Error(self):
|
|
15822
|
+
r"""错误信息
|
|
15823
|
+
:rtype: str
|
|
15824
|
+
"""
|
|
15825
|
+
return self._Error
|
|
15826
|
+
|
|
15827
|
+
@Error.setter
|
|
15828
|
+
def Error(self, Error):
|
|
15829
|
+
self._Error = Error
|
|
15830
|
+
|
|
15831
|
+
|
|
15832
|
+
def _deserialize(self, params):
|
|
15833
|
+
if params.get("InstanceList") is not None:
|
|
15834
|
+
self._InstanceList = []
|
|
15835
|
+
for item in params.get("InstanceList"):
|
|
15836
|
+
obj = GAAPInstanceDetail()
|
|
15837
|
+
obj._deserialize(item)
|
|
15838
|
+
self._InstanceList.append(obj)
|
|
15839
|
+
self._TotalCount = params.get("TotalCount")
|
|
15840
|
+
self._Error = params.get("Error")
|
|
15841
|
+
memeber_set = set(params.keys())
|
|
15842
|
+
for name, value in vars(self).items():
|
|
15843
|
+
property_name = name[1:]
|
|
15844
|
+
if property_name in memeber_set:
|
|
15845
|
+
memeber_set.remove(property_name)
|
|
15846
|
+
if len(memeber_set) > 0:
|
|
15847
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15848
|
+
|
|
15849
|
+
|
|
15850
|
+
|
|
15851
|
+
class GAAPListenerDetail(AbstractModel):
|
|
15852
|
+
r"""GAAP监听器详情
|
|
15853
|
+
|
|
15854
|
+
"""
|
|
15855
|
+
|
|
15856
|
+
def __init__(self):
|
|
15857
|
+
r"""
|
|
15858
|
+
:param _ListenerStatus: 监听器状态
|
|
15859
|
+
:type ListenerStatus: str
|
|
15860
|
+
:param _ListenerId: 监听器ID
|
|
15861
|
+
:type ListenerId: str
|
|
15862
|
+
:param _ListenerName: 监听器名称
|
|
15863
|
+
:type ListenerName: str
|
|
15864
|
+
:param _NoMatchDomains: 不匹配的域名列表
|
|
15865
|
+
:type NoMatchDomains: list of str
|
|
15866
|
+
:param _CertIdList: 实例绑定的证书列表
|
|
15867
|
+
:type CertIdList: list of str
|
|
15868
|
+
:param _Protocol: 监听器协议
|
|
15869
|
+
:type Protocol: str
|
|
15870
|
+
"""
|
|
15871
|
+
self._ListenerStatus = None
|
|
15872
|
+
self._ListenerId = None
|
|
15873
|
+
self._ListenerName = None
|
|
15874
|
+
self._NoMatchDomains = None
|
|
15875
|
+
self._CertIdList = None
|
|
15876
|
+
self._Protocol = None
|
|
15877
|
+
|
|
15878
|
+
@property
|
|
15879
|
+
def ListenerStatus(self):
|
|
15880
|
+
r"""监听器状态
|
|
15881
|
+
:rtype: str
|
|
15882
|
+
"""
|
|
15883
|
+
return self._ListenerStatus
|
|
15884
|
+
|
|
15885
|
+
@ListenerStatus.setter
|
|
15886
|
+
def ListenerStatus(self, ListenerStatus):
|
|
15887
|
+
self._ListenerStatus = ListenerStatus
|
|
15888
|
+
|
|
15889
|
+
@property
|
|
15890
|
+
def ListenerId(self):
|
|
15891
|
+
r"""监听器ID
|
|
15892
|
+
:rtype: str
|
|
15893
|
+
"""
|
|
15894
|
+
return self._ListenerId
|
|
15895
|
+
|
|
15896
|
+
@ListenerId.setter
|
|
15897
|
+
def ListenerId(self, ListenerId):
|
|
15898
|
+
self._ListenerId = ListenerId
|
|
15899
|
+
|
|
15900
|
+
@property
|
|
15901
|
+
def ListenerName(self):
|
|
15902
|
+
r"""监听器名称
|
|
15903
|
+
:rtype: str
|
|
15904
|
+
"""
|
|
15905
|
+
return self._ListenerName
|
|
15906
|
+
|
|
15907
|
+
@ListenerName.setter
|
|
15908
|
+
def ListenerName(self, ListenerName):
|
|
15909
|
+
self._ListenerName = ListenerName
|
|
15910
|
+
|
|
15911
|
+
@property
|
|
15912
|
+
def NoMatchDomains(self):
|
|
15913
|
+
r"""不匹配的域名列表
|
|
15914
|
+
:rtype: list of str
|
|
15915
|
+
"""
|
|
15916
|
+
return self._NoMatchDomains
|
|
15917
|
+
|
|
15918
|
+
@NoMatchDomains.setter
|
|
15919
|
+
def NoMatchDomains(self, NoMatchDomains):
|
|
15920
|
+
self._NoMatchDomains = NoMatchDomains
|
|
15921
|
+
|
|
15922
|
+
@property
|
|
15923
|
+
def CertIdList(self):
|
|
15924
|
+
r"""实例绑定的证书列表
|
|
15925
|
+
:rtype: list of str
|
|
15926
|
+
"""
|
|
15927
|
+
return self._CertIdList
|
|
15928
|
+
|
|
15929
|
+
@CertIdList.setter
|
|
15930
|
+
def CertIdList(self, CertIdList):
|
|
15931
|
+
self._CertIdList = CertIdList
|
|
15932
|
+
|
|
15933
|
+
@property
|
|
15934
|
+
def Protocol(self):
|
|
15935
|
+
r"""监听器协议
|
|
15936
|
+
:rtype: str
|
|
15937
|
+
"""
|
|
15938
|
+
return self._Protocol
|
|
15939
|
+
|
|
15940
|
+
@Protocol.setter
|
|
15941
|
+
def Protocol(self, Protocol):
|
|
15942
|
+
self._Protocol = Protocol
|
|
15943
|
+
|
|
15944
|
+
|
|
15945
|
+
def _deserialize(self, params):
|
|
15946
|
+
self._ListenerStatus = params.get("ListenerStatus")
|
|
15947
|
+
self._ListenerId = params.get("ListenerId")
|
|
15948
|
+
self._ListenerName = params.get("ListenerName")
|
|
15949
|
+
self._NoMatchDomains = params.get("NoMatchDomains")
|
|
15950
|
+
self._CertIdList = params.get("CertIdList")
|
|
15951
|
+
self._Protocol = params.get("Protocol")
|
|
15952
|
+
memeber_set = set(params.keys())
|
|
15953
|
+
for name, value in vars(self).items():
|
|
15954
|
+
property_name = name[1:]
|
|
15955
|
+
if property_name in memeber_set:
|
|
15956
|
+
memeber_set.remove(property_name)
|
|
15957
|
+
if len(memeber_set) > 0:
|
|
15958
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15959
|
+
|
|
15960
|
+
|
|
15961
|
+
|
|
15632
15962
|
class GatewayCertificate(AbstractModel):
|
|
15633
15963
|
r"""云原生网关证书信息
|
|
15634
15964
|
|
|
@@ -16034,8 +16364,205 @@ class LiveInstanceList(AbstractModel):
|
|
|
16034
16364
|
|
|
16035
16365
|
|
|
16036
16366
|
|
|
16037
|
-
class
|
|
16038
|
-
r"""
|
|
16367
|
+
class MQTTInstanceDetail(AbstractModel):
|
|
16368
|
+
r"""MQTT实例详情
|
|
16369
|
+
|
|
16370
|
+
"""
|
|
16371
|
+
|
|
16372
|
+
def __init__(self):
|
|
16373
|
+
r"""
|
|
16374
|
+
:param _InstanceId: 实例ID
|
|
16375
|
+
:type InstanceId: str
|
|
16376
|
+
:param _InstanceName: 实例名称
|
|
16377
|
+
:type InstanceName: str
|
|
16378
|
+
:param _InstanceStatus: 实例状态
|
|
16379
|
+
:type InstanceStatus: str
|
|
16380
|
+
:param _NoMatchDomains: 不匹配的域名列表
|
|
16381
|
+
:type NoMatchDomains: list of str
|
|
16382
|
+
:param _ServerCertIdList: 服务端证书列表
|
|
16383
|
+
:type ServerCertIdList: list of str
|
|
16384
|
+
:param _CaCertIdList: ca证书列表
|
|
16385
|
+
:type CaCertIdList: list of str
|
|
16386
|
+
"""
|
|
16387
|
+
self._InstanceId = None
|
|
16388
|
+
self._InstanceName = None
|
|
16389
|
+
self._InstanceStatus = None
|
|
16390
|
+
self._NoMatchDomains = None
|
|
16391
|
+
self._ServerCertIdList = None
|
|
16392
|
+
self._CaCertIdList = None
|
|
16393
|
+
|
|
16394
|
+
@property
|
|
16395
|
+
def InstanceId(self):
|
|
16396
|
+
r"""实例ID
|
|
16397
|
+
:rtype: str
|
|
16398
|
+
"""
|
|
16399
|
+
return self._InstanceId
|
|
16400
|
+
|
|
16401
|
+
@InstanceId.setter
|
|
16402
|
+
def InstanceId(self, InstanceId):
|
|
16403
|
+
self._InstanceId = InstanceId
|
|
16404
|
+
|
|
16405
|
+
@property
|
|
16406
|
+
def InstanceName(self):
|
|
16407
|
+
r"""实例名称
|
|
16408
|
+
:rtype: str
|
|
16409
|
+
"""
|
|
16410
|
+
return self._InstanceName
|
|
16411
|
+
|
|
16412
|
+
@InstanceName.setter
|
|
16413
|
+
def InstanceName(self, InstanceName):
|
|
16414
|
+
self._InstanceName = InstanceName
|
|
16415
|
+
|
|
16416
|
+
@property
|
|
16417
|
+
def InstanceStatus(self):
|
|
16418
|
+
r"""实例状态
|
|
16419
|
+
:rtype: str
|
|
16420
|
+
"""
|
|
16421
|
+
return self._InstanceStatus
|
|
16422
|
+
|
|
16423
|
+
@InstanceStatus.setter
|
|
16424
|
+
def InstanceStatus(self, InstanceStatus):
|
|
16425
|
+
self._InstanceStatus = InstanceStatus
|
|
16426
|
+
|
|
16427
|
+
@property
|
|
16428
|
+
def NoMatchDomains(self):
|
|
16429
|
+
r"""不匹配的域名列表
|
|
16430
|
+
:rtype: list of str
|
|
16431
|
+
"""
|
|
16432
|
+
return self._NoMatchDomains
|
|
16433
|
+
|
|
16434
|
+
@NoMatchDomains.setter
|
|
16435
|
+
def NoMatchDomains(self, NoMatchDomains):
|
|
16436
|
+
self._NoMatchDomains = NoMatchDomains
|
|
16437
|
+
|
|
16438
|
+
@property
|
|
16439
|
+
def ServerCertIdList(self):
|
|
16440
|
+
r"""服务端证书列表
|
|
16441
|
+
:rtype: list of str
|
|
16442
|
+
"""
|
|
16443
|
+
return self._ServerCertIdList
|
|
16444
|
+
|
|
16445
|
+
@ServerCertIdList.setter
|
|
16446
|
+
def ServerCertIdList(self, ServerCertIdList):
|
|
16447
|
+
self._ServerCertIdList = ServerCertIdList
|
|
16448
|
+
|
|
16449
|
+
@property
|
|
16450
|
+
def CaCertIdList(self):
|
|
16451
|
+
r"""ca证书列表
|
|
16452
|
+
:rtype: list of str
|
|
16453
|
+
"""
|
|
16454
|
+
return self._CaCertIdList
|
|
16455
|
+
|
|
16456
|
+
@CaCertIdList.setter
|
|
16457
|
+
def CaCertIdList(self, CaCertIdList):
|
|
16458
|
+
self._CaCertIdList = CaCertIdList
|
|
16459
|
+
|
|
16460
|
+
|
|
16461
|
+
def _deserialize(self, params):
|
|
16462
|
+
self._InstanceId = params.get("InstanceId")
|
|
16463
|
+
self._InstanceName = params.get("InstanceName")
|
|
16464
|
+
self._InstanceStatus = params.get("InstanceStatus")
|
|
16465
|
+
self._NoMatchDomains = params.get("NoMatchDomains")
|
|
16466
|
+
self._ServerCertIdList = params.get("ServerCertIdList")
|
|
16467
|
+
self._CaCertIdList = params.get("CaCertIdList")
|
|
16468
|
+
memeber_set = set(params.keys())
|
|
16469
|
+
for name, value in vars(self).items():
|
|
16470
|
+
property_name = name[1:]
|
|
16471
|
+
if property_name in memeber_set:
|
|
16472
|
+
memeber_set.remove(property_name)
|
|
16473
|
+
if len(memeber_set) > 0:
|
|
16474
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16475
|
+
|
|
16476
|
+
|
|
16477
|
+
|
|
16478
|
+
class MQTTInstanceList(AbstractModel):
|
|
16479
|
+
r"""MQTT实例详情 - 异步关联云资源数据结构
|
|
16480
|
+
|
|
16481
|
+
"""
|
|
16482
|
+
|
|
16483
|
+
def __init__(self):
|
|
16484
|
+
r"""
|
|
16485
|
+
:param _Region: 地域
|
|
16486
|
+
:type Region: str
|
|
16487
|
+
:param _InstanceList: 实例详情
|
|
16488
|
+
:type InstanceList: list of MQTTInstanceDetail
|
|
16489
|
+
:param _TotalCount: 地域下总数
|
|
16490
|
+
:type TotalCount: int
|
|
16491
|
+
:param _Error: 错误信息
|
|
16492
|
+
:type Error: str
|
|
16493
|
+
"""
|
|
16494
|
+
self._Region = None
|
|
16495
|
+
self._InstanceList = None
|
|
16496
|
+
self._TotalCount = None
|
|
16497
|
+
self._Error = None
|
|
16498
|
+
|
|
16499
|
+
@property
|
|
16500
|
+
def Region(self):
|
|
16501
|
+
r"""地域
|
|
16502
|
+
:rtype: str
|
|
16503
|
+
"""
|
|
16504
|
+
return self._Region
|
|
16505
|
+
|
|
16506
|
+
@Region.setter
|
|
16507
|
+
def Region(self, Region):
|
|
16508
|
+
self._Region = Region
|
|
16509
|
+
|
|
16510
|
+
@property
|
|
16511
|
+
def InstanceList(self):
|
|
16512
|
+
r"""实例详情
|
|
16513
|
+
:rtype: list of MQTTInstanceDetail
|
|
16514
|
+
"""
|
|
16515
|
+
return self._InstanceList
|
|
16516
|
+
|
|
16517
|
+
@InstanceList.setter
|
|
16518
|
+
def InstanceList(self, InstanceList):
|
|
16519
|
+
self._InstanceList = InstanceList
|
|
16520
|
+
|
|
16521
|
+
@property
|
|
16522
|
+
def TotalCount(self):
|
|
16523
|
+
r"""地域下总数
|
|
16524
|
+
:rtype: int
|
|
16525
|
+
"""
|
|
16526
|
+
return self._TotalCount
|
|
16527
|
+
|
|
16528
|
+
@TotalCount.setter
|
|
16529
|
+
def TotalCount(self, TotalCount):
|
|
16530
|
+
self._TotalCount = TotalCount
|
|
16531
|
+
|
|
16532
|
+
@property
|
|
16533
|
+
def Error(self):
|
|
16534
|
+
r"""错误信息
|
|
16535
|
+
:rtype: str
|
|
16536
|
+
"""
|
|
16537
|
+
return self._Error
|
|
16538
|
+
|
|
16539
|
+
@Error.setter
|
|
16540
|
+
def Error(self, Error):
|
|
16541
|
+
self._Error = Error
|
|
16542
|
+
|
|
16543
|
+
|
|
16544
|
+
def _deserialize(self, params):
|
|
16545
|
+
self._Region = params.get("Region")
|
|
16546
|
+
if params.get("InstanceList") is not None:
|
|
16547
|
+
self._InstanceList = []
|
|
16548
|
+
for item in params.get("InstanceList"):
|
|
16549
|
+
obj = MQTTInstanceDetail()
|
|
16550
|
+
obj._deserialize(item)
|
|
16551
|
+
self._InstanceList.append(obj)
|
|
16552
|
+
self._TotalCount = params.get("TotalCount")
|
|
16553
|
+
self._Error = params.get("Error")
|
|
16554
|
+
memeber_set = set(params.keys())
|
|
16555
|
+
for name, value in vars(self).items():
|
|
16556
|
+
property_name = name[1:]
|
|
16557
|
+
if property_name in memeber_set:
|
|
16558
|
+
memeber_set.remove(property_name)
|
|
16559
|
+
if len(memeber_set) > 0:
|
|
16560
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16561
|
+
|
|
16562
|
+
|
|
16563
|
+
|
|
16564
|
+
class ManagerInfo(AbstractModel):
|
|
16565
|
+
r"""管理人信息
|
|
16039
16566
|
|
|
16040
16567
|
"""
|
|
16041
16568
|
|
|
@@ -18083,6 +18610,173 @@ class RootCertificates(AbstractModel):
|
|
|
18083
18610
|
|
|
18084
18611
|
|
|
18085
18612
|
|
|
18613
|
+
class SCFInstanceDetail(AbstractModel):
|
|
18614
|
+
r"""SCF实例详情
|
|
18615
|
+
|
|
18616
|
+
"""
|
|
18617
|
+
|
|
18618
|
+
def __init__(self):
|
|
18619
|
+
r"""
|
|
18620
|
+
:param _CertificateId: 证书ID
|
|
18621
|
+
:type CertificateId: str
|
|
18622
|
+
:param _Protocol: 协议
|
|
18623
|
+
:type Protocol: str
|
|
18624
|
+
:param _Domain: 域名
|
|
18625
|
+
:type Domain: str
|
|
18626
|
+
:param _Region: 地域
|
|
18627
|
+
:type Region: str
|
|
18628
|
+
"""
|
|
18629
|
+
self._CertificateId = None
|
|
18630
|
+
self._Protocol = None
|
|
18631
|
+
self._Domain = None
|
|
18632
|
+
self._Region = None
|
|
18633
|
+
|
|
18634
|
+
@property
|
|
18635
|
+
def CertificateId(self):
|
|
18636
|
+
r"""证书ID
|
|
18637
|
+
:rtype: str
|
|
18638
|
+
"""
|
|
18639
|
+
return self._CertificateId
|
|
18640
|
+
|
|
18641
|
+
@CertificateId.setter
|
|
18642
|
+
def CertificateId(self, CertificateId):
|
|
18643
|
+
self._CertificateId = CertificateId
|
|
18644
|
+
|
|
18645
|
+
@property
|
|
18646
|
+
def Protocol(self):
|
|
18647
|
+
r"""协议
|
|
18648
|
+
:rtype: str
|
|
18649
|
+
"""
|
|
18650
|
+
return self._Protocol
|
|
18651
|
+
|
|
18652
|
+
@Protocol.setter
|
|
18653
|
+
def Protocol(self, Protocol):
|
|
18654
|
+
self._Protocol = Protocol
|
|
18655
|
+
|
|
18656
|
+
@property
|
|
18657
|
+
def Domain(self):
|
|
18658
|
+
r"""域名
|
|
18659
|
+
:rtype: str
|
|
18660
|
+
"""
|
|
18661
|
+
return self._Domain
|
|
18662
|
+
|
|
18663
|
+
@Domain.setter
|
|
18664
|
+
def Domain(self, Domain):
|
|
18665
|
+
self._Domain = Domain
|
|
18666
|
+
|
|
18667
|
+
@property
|
|
18668
|
+
def Region(self):
|
|
18669
|
+
r"""地域
|
|
18670
|
+
:rtype: str
|
|
18671
|
+
"""
|
|
18672
|
+
return self._Region
|
|
18673
|
+
|
|
18674
|
+
@Region.setter
|
|
18675
|
+
def Region(self, Region):
|
|
18676
|
+
self._Region = Region
|
|
18677
|
+
|
|
18678
|
+
|
|
18679
|
+
def _deserialize(self, params):
|
|
18680
|
+
self._CertificateId = params.get("CertificateId")
|
|
18681
|
+
self._Protocol = params.get("Protocol")
|
|
18682
|
+
self._Domain = params.get("Domain")
|
|
18683
|
+
self._Region = params.get("Region")
|
|
18684
|
+
memeber_set = set(params.keys())
|
|
18685
|
+
for name, value in vars(self).items():
|
|
18686
|
+
property_name = name[1:]
|
|
18687
|
+
if property_name in memeber_set:
|
|
18688
|
+
memeber_set.remove(property_name)
|
|
18689
|
+
if len(memeber_set) > 0:
|
|
18690
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18691
|
+
|
|
18692
|
+
|
|
18693
|
+
|
|
18694
|
+
class SCFInstanceList(AbstractModel):
|
|
18695
|
+
r"""SCF实例详情 - 异步关联云资源数据结构
|
|
18696
|
+
|
|
18697
|
+
"""
|
|
18698
|
+
|
|
18699
|
+
def __init__(self):
|
|
18700
|
+
r"""
|
|
18701
|
+
:param _Region: <p>地域</p>
|
|
18702
|
+
:type Region: str
|
|
18703
|
+
:param _InstanceList: <p>SCF实例详情</p>
|
|
18704
|
+
:type InstanceList: list of SCFInstanceDetail
|
|
18705
|
+
:param _Error: <p>错误信息</p>
|
|
18706
|
+
:type Error: str
|
|
18707
|
+
:param _TotalCount: <p>地域下总数</p>
|
|
18708
|
+
:type TotalCount: int
|
|
18709
|
+
"""
|
|
18710
|
+
self._Region = None
|
|
18711
|
+
self._InstanceList = None
|
|
18712
|
+
self._Error = None
|
|
18713
|
+
self._TotalCount = None
|
|
18714
|
+
|
|
18715
|
+
@property
|
|
18716
|
+
def Region(self):
|
|
18717
|
+
r"""<p>地域</p>
|
|
18718
|
+
:rtype: str
|
|
18719
|
+
"""
|
|
18720
|
+
return self._Region
|
|
18721
|
+
|
|
18722
|
+
@Region.setter
|
|
18723
|
+
def Region(self, Region):
|
|
18724
|
+
self._Region = Region
|
|
18725
|
+
|
|
18726
|
+
@property
|
|
18727
|
+
def InstanceList(self):
|
|
18728
|
+
r"""<p>SCF实例详情</p>
|
|
18729
|
+
:rtype: list of SCFInstanceDetail
|
|
18730
|
+
"""
|
|
18731
|
+
return self._InstanceList
|
|
18732
|
+
|
|
18733
|
+
@InstanceList.setter
|
|
18734
|
+
def InstanceList(self, InstanceList):
|
|
18735
|
+
self._InstanceList = InstanceList
|
|
18736
|
+
|
|
18737
|
+
@property
|
|
18738
|
+
def Error(self):
|
|
18739
|
+
r"""<p>错误信息</p>
|
|
18740
|
+
:rtype: str
|
|
18741
|
+
"""
|
|
18742
|
+
return self._Error
|
|
18743
|
+
|
|
18744
|
+
@Error.setter
|
|
18745
|
+
def Error(self, Error):
|
|
18746
|
+
self._Error = Error
|
|
18747
|
+
|
|
18748
|
+
@property
|
|
18749
|
+
def TotalCount(self):
|
|
18750
|
+
r"""<p>地域下总数</p>
|
|
18751
|
+
:rtype: int
|
|
18752
|
+
"""
|
|
18753
|
+
return self._TotalCount
|
|
18754
|
+
|
|
18755
|
+
@TotalCount.setter
|
|
18756
|
+
def TotalCount(self, TotalCount):
|
|
18757
|
+
self._TotalCount = TotalCount
|
|
18758
|
+
|
|
18759
|
+
|
|
18760
|
+
def _deserialize(self, params):
|
|
18761
|
+
self._Region = params.get("Region")
|
|
18762
|
+
if params.get("InstanceList") is not None:
|
|
18763
|
+
self._InstanceList = []
|
|
18764
|
+
for item in params.get("InstanceList"):
|
|
18765
|
+
obj = SCFInstanceDetail()
|
|
18766
|
+
obj._deserialize(item)
|
|
18767
|
+
self._InstanceList.append(obj)
|
|
18768
|
+
self._Error = params.get("Error")
|
|
18769
|
+
self._TotalCount = params.get("TotalCount")
|
|
18770
|
+
memeber_set = set(params.keys())
|
|
18771
|
+
for name, value in vars(self).items():
|
|
18772
|
+
property_name = name[1:]
|
|
18773
|
+
if property_name in memeber_set:
|
|
18774
|
+
memeber_set.remove(property_name)
|
|
18775
|
+
if len(memeber_set) > 0:
|
|
18776
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18777
|
+
|
|
18778
|
+
|
|
18779
|
+
|
|
18086
18780
|
class SubmitAuditManagerRequest(AbstractModel):
|
|
18087
18781
|
r"""SubmitAuditManager请求参数结构体
|
|
18088
18782
|
|
|
@@ -19858,6 +20552,203 @@ class TCBInstanceList(AbstractModel):
|
|
|
19858
20552
|
|
|
19859
20553
|
|
|
19860
20554
|
|
|
20555
|
+
class TDMQInstanceDetail(AbstractModel):
|
|
20556
|
+
r"""TDMQ - Rabbit实例详情
|
|
20557
|
+
|
|
20558
|
+
"""
|
|
20559
|
+
|
|
20560
|
+
def __init__(self):
|
|
20561
|
+
r"""
|
|
20562
|
+
:param _InstanceId: 实例ID
|
|
20563
|
+
:type InstanceId: str
|
|
20564
|
+
:param _InstanceName: 实例名称
|
|
20565
|
+
:type InstanceName: str
|
|
20566
|
+
:param _InstanceStatus: 实例状态
|
|
20567
|
+
:type InstanceStatus: str
|
|
20568
|
+
:param _CertId: 服务端证书ID
|
|
20569
|
+
:type CertId: str
|
|
20570
|
+
:param _CaCertId: CA证书ID
|
|
20571
|
+
:type CaCertId: str
|
|
20572
|
+
:param _NoMatchDomains: 不匹配的域名列表
|
|
20573
|
+
:type NoMatchDomains: list of str
|
|
20574
|
+
"""
|
|
20575
|
+
self._InstanceId = None
|
|
20576
|
+
self._InstanceName = None
|
|
20577
|
+
self._InstanceStatus = None
|
|
20578
|
+
self._CertId = None
|
|
20579
|
+
self._CaCertId = None
|
|
20580
|
+
self._NoMatchDomains = None
|
|
20581
|
+
|
|
20582
|
+
@property
|
|
20583
|
+
def InstanceId(self):
|
|
20584
|
+
r"""实例ID
|
|
20585
|
+
:rtype: str
|
|
20586
|
+
"""
|
|
20587
|
+
return self._InstanceId
|
|
20588
|
+
|
|
20589
|
+
@InstanceId.setter
|
|
20590
|
+
def InstanceId(self, InstanceId):
|
|
20591
|
+
self._InstanceId = InstanceId
|
|
20592
|
+
|
|
20593
|
+
@property
|
|
20594
|
+
def InstanceName(self):
|
|
20595
|
+
r"""实例名称
|
|
20596
|
+
:rtype: str
|
|
20597
|
+
"""
|
|
20598
|
+
return self._InstanceName
|
|
20599
|
+
|
|
20600
|
+
@InstanceName.setter
|
|
20601
|
+
def InstanceName(self, InstanceName):
|
|
20602
|
+
self._InstanceName = InstanceName
|
|
20603
|
+
|
|
20604
|
+
@property
|
|
20605
|
+
def InstanceStatus(self):
|
|
20606
|
+
r"""实例状态
|
|
20607
|
+
:rtype: str
|
|
20608
|
+
"""
|
|
20609
|
+
return self._InstanceStatus
|
|
20610
|
+
|
|
20611
|
+
@InstanceStatus.setter
|
|
20612
|
+
def InstanceStatus(self, InstanceStatus):
|
|
20613
|
+
self._InstanceStatus = InstanceStatus
|
|
20614
|
+
|
|
20615
|
+
@property
|
|
20616
|
+
def CertId(self):
|
|
20617
|
+
r"""服务端证书ID
|
|
20618
|
+
:rtype: str
|
|
20619
|
+
"""
|
|
20620
|
+
return self._CertId
|
|
20621
|
+
|
|
20622
|
+
@CertId.setter
|
|
20623
|
+
def CertId(self, CertId):
|
|
20624
|
+
self._CertId = CertId
|
|
20625
|
+
|
|
20626
|
+
@property
|
|
20627
|
+
def CaCertId(self):
|
|
20628
|
+
r"""CA证书ID
|
|
20629
|
+
:rtype: str
|
|
20630
|
+
"""
|
|
20631
|
+
return self._CaCertId
|
|
20632
|
+
|
|
20633
|
+
@CaCertId.setter
|
|
20634
|
+
def CaCertId(self, CaCertId):
|
|
20635
|
+
self._CaCertId = CaCertId
|
|
20636
|
+
|
|
20637
|
+
@property
|
|
20638
|
+
def NoMatchDomains(self):
|
|
20639
|
+
r"""不匹配的域名列表
|
|
20640
|
+
:rtype: list of str
|
|
20641
|
+
"""
|
|
20642
|
+
return self._NoMatchDomains
|
|
20643
|
+
|
|
20644
|
+
@NoMatchDomains.setter
|
|
20645
|
+
def NoMatchDomains(self, NoMatchDomains):
|
|
20646
|
+
self._NoMatchDomains = NoMatchDomains
|
|
20647
|
+
|
|
20648
|
+
|
|
20649
|
+
def _deserialize(self, params):
|
|
20650
|
+
self._InstanceId = params.get("InstanceId")
|
|
20651
|
+
self._InstanceName = params.get("InstanceName")
|
|
20652
|
+
self._InstanceStatus = params.get("InstanceStatus")
|
|
20653
|
+
self._CertId = params.get("CertId")
|
|
20654
|
+
self._CaCertId = params.get("CaCertId")
|
|
20655
|
+
self._NoMatchDomains = params.get("NoMatchDomains")
|
|
20656
|
+
memeber_set = set(params.keys())
|
|
20657
|
+
for name, value in vars(self).items():
|
|
20658
|
+
property_name = name[1:]
|
|
20659
|
+
if property_name in memeber_set:
|
|
20660
|
+
memeber_set.remove(property_name)
|
|
20661
|
+
if len(memeber_set) > 0:
|
|
20662
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
20663
|
+
|
|
20664
|
+
|
|
20665
|
+
|
|
20666
|
+
class TDMQInstanceList(AbstractModel):
|
|
20667
|
+
r"""TDMQ - Rabbit实例详情 - 异步关联云资源数据结构
|
|
20668
|
+
|
|
20669
|
+
"""
|
|
20670
|
+
|
|
20671
|
+
def __init__(self):
|
|
20672
|
+
r"""
|
|
20673
|
+
:param _Region: 地域
|
|
20674
|
+
:type Region: str
|
|
20675
|
+
:param _InstanceList: 实例详情
|
|
20676
|
+
:type InstanceList: list of TDMQInstanceDetail
|
|
20677
|
+
:param _TotalCount: 地域下总数
|
|
20678
|
+
:type TotalCount: int
|
|
20679
|
+
:param _Error: 错误信息
|
|
20680
|
+
:type Error: str
|
|
20681
|
+
"""
|
|
20682
|
+
self._Region = None
|
|
20683
|
+
self._InstanceList = None
|
|
20684
|
+
self._TotalCount = None
|
|
20685
|
+
self._Error = None
|
|
20686
|
+
|
|
20687
|
+
@property
|
|
20688
|
+
def Region(self):
|
|
20689
|
+
r"""地域
|
|
20690
|
+
:rtype: str
|
|
20691
|
+
"""
|
|
20692
|
+
return self._Region
|
|
20693
|
+
|
|
20694
|
+
@Region.setter
|
|
20695
|
+
def Region(self, Region):
|
|
20696
|
+
self._Region = Region
|
|
20697
|
+
|
|
20698
|
+
@property
|
|
20699
|
+
def InstanceList(self):
|
|
20700
|
+
r"""实例详情
|
|
20701
|
+
:rtype: list of TDMQInstanceDetail
|
|
20702
|
+
"""
|
|
20703
|
+
return self._InstanceList
|
|
20704
|
+
|
|
20705
|
+
@InstanceList.setter
|
|
20706
|
+
def InstanceList(self, InstanceList):
|
|
20707
|
+
self._InstanceList = InstanceList
|
|
20708
|
+
|
|
20709
|
+
@property
|
|
20710
|
+
def TotalCount(self):
|
|
20711
|
+
r"""地域下总数
|
|
20712
|
+
:rtype: int
|
|
20713
|
+
"""
|
|
20714
|
+
return self._TotalCount
|
|
20715
|
+
|
|
20716
|
+
@TotalCount.setter
|
|
20717
|
+
def TotalCount(self, TotalCount):
|
|
20718
|
+
self._TotalCount = TotalCount
|
|
20719
|
+
|
|
20720
|
+
@property
|
|
20721
|
+
def Error(self):
|
|
20722
|
+
r"""错误信息
|
|
20723
|
+
:rtype: str
|
|
20724
|
+
"""
|
|
20725
|
+
return self._Error
|
|
20726
|
+
|
|
20727
|
+
@Error.setter
|
|
20728
|
+
def Error(self, Error):
|
|
20729
|
+
self._Error = Error
|
|
20730
|
+
|
|
20731
|
+
|
|
20732
|
+
def _deserialize(self, params):
|
|
20733
|
+
self._Region = params.get("Region")
|
|
20734
|
+
if params.get("InstanceList") is not None:
|
|
20735
|
+
self._InstanceList = []
|
|
20736
|
+
for item in params.get("InstanceList"):
|
|
20737
|
+
obj = TDMQInstanceDetail()
|
|
20738
|
+
obj._deserialize(item)
|
|
20739
|
+
self._InstanceList.append(obj)
|
|
20740
|
+
self._TotalCount = params.get("TotalCount")
|
|
20741
|
+
self._Error = params.get("Error")
|
|
20742
|
+
memeber_set = set(params.keys())
|
|
20743
|
+
for name, value in vars(self).items():
|
|
20744
|
+
property_name = name[1:]
|
|
20745
|
+
if property_name in memeber_set:
|
|
20746
|
+
memeber_set.remove(property_name)
|
|
20747
|
+
if len(memeber_set) > 0:
|
|
20748
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
20749
|
+
|
|
20750
|
+
|
|
20751
|
+
|
|
19861
20752
|
class TSEInstanceDetail(AbstractModel):
|
|
19862
20753
|
r"""tse实例详情
|
|
19863
20754
|
|
|
@@ -20669,7 +21560,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
|
20669
21560
|
:type CertificateId: str
|
|
20670
21561
|
:param _Regions: 需要部署的地域列表(废弃)
|
|
20671
21562
|
:type Regions: list of str
|
|
20672
|
-
:param _ResourceTypesRegions: 云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos
|
|
21563
|
+
:param _ResourceTypesRegions: 云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos、mqtt
|
|
20673
21564
|
:type ResourceTypesRegions: list of ResourceTypeRegions
|
|
20674
21565
|
:param _CertificatePublicKey: 公钥证书, 若上传公钥证书,那么私钥证书必传。 则CertificateId不用传
|
|
20675
21566
|
:type CertificatePublicKey: str
|
|
@@ -20749,7 +21640,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
|
20749
21640
|
|
|
20750
21641
|
@property
|
|
20751
21642
|
def ResourceTypesRegions(self):
|
|
20752
|
-
r"""云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos
|
|
21643
|
+
r"""云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos、mqtt
|
|
20753
21644
|
:rtype: list of ResourceTypeRegions
|
|
20754
21645
|
"""
|
|
20755
21646
|
return self._ResourceTypesRegions
|
|
@@ -21196,6 +22087,10 @@ class UpdateRecordDetail(AbstractModel):
|
|
|
21196
22087
|
:type Algorithm: str
|
|
21197
22088
|
:param _OldAlgorithm: 旧证书加密算法
|
|
21198
22089
|
:type OldAlgorithm: str
|
|
22090
|
+
:param _InstanceStatus: 实例状态,不同云产品状态不一样
|
|
22091
|
+
:type InstanceStatus: str
|
|
22092
|
+
:param _ListenerStatus: 监听器状态
|
|
22093
|
+
:type ListenerStatus: str
|
|
21199
22094
|
"""
|
|
21200
22095
|
self._Id = None
|
|
21201
22096
|
self._CertId = None
|
|
@@ -21222,6 +22117,8 @@ class UpdateRecordDetail(AbstractModel):
|
|
|
21222
22117
|
self._Url = None
|
|
21223
22118
|
self._Algorithm = None
|
|
21224
22119
|
self._OldAlgorithm = None
|
|
22120
|
+
self._InstanceStatus = None
|
|
22121
|
+
self._ListenerStatus = None
|
|
21225
22122
|
|
|
21226
22123
|
@property
|
|
21227
22124
|
def Id(self):
|
|
@@ -21530,6 +22427,28 @@ class UpdateRecordDetail(AbstractModel):
|
|
|
21530
22427
|
def OldAlgorithm(self, OldAlgorithm):
|
|
21531
22428
|
self._OldAlgorithm = OldAlgorithm
|
|
21532
22429
|
|
|
22430
|
+
@property
|
|
22431
|
+
def InstanceStatus(self):
|
|
22432
|
+
r"""实例状态,不同云产品状态不一样
|
|
22433
|
+
:rtype: str
|
|
22434
|
+
"""
|
|
22435
|
+
return self._InstanceStatus
|
|
22436
|
+
|
|
22437
|
+
@InstanceStatus.setter
|
|
22438
|
+
def InstanceStatus(self, InstanceStatus):
|
|
22439
|
+
self._InstanceStatus = InstanceStatus
|
|
22440
|
+
|
|
22441
|
+
@property
|
|
22442
|
+
def ListenerStatus(self):
|
|
22443
|
+
r"""监听器状态
|
|
22444
|
+
:rtype: str
|
|
22445
|
+
"""
|
|
22446
|
+
return self._ListenerStatus
|
|
22447
|
+
|
|
22448
|
+
@ListenerStatus.setter
|
|
22449
|
+
def ListenerStatus(self, ListenerStatus):
|
|
22450
|
+
self._ListenerStatus = ListenerStatus
|
|
22451
|
+
|
|
21533
22452
|
|
|
21534
22453
|
def _deserialize(self, params):
|
|
21535
22454
|
self._Id = params.get("Id")
|
|
@@ -21557,6 +22476,8 @@ class UpdateRecordDetail(AbstractModel):
|
|
|
21557
22476
|
self._Url = params.get("Url")
|
|
21558
22477
|
self._Algorithm = params.get("Algorithm")
|
|
21559
22478
|
self._OldAlgorithm = params.get("OldAlgorithm")
|
|
22479
|
+
self._InstanceStatus = params.get("InstanceStatus")
|
|
22480
|
+
self._ListenerStatus = params.get("ListenerStatus")
|
|
21560
22481
|
memeber_set = set(params.keys())
|
|
21561
22482
|
for name, value in vars(self).items():
|
|
21562
22483
|
property_name = name[1:]
|