kingsoftcloud-sdk-python 1.1.1__py2.py3-none-any.whl → 1.5.8.49__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.
- kingsoftcloud_sdk_python-1.5.8.49.dist-info/METADATA +71 -0
- kingsoftcloud_sdk_python-1.5.8.49.dist-info/RECORD +337 -0
- {kingsoftcloud_sdk_python-1.1.1.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/WHEEL +1 -1
- ksyun/__init__.py +1 -1
- ksyun/client/actiontrail/v20190401/client.py +2 -4
- ksyun/client/aicp/v20240612/client.py +1344 -0
- ksyun/client/aicp/v20240612/models.py +1963 -0
- ksyun/client/aicp/v20251212/__init__.py +0 -0
- ksyun/client/aicp/v20251212/client.py +56 -0
- ksyun/client/aicp/v20251212/models.py +114 -0
- ksyun/client/bill/v20180601/client.py +6 -77
- ksyun/client/bill/v20180601/models.py +29 -41
- ksyun/client/bill/v20220601/__init__.py +0 -0
- ksyun/client/bill/v20220601/client.py +54 -0
- ksyun/client/bill/v20220601/models.py +54 -0
- ksyun/client/bill_union/v20200101/client.py +81 -14
- ksyun/client/bill_union/v20200101/models.py +119 -3
- ksyun/client/bill_union/v20221222/__init__.py +0 -0
- ksyun/client/bill_union/v20221222/client.py +146 -0
- ksyun/client/bill_union/v20221222/models.py +193 -0
- ksyun/client/bill_union/v20250801/__init__.py +0 -0
- ksyun/client/bill_union/v20250801/client.py +54 -0
- ksyun/client/bill_union/v20250801/models.py +64 -0
- ksyun/client/bws/v20160304/client.py +33 -12
- ksyun/client/bws/v20160304/models.py +51 -0
- ksyun/client/cdn/__init__.py +0 -0
- ksyun/client/cdn/v20160901/__init__.py +0 -0
- ksyun/client/cdn/v20160901/client.py +77 -0
- ksyun/client/cdn/v20160901/models.py +51 -0
- ksyun/client/cdn/v20200630/__init__.py +0 -0
- ksyun/client/cdn/v20200630/client.py +399 -0
- ksyun/client/cdn/v20200630/models.py +826 -0
- ksyun/client/cdn/v20200901/__init__.py +0 -0
- ksyun/client/cdn/v20200901/client.py +169 -0
- ksyun/client/cdn/v20200901/models.py +224 -0
- ksyun/client/cdn/v20211201/__init__.py +0 -0
- ksyun/client/cdn/v20211201/client.py +31 -0
- ksyun/client/cdn/v20211201/models.py +23 -0
- ksyun/client/cdn/v3/__init__.py +0 -0
- ksyun/client/cdn/v3/client.py +997 -0
- ksyun/client/cdn/v3/models.py +1323 -0
- ksyun/client/cen/__init__.py +0 -0
- ksyun/client/cen/v20160304/__init__.py +0 -0
- ksyun/client/cen/v20160304/client.py +606 -0
- ksyun/client/cen/v20160304/models.py +718 -0
- ksyun/client/clickhouse/__init__.py +0 -0
- ksyun/client/clickhouse/v20210101/__init__.py +0 -0
- ksyun/client/clickhouse/v20210101/client.py +905 -0
- ksyun/client/clickhouse/v20210101/models.py +1127 -0
- ksyun/client/cloud_advisor/__init__.py +0 -0
- ksyun/client/cloud_advisor/v20250610/__init__.py +0 -0
- ksyun/client/cloud_advisor/v20250610/client.py +77 -0
- ksyun/client/cloud_advisor/v20250610/models.py +80 -0
- ksyun/client/dmp/__init__.py +0 -0
- ksyun/client/dmp/v20240101/__init__.py +0 -0
- ksyun/client/dmp/v20240101/client.py +468 -0
- ksyun/client/dmp/v20240101/models.py +423 -0
- ksyun/client/dts/__init__.py +0 -0
- ksyun/client/dts/v20180108/__init__.py +0 -0
- ksyun/client/dts/v20180108/client.py +445 -0
- ksyun/client/dts/v20180108/models.py +734 -0
- ksyun/client/ebs/v20160304/client.py +260 -55
- ksyun/client/ebs/v20160304/models.py +320 -66
- ksyun/client/eip/v20160304/client.py +127 -14
- ksyun/client/eip/v20160304/models.py +95 -1
- ksyun/client/epc/v20151101/client.py +1309 -184
- ksyun/client/epc/v20151101/models.py +2623 -137
- ksyun/client/iam/v20151101/client.py +325 -120
- ksyun/client/iam/v20151101/models.py +284 -28
- ksyun/client/iam/v20240513/__init__.py +0 -0
- ksyun/client/iam/v20240513/client.py +31 -0
- ksyun/client/iam/v20240513/models.py +33 -0
- ksyun/client/iam/v20240703/__init__.py +0 -0
- ksyun/client/iam/v20240703/client.py +31 -0
- ksyun/client/iam/v20240703/models.py +18 -0
- ksyun/client/influxdb/__init__.py +0 -0
- ksyun/client/influxdb/v20191010/__init__.py +0 -0
- ksyun/client/influxdb/v20191010/client.py +629 -0
- ksyun/client/influxdb/v20191010/models.py +655 -0
- ksyun/client/kad/v20161122/client.py +56 -12
- ksyun/client/kad/v20161122/models.py +38 -0
- ksyun/client/kce/__init__.py +0 -0
- ksyun/client/kce/v20180314/__init__.py +0 -0
- ksyun/client/kce/v20180314/client.py +399 -0
- ksyun/client/kce/v20180314/models.py +374 -0
- ksyun/client/kce/v20190806/__init__.py +0 -0
- ksyun/client/kce/v20190806/client.py +790 -0
- ksyun/client/kce/v20190806/models.py +1099 -0
- ksyun/client/kce/v20201231/__init__.py +0 -0
- ksyun/client/{slb/v20171210 → kce/v20201231}/client.py +10 -12
- ksyun/client/kce/v20201231/models.py +137 -0
- ksyun/client/kce/v20230101/__init__.py +0 -0
- ksyun/client/kce/v20230101/client.py +215 -0
- ksyun/client/kce/v20230101/models.py +259 -0
- ksyun/client/kce/v20230306/__init__.py +0 -0
- ksyun/client/kce/v20230306/client.py +514 -0
- ksyun/client/kce/v20230306/models.py +655 -0
- ksyun/client/kce/v20231115/__init__.py +0 -0
- ksyun/client/kce/v20231115/client.py +54 -0
- ksyun/client/kce/v20231115/models.py +59 -0
- ksyun/client/kce2/__init__.py +0 -0
- ksyun/client/kce2/v20230101/__init__.py +0 -0
- ksyun/client/kce2/v20230101/client.py +353 -0
- ksyun/client/kce2/v20230101/models.py +483 -0
- ksyun/client/kcf/__init__.py +0 -0
- ksyun/client/kcf/v20211215/__init__.py +0 -0
- ksyun/client/kcf/v20211215/client.py +215 -0
- ksyun/client/kcf/v20211215/models.py +313 -0
- ksyun/client/kci/__init__.py +0 -0
- ksyun/client/kci/v20200702/__init__.py +0 -0
- ksyun/client/kci/v20200702/client.py +353 -0
- ksyun/client/kci/v20200702/models.py +614 -0
- ksyun/client/kcm/__init__.py +0 -0
- ksyun/client/kcm/v20160304/__init__.py +0 -0
- ksyun/client/kcm/v20160304/client.py +238 -0
- ksyun/client/kcm/v20160304/models.py +394 -0
- ksyun/client/kcrs/__init__.py +0 -0
- ksyun/client/kcrs/v20211109/__init__.py +0 -0
- ksyun/client/kcrs/v20211109/client.py +1020 -0
- ksyun/client/kcrs/v20211109/models.py +1282 -0
- ksyun/client/kcs/__init__.py +0 -0
- ksyun/client/kcs/v20160701/__init__.py +0 -0
- ksyun/client/kcs/v20160701/client.py +1526 -0
- ksyun/client/kcs/v20160701/models.py +1917 -0
- ksyun/client/kcs/v20170401/__init__.py +0 -0
- ksyun/client/kcs/v20170401/client.py +31 -0
- ksyun/client/kcs/v20170401/models.py +28 -0
- ksyun/client/kcs/v20240701/__init__.py +0 -0
- ksyun/client/kcs/v20240701/client.py +31 -0
- ksyun/client/kcs/v20240701/models.py +23 -0
- ksyun/client/kead/v20200101/client.py +48 -4
- ksyun/client/kead/v20200101/models.py +52 -42
- ksyun/client/kec/v20160304/client.py +890 -223
- ksyun/client/kec/v20160304/models.py +1377 -140
- ksyun/client/ked/__init__.py +0 -0
- ksyun/client/ked/v1/__init__.py +0 -0
- ksyun/client/ked/v1/client.py +1020 -0
- ksyun/client/ked/v1/models.py +1132 -0
- ksyun/client/kes/__init__.py +0 -0
- ksyun/client/kes/v20201215/__init__.py +0 -0
- ksyun/client/kes/v20201215/client.py +192 -0
- ksyun/client/kes/v20201215/models.py +252 -0
- ksyun/client/ket/__init__.py +0 -0
- ksyun/client/ket/v20170101/__init__.py +0 -0
- ksyun/client/ket/v20170101/client.py +192 -0
- ksyun/client/ket/v20170101/models.py +265 -0
- ksyun/client/kfw/__init__.py +0 -0
- ksyun/client/kfw/v20160304/__init__.py +0 -0
- ksyun/client/kfw/v20160304/client.py +692 -0
- ksyun/client/kfw/v20160304/models.py +1029 -0
- ksyun/client/kingpay/__init__.py +0 -0
- ksyun/client/kingpay/v1/__init__.py +0 -0
- ksyun/client/kingpay/v1/client.py +31 -0
- ksyun/client/kingpay/v1/models.py +18 -0
- ksyun/client/kkms/__init__.py +0 -0
- ksyun/client/kkms/v20160304/__init__.py +0 -0
- ksyun/client/kkms/v20160304/client.py +192 -0
- ksyun/client/kkms/v20160304/models.py +185 -0
- ksyun/client/klog/__init__.py +0 -0
- ksyun/client/klog/v20200731/__init__.py +0 -0
- ksyun/client/klog/v20200731/client.py +376 -0
- ksyun/client/klog/v20200731/models.py +508 -0
- ksyun/client/kls/__init__.py +0 -0
- ksyun/client/kls/v20170101/__init__.py +0 -0
- ksyun/client/kls/v20170101/client.py +192 -0
- ksyun/client/kls/v20170101/models.py +320 -0
- ksyun/client/kmr/__init__.py +0 -0
- ksyun/client/kmr/v20210902/__init__.py +0 -0
- ksyun/client/kmr/v20210902/client.py +537 -0
- ksyun/client/kmr/v20210902/models.py +536 -0
- ksyun/client/kmr/v20231231/__init__.py +0 -0
- ksyun/client/kmr/v20231231/client.py +169 -0
- ksyun/client/kmr/v20231231/models.py +201 -0
- ksyun/client/kmr/v20240814/__init__.py +0 -0
- ksyun/client/kmr/v20240814/client.py +445 -0
- ksyun/client/kmr/v20240814/models.py +523 -0
- ksyun/client/knad/__init__.py +0 -0
- ksyun/client/knad/v20230323/__init__.py +0 -0
- ksyun/client/knad/v20230323/client.py +399 -0
- ksyun/client/knad/v20230323/models.py +470 -0
- ksyun/client/kpfs/__init__.py +0 -0
- ksyun/client/kpfs/v20240930/__init__.py +0 -0
- ksyun/client/kpfs/v20240930/client.py +217 -0
- ksyun/client/kpfs/v20240930/models.py +396 -0
- ksyun/client/krds/__init__.py +0 -0
- ksyun/client/krds/v20160701/__init__.py +0 -0
- ksyun/client/krds/v20160701/client.py +2101 -0
- ksyun/client/krds/v20160701/models.py +2722 -0
- ksyun/client/krds/v20200825/__init__.py +0 -0
- ksyun/client/krds/v20200825/client.py +238 -0
- ksyun/client/krds/v20200825/models.py +336 -0
- ksyun/client/memcached/__init__.py +0 -0
- ksyun/client/memcached/v20180627/__init__.py +0 -0
- ksyun/client/memcached/v20180627/client.py +307 -0
- ksyun/client/memcached/v20180627/models.py +317 -0
- ksyun/client/milvus/__init__.py +0 -0
- ksyun/client/milvus/v20231010/__init__.py +0 -0
- ksyun/client/milvus/v20231010/client.py +445 -0
- ksyun/client/milvus/v20231010/models.py +520 -0
- ksyun/client/mongodb/v20170101/client.py +312 -84
- ksyun/client/mongodb/v20170101/models.py +251 -34
- ksyun/client/mongodb/v20250101/__init__.py +0 -0
- ksyun/client/mongodb/v20250101/client.py +31 -0
- ksyun/client/mongodb/v20250101/models.py +18 -0
- ksyun/client/monitor/__init__.py +0 -0
- ksyun/client/monitor/v20100525/__init__.py +0 -0
- ksyun/client/monitor/v20100525/client.py +54 -0
- ksyun/client/monitor/v20100525/models.py +108 -0
- ksyun/client/monitor/v20181114/__init__.py +0 -0
- ksyun/client/monitor/v20181114/client.py +31 -0
- ksyun/client/monitor/v20181114/models.py +59 -0
- ksyun/client/monitor/v20210101/__init__.py +0 -0
- ksyun/client/monitor/v20210101/client.py +284 -0
- ksyun/client/monitor/v20210101/models.py +330 -0
- ksyun/client/monitor/v20220101/__init__.py +0 -0
- ksyun/client/monitor/v20220101/client.py +54 -0
- ksyun/client/monitor/v20220101/models.py +32 -0
- ksyun/client/monitor/v20250101/__init__.py +0 -0
- ksyun/client/monitor/v20250101/client.py +121 -0
- ksyun/client/monitor/v20250101/models.py +188 -0
- ksyun/client/pdns/__init__.py +0 -0
- ksyun/client/pdns/v20160304/__init__.py +0 -0
- ksyun/client/pdns/v20160304/client.py +813 -0
- ksyun/client/pdns/v20160304/models.py +805 -0
- ksyun/client/postgresql/__init__.py +0 -0
- ksyun/client/postgresql/v20181225/__init__.py +0 -0
- ksyun/client/postgresql/v20181225/client.py +1158 -0
- ksyun/client/postgresql/v20181225/models.py +1629 -0
- ksyun/client/rabbitmq/__init__.py +0 -0
- ksyun/client/rabbitmq/v20191017/__init__.py +0 -0
- ksyun/client/rabbitmq/v20191017/client.py +445 -0
- ksyun/client/rabbitmq/v20191017/models.py +413 -0
- ksyun/client/relyt/__init__.py +0 -0
- ksyun/client/relyt/v20240117/__init__.py +0 -0
- ksyun/client/{bill_union/v20211209 → relyt/v20240117}/client.py +10 -12
- ksyun/client/relyt/v20240117/models.py +23 -0
- ksyun/client/resourcemanager/v20210320/client.py +16 -18
- ksyun/client/sks/v20151101/client.py +11 -13
- ksyun/client/sks/v20151101/models.py +28 -2
- ksyun/client/slb/v20160304/client.py +1099 -112
- ksyun/client/slb/v20160304/models.py +1697 -24
- ksyun/client/slb/v20250430/__init__.py +0 -0
- ksyun/client/slb/v20250430/client.py +813 -0
- ksyun/client/slb/v20250430/models.py +1372 -0
- ksyun/client/sqlserver/__init__.py +0 -0
- ksyun/client/sqlserver/v20190425/__init__.py +0 -0
- ksyun/client/sqlserver/v20190425/client.py +1066 -0
- ksyun/client/sqlserver/v20190425/models.py +1528 -0
- ksyun/client/sts/v20151101/client.py +23 -2
- ksyun/client/sts/v20151101/models.py +54 -1
- ksyun/client/tagv2/v20200901/client.py +60 -16
- ksyun/client/tagv2/v20200901/models.py +56 -4
- ksyun/client/ter/__init__.py +0 -0
- ksyun/client/ter/v20240415/__init__.py +0 -0
- ksyun/client/ter/v20240415/client.py +123 -0
- ksyun/client/ter/v20240415/models.py +115 -0
- ksyun/client/tidb/__init__.py +0 -0
- ksyun/client/tidb/v20210520/__init__.py +0 -0
- ksyun/client/tidb/v20210520/client.py +928 -0
- ksyun/client/tidb/v20210520/models.py +1162 -0
- ksyun/client/trade/v20200114/client.py +2 -4
- ksyun/client/trade/v20200831/client.py +2 -4
- ksyun/client/trade/v20250220/__init__.py +0 -0
- ksyun/client/trade/v20250220/client.py +100 -0
- ksyun/client/trade/v20250220/models.py +91 -0
- ksyun/client/trade/v20250321/__init__.py +0 -0
- ksyun/client/trade/v20250321/client.py +100 -0
- ksyun/client/trade/v20250321/models.py +71 -0
- ksyun/client/trade/v20250828/__init__.py +0 -0
- ksyun/client/trade/v20250828/client.py +31 -0
- ksyun/client/trade/v20250828/models.py +81 -0
- ksyun/client/vpc/v20160304/client.py +1377 -229
- ksyun/client/vpc/v20160304/models.py +1540 -138
- ksyun/client/waf/__init__.py +0 -0
- ksyun/client/waf/v20200707/__init__.py +0 -0
- ksyun/client/waf/v20200707/client.py +468 -0
- ksyun/client/waf/v20200707/models.py +738 -0
- ksyun/common/abstract_client.py +57 -21
- ksyun/common/abstract_model.py +3 -3
- ksyun/common/common_client.py +2 -0
- ksyun/common/credential.py +2 -0
- ksyun/common/exception/ksyun_sdk_exception.py +11 -7
- ksyun/common/http/request.py +45 -6
- ksyun/common/profile/client_profile.py +3 -0
- ksyun/common/profile/http_profile.py +28 -1
- kingsoftcloud_sdk_python-1.1.1.dist-info/METADATA +0 -47
- kingsoftcloud_sdk_python-1.1.1.dist-info/RECORD +0 -105
- ksyun/client/bill_union/v20211209/models.py +0 -38
- ksyun/client/slb/v20171210/models.py +0 -33
- ksyun/common/sign.py +0 -33
- {kingsoftcloud_sdk_python-1.1.1.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info/licenses}/LICENSE +0 -0
- {kingsoftcloud_sdk_python-1.1.1.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/top_level.txt +0 -0
- /ksyun/client/{bill_union/v20211209 → aicp}/__init__.py +0 -0
- /ksyun/client/{slb/v20171210 → aicp/v20240612}/__init__.py +0 -0
|
@@ -0,0 +1,805 @@
|
|
|
1
|
+
from ksyun.common.abstract_model import AbstractModel
|
|
2
|
+
|
|
3
|
+
class CreatePrivateDnsRequest(AbstractModel):
|
|
4
|
+
"""CreatePrivateDns请求参数结构体
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
def __init__(self):
|
|
8
|
+
r"""创建内网DNS实例
|
|
9
|
+
:param Action: Action
|
|
10
|
+
:type PathPrefix: String
|
|
11
|
+
:param Version: Version
|
|
12
|
+
:type PathPrefix: String
|
|
13
|
+
:param ProjectId: 项目ID
|
|
14
|
+
:type PathPrefix: String
|
|
15
|
+
"""
|
|
16
|
+
self.Action = None
|
|
17
|
+
self.Version = None
|
|
18
|
+
self.ProjectId = None
|
|
19
|
+
|
|
20
|
+
def _deserialize(self, params):
|
|
21
|
+
if params.get("Action"):
|
|
22
|
+
self.Action = params.get("Action")
|
|
23
|
+
if params.get("Version"):
|
|
24
|
+
self.Version = params.get("Version")
|
|
25
|
+
if params.get("ProjectId"):
|
|
26
|
+
self.ProjectId = params.get("ProjectId")
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class DeletePrivateDnsRequest(AbstractModel):
|
|
30
|
+
"""DeletePrivateDns请求参数结构体
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
def __init__(self):
|
|
34
|
+
r"""删除内网DNS实例
|
|
35
|
+
:param Action: Action
|
|
36
|
+
:type PathPrefix: String
|
|
37
|
+
:param Version: Version
|
|
38
|
+
:type PathPrefix: String
|
|
39
|
+
:param ProjectId: 项目ID
|
|
40
|
+
:type PathPrefix: String
|
|
41
|
+
"""
|
|
42
|
+
self.Action = None
|
|
43
|
+
self.Version = None
|
|
44
|
+
self.ProjectId = None
|
|
45
|
+
|
|
46
|
+
def _deserialize(self, params):
|
|
47
|
+
if params.get("Action"):
|
|
48
|
+
self.Action = params.get("Action")
|
|
49
|
+
if params.get("Version"):
|
|
50
|
+
self.Version = params.get("Version")
|
|
51
|
+
if params.get("ProjectId"):
|
|
52
|
+
self.ProjectId = params.get("ProjectId")
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class DescribePrivateDnsRequest(AbstractModel):
|
|
56
|
+
"""DescribePrivateDns请求参数结构体
|
|
57
|
+
"""
|
|
58
|
+
|
|
59
|
+
def __init__(self):
|
|
60
|
+
r"""描述内网DNS实例
|
|
61
|
+
:param Action: Action
|
|
62
|
+
:type PathPrefix: String
|
|
63
|
+
:param Version: Version
|
|
64
|
+
:type PathPrefix: String
|
|
65
|
+
"""
|
|
66
|
+
self.Action = None
|
|
67
|
+
self.Version = None
|
|
68
|
+
|
|
69
|
+
def _deserialize(self, params):
|
|
70
|
+
if params.get("Action"):
|
|
71
|
+
self.Action = params.get("Action")
|
|
72
|
+
if params.get("Version"):
|
|
73
|
+
self.Version = params.get("Version")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AssociateVpcsRequest(AbstractModel):
|
|
77
|
+
"""AssociateVpcs请求参数结构体
|
|
78
|
+
"""
|
|
79
|
+
|
|
80
|
+
def __init__(self):
|
|
81
|
+
r"""关联VPC
|
|
82
|
+
:param Action: Action
|
|
83
|
+
:type PathPrefix: String
|
|
84
|
+
:param Version: Version
|
|
85
|
+
:type PathPrefix: String
|
|
86
|
+
:param VpcId: VpcId
|
|
87
|
+
该 VPC 将关联所属 Region 的 PrivateDns 实例
|
|
88
|
+
:type PathPrefix: String
|
|
89
|
+
"""
|
|
90
|
+
self.Action = None
|
|
91
|
+
self.Version = None
|
|
92
|
+
self.VpcId = None
|
|
93
|
+
|
|
94
|
+
def _deserialize(self, params):
|
|
95
|
+
if params.get("Action"):
|
|
96
|
+
self.Action = params.get("Action")
|
|
97
|
+
if params.get("Version"):
|
|
98
|
+
self.Version = params.get("Version")
|
|
99
|
+
if params.get("VpcId"):
|
|
100
|
+
self.VpcId = params.get("VpcId")
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
class DisassociateVpcsRequest(AbstractModel):
|
|
104
|
+
"""DisassociateVpcs请求参数结构体
|
|
105
|
+
"""
|
|
106
|
+
|
|
107
|
+
def __init__(self):
|
|
108
|
+
r"""解绑VPC
|
|
109
|
+
:param Action: Action
|
|
110
|
+
:type PathPrefix: String
|
|
111
|
+
:param Version: Version
|
|
112
|
+
:type PathPrefix: String
|
|
113
|
+
:param VpcId: VpcId
|
|
114
|
+
该 VPC 将解关联 PrivateDns 实例
|
|
115
|
+
:type PathPrefix: String
|
|
116
|
+
"""
|
|
117
|
+
self.Action = None
|
|
118
|
+
self.Version = None
|
|
119
|
+
self.VpcId = None
|
|
120
|
+
|
|
121
|
+
def _deserialize(self, params):
|
|
122
|
+
if params.get("Action"):
|
|
123
|
+
self.Action = params.get("Action")
|
|
124
|
+
if params.get("Version"):
|
|
125
|
+
self.Version = params.get("Version")
|
|
126
|
+
if params.get("VpcId"):
|
|
127
|
+
self.VpcId = params.get("VpcId")
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
class CreateZoneRequest(AbstractModel):
|
|
131
|
+
"""CreateZone请求参数结构体
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
def __init__(self):
|
|
135
|
+
r"""创建Zone
|
|
136
|
+
:param Action: Action
|
|
137
|
+
:type PathPrefix: String
|
|
138
|
+
:param Version: Version
|
|
139
|
+
:type PathPrefix: String
|
|
140
|
+
:param ZoneName: ZoneName
|
|
141
|
+
:type PathPrefix: String
|
|
142
|
+
:param ZoneTtl: ZoneTtl
|
|
143
|
+
:type PathPrefix: Int
|
|
144
|
+
"""
|
|
145
|
+
self.Action = None
|
|
146
|
+
self.Version = None
|
|
147
|
+
self.ZoneName = None
|
|
148
|
+
self.ZoneTtl = None
|
|
149
|
+
|
|
150
|
+
def _deserialize(self, params):
|
|
151
|
+
if params.get("Action"):
|
|
152
|
+
self.Action = params.get("Action")
|
|
153
|
+
if params.get("Version"):
|
|
154
|
+
self.Version = params.get("Version")
|
|
155
|
+
if params.get("ZoneName"):
|
|
156
|
+
self.ZoneName = params.get("ZoneName")
|
|
157
|
+
if params.get("ZoneTtl"):
|
|
158
|
+
self.ZoneTtl = params.get("ZoneTtl")
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
class DeleteZoneRequest(AbstractModel):
|
|
162
|
+
"""DeleteZone请求参数结构体
|
|
163
|
+
"""
|
|
164
|
+
|
|
165
|
+
def __init__(self):
|
|
166
|
+
r"""删除Zone
|
|
167
|
+
:param Action: Action
|
|
168
|
+
:type PathPrefix: String
|
|
169
|
+
"""
|
|
170
|
+
self.Action = None
|
|
171
|
+
|
|
172
|
+
def _deserialize(self, params):
|
|
173
|
+
if params.get("Action"):
|
|
174
|
+
self.Action = params.get("Action")
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
class ModifyZoneRequest(AbstractModel):
|
|
178
|
+
"""ModifyZone请求参数结构体
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
def __init__(self):
|
|
182
|
+
r"""修改Zone
|
|
183
|
+
:param Action: Action
|
|
184
|
+
:type PathPrefix: String
|
|
185
|
+
"""
|
|
186
|
+
self.Action = None
|
|
187
|
+
|
|
188
|
+
def _deserialize(self, params):
|
|
189
|
+
if params.get("Action"):
|
|
190
|
+
self.Action = params.get("Action")
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class DescribeZoneRequest(AbstractModel):
|
|
194
|
+
"""DescribeZone请求参数结构体
|
|
195
|
+
"""
|
|
196
|
+
|
|
197
|
+
def __init__(self):
|
|
198
|
+
r"""描述Zone
|
|
199
|
+
:param Action: Action
|
|
200
|
+
:type PathPrefix: String
|
|
201
|
+
"""
|
|
202
|
+
self.Action = None
|
|
203
|
+
|
|
204
|
+
def _deserialize(self, params):
|
|
205
|
+
if params.get("Action"):
|
|
206
|
+
self.Action = params.get("Action")
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class CreateRecordRequest(AbstractModel):
|
|
210
|
+
"""CreateRecord请求参数结构体
|
|
211
|
+
"""
|
|
212
|
+
|
|
213
|
+
def __init__(self):
|
|
214
|
+
r"""添加解析记录
|
|
215
|
+
:param Action: Action
|
|
216
|
+
:type PathPrefix: String
|
|
217
|
+
"""
|
|
218
|
+
self.Action = None
|
|
219
|
+
|
|
220
|
+
def _deserialize(self, params):
|
|
221
|
+
if params.get("Action"):
|
|
222
|
+
self.Action = params.get("Action")
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
class DeleteRecordRequest(AbstractModel):
|
|
226
|
+
"""DeleteRecord请求参数结构体
|
|
227
|
+
"""
|
|
228
|
+
|
|
229
|
+
def __init__(self):
|
|
230
|
+
r"""删除解析记录
|
|
231
|
+
:param Action: Action
|
|
232
|
+
:type PathPrefix: String
|
|
233
|
+
"""
|
|
234
|
+
self.Action = None
|
|
235
|
+
|
|
236
|
+
def _deserialize(self, params):
|
|
237
|
+
if params.get("Action"):
|
|
238
|
+
self.Action = params.get("Action")
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
class DescribeRecordRequest(AbstractModel):
|
|
242
|
+
"""DescribeRecord请求参数结构体
|
|
243
|
+
"""
|
|
244
|
+
|
|
245
|
+
def __init__(self):
|
|
246
|
+
r"""描述解析记录
|
|
247
|
+
:param Action: Action
|
|
248
|
+
:type PathPrefix: String
|
|
249
|
+
"""
|
|
250
|
+
self.Action = None
|
|
251
|
+
|
|
252
|
+
def _deserialize(self, params):
|
|
253
|
+
if params.get("Action"):
|
|
254
|
+
self.Action = params.get("Action")
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
class CreateRecordDataRequest(AbstractModel):
|
|
258
|
+
"""CreateRecordData请求参数结构体
|
|
259
|
+
"""
|
|
260
|
+
|
|
261
|
+
def __init__(self):
|
|
262
|
+
r"""添加记录值
|
|
263
|
+
:param Action: Action
|
|
264
|
+
:type PathPrefix: String
|
|
265
|
+
"""
|
|
266
|
+
self.Action = None
|
|
267
|
+
|
|
268
|
+
def _deserialize(self, params):
|
|
269
|
+
if params.get("Action"):
|
|
270
|
+
self.Action = params.get("Action")
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
class DeleteRecordDataRequest(AbstractModel):
|
|
274
|
+
"""DeleteRecordData请求参数结构体
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
def __init__(self):
|
|
278
|
+
r"""删除记录值
|
|
279
|
+
:param Action: Action
|
|
280
|
+
:type PathPrefix: String
|
|
281
|
+
"""
|
|
282
|
+
self.Action = None
|
|
283
|
+
|
|
284
|
+
def _deserialize(self, params):
|
|
285
|
+
if params.get("Action"):
|
|
286
|
+
self.Action = params.get("Action")
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
class CreatePdnsZoneRequest(AbstractModel):
|
|
290
|
+
"""CreatePdnsZone请求参数结构体
|
|
291
|
+
"""
|
|
292
|
+
|
|
293
|
+
def __init__(self):
|
|
294
|
+
r"""创建内网DNSzone
|
|
295
|
+
:param ZoneName: Zone名称
|
|
296
|
+
:type PathPrefix: String
|
|
297
|
+
:param ZoneTtl: TTL
|
|
298
|
+
:type PathPrefix: Int
|
|
299
|
+
:param ProjectId: 项目的ID
|
|
300
|
+
:type PathPrefix: String
|
|
301
|
+
:param ChargeType: 有效值:
|
|
302
|
+
TrafficMonthly:按量付费(流量月结)。
|
|
303
|
+
:type PathPrefix: String
|
|
304
|
+
"""
|
|
305
|
+
self.ZoneName = None
|
|
306
|
+
self.ZoneTtl = None
|
|
307
|
+
self.ProjectId = None
|
|
308
|
+
self.ChargeType = None
|
|
309
|
+
|
|
310
|
+
def _deserialize(self, params):
|
|
311
|
+
if params.get("ZoneName"):
|
|
312
|
+
self.ZoneName = params.get("ZoneName")
|
|
313
|
+
if params.get("ZoneTtl"):
|
|
314
|
+
self.ZoneTtl = params.get("ZoneTtl")
|
|
315
|
+
if params.get("ProjectId"):
|
|
316
|
+
self.ProjectId = params.get("ProjectId")
|
|
317
|
+
if params.get("ChargeType"):
|
|
318
|
+
self.ChargeType = params.get("ChargeType")
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
class ModifyPdnsZoneRequest(AbstractModel):
|
|
322
|
+
"""ModifyPdnsZone请求参数结构体
|
|
323
|
+
"""
|
|
324
|
+
|
|
325
|
+
def __init__(self):
|
|
326
|
+
r"""修改Zone的ttl
|
|
327
|
+
:param ZoneId: Zone的ID
|
|
328
|
+
:type PathPrefix: String
|
|
329
|
+
:param ZoneTtl: TTL
|
|
330
|
+
:type PathPrefix: Int
|
|
331
|
+
"""
|
|
332
|
+
self.ZoneId = None
|
|
333
|
+
self.ZoneTtl = None
|
|
334
|
+
|
|
335
|
+
def _deserialize(self, params):
|
|
336
|
+
if params.get("ZoneId"):
|
|
337
|
+
self.ZoneId = params.get("ZoneId")
|
|
338
|
+
if params.get("ZoneTtl"):
|
|
339
|
+
self.ZoneTtl = params.get("ZoneTtl")
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
class DeletePdnsZoneRequest(AbstractModel):
|
|
343
|
+
"""DeletePdnsZone请求参数结构体
|
|
344
|
+
"""
|
|
345
|
+
|
|
346
|
+
def __init__(self):
|
|
347
|
+
r"""删除Zone-二期
|
|
348
|
+
:param ZoneId: Zone的ID
|
|
349
|
+
:type PathPrefix: String
|
|
350
|
+
"""
|
|
351
|
+
self.ZoneId = None
|
|
352
|
+
|
|
353
|
+
def _deserialize(self, params):
|
|
354
|
+
if params.get("ZoneId"):
|
|
355
|
+
self.ZoneId = params.get("ZoneId")
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
class DescribePdnsZonesRequest(AbstractModel):
|
|
359
|
+
"""DescribePdnsZones请求参数结构体
|
|
360
|
+
"""
|
|
361
|
+
|
|
362
|
+
def __init__(self):
|
|
363
|
+
r"""查询Zone-二期
|
|
364
|
+
:param Filter: Zone的Id
|
|
365
|
+
:type PathPrefix: Filter
|
|
366
|
+
:param MaxResults: 单次调用可返回的最大条目数量
|
|
367
|
+
:type PathPrefix: Int
|
|
368
|
+
:param NextToken: 获取另一页返回结果的 token.
|
|
369
|
+
:type PathPrefix: String
|
|
370
|
+
"""
|
|
371
|
+
self.Filter = None
|
|
372
|
+
self.MaxResults = None
|
|
373
|
+
self.NextToken = None
|
|
374
|
+
|
|
375
|
+
def _deserialize(self, params):
|
|
376
|
+
if params.get("Filter"):
|
|
377
|
+
self.Filter = params.get("Filter")
|
|
378
|
+
if params.get("MaxResults"):
|
|
379
|
+
self.MaxResults = params.get("MaxResults")
|
|
380
|
+
if params.get("NextToken"):
|
|
381
|
+
self.NextToken = params.get("NextToken")
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
class BindZoneVpcRequest(AbstractModel):
|
|
385
|
+
"""BindZoneVpc请求参数结构体
|
|
386
|
+
"""
|
|
387
|
+
|
|
388
|
+
def __init__(self):
|
|
389
|
+
r"""为Zone绑定VPC
|
|
390
|
+
:param ZoneId: Zone的ID
|
|
391
|
+
:type PathPrefix: String
|
|
392
|
+
:param Vpcs: 筛选Filter
|
|
393
|
+
:type PathPrefix: Filter
|
|
394
|
+
"""
|
|
395
|
+
self.ZoneId = None
|
|
396
|
+
self.Vpcs = None
|
|
397
|
+
|
|
398
|
+
def _deserialize(self, params):
|
|
399
|
+
if params.get("ZoneId"):
|
|
400
|
+
self.ZoneId = params.get("ZoneId")
|
|
401
|
+
if params.get("Vpcs"):
|
|
402
|
+
self.Vpcs = params.get("Vpcs")
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
class UnbindZoneVpcRequest(AbstractModel):
|
|
406
|
+
"""UnbindZoneVpc请求参数结构体
|
|
407
|
+
"""
|
|
408
|
+
|
|
409
|
+
def __init__(self):
|
|
410
|
+
r"""Zone解绑VPC
|
|
411
|
+
:param ZoneId: Zone的ID
|
|
412
|
+
:type PathPrefix: String
|
|
413
|
+
:param Vpcs: 筛选Filter
|
|
414
|
+
:type PathPrefix: Filter
|
|
415
|
+
"""
|
|
416
|
+
self.ZoneId = None
|
|
417
|
+
self.Vpcs = None
|
|
418
|
+
|
|
419
|
+
def _deserialize(self, params):
|
|
420
|
+
if params.get("ZoneId"):
|
|
421
|
+
self.ZoneId = params.get("ZoneId")
|
|
422
|
+
if params.get("Vpcs"):
|
|
423
|
+
self.Vpcs = params.get("Vpcs")
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
class CreateZoneRecordRequest(AbstractModel):
|
|
427
|
+
"""CreateZoneRecord请求参数结构体
|
|
428
|
+
"""
|
|
429
|
+
|
|
430
|
+
def __init__(self):
|
|
431
|
+
r"""创建Zone解析记录-二期
|
|
432
|
+
:param ZoneId: Zone的ID
|
|
433
|
+
:type PathPrefix: String
|
|
434
|
+
:param RecordName: 记录名称
|
|
435
|
+
:type PathPrefix: String
|
|
436
|
+
:param Type: 记录类型(A | AAAA | MX | CNAME | TXT | SRV | PTR)
|
|
437
|
+
:type PathPrefix: String
|
|
438
|
+
:param RecordTtl: 记录ttl
|
|
439
|
+
:type PathPrefix: Int
|
|
440
|
+
:param RecordValue: 记录值
|
|
441
|
+
:type PathPrefix: String
|
|
442
|
+
"""
|
|
443
|
+
self.ZoneId = None
|
|
444
|
+
self.RecordName = None
|
|
445
|
+
self.Type = None
|
|
446
|
+
self.RecordTtl = None
|
|
447
|
+
self.RecordValue = None
|
|
448
|
+
|
|
449
|
+
def _deserialize(self, params):
|
|
450
|
+
if params.get("ZoneId"):
|
|
451
|
+
self.ZoneId = params.get("ZoneId")
|
|
452
|
+
if params.get("RecordName"):
|
|
453
|
+
self.RecordName = params.get("RecordName")
|
|
454
|
+
if params.get("Type"):
|
|
455
|
+
self.Type = params.get("Type")
|
|
456
|
+
if params.get("RecordTtl"):
|
|
457
|
+
self.RecordTtl = params.get("RecordTtl")
|
|
458
|
+
if params.get("RecordValue"):
|
|
459
|
+
self.RecordValue = params.get("RecordValue")
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
class DeleteZoneRecordRequest(AbstractModel):
|
|
463
|
+
"""DeleteZoneRecord请求参数结构体
|
|
464
|
+
"""
|
|
465
|
+
|
|
466
|
+
def __init__(self):
|
|
467
|
+
r"""删除Zone解析记录
|
|
468
|
+
:param ZoneId: Zone的ID
|
|
469
|
+
:type PathPrefix: String
|
|
470
|
+
:param RecordId: 记录ID
|
|
471
|
+
:type PathPrefix: String
|
|
472
|
+
:param RecordValue: 记录值
|
|
473
|
+
:type PathPrefix: String
|
|
474
|
+
:param Priority: 优先级,记录的Type 为 MX、SRV 需要传入
|
|
475
|
+
:type PathPrefix: String
|
|
476
|
+
:param Weight: 权重,记录的Type 为 SRV 需要传入
|
|
477
|
+
:type PathPrefix: String
|
|
478
|
+
:param Port: 端口,记录的Type 为 SRV 需要传入
|
|
479
|
+
:type PathPrefix: String
|
|
480
|
+
"""
|
|
481
|
+
self.ZoneId = None
|
|
482
|
+
self.RecordId = None
|
|
483
|
+
self.RecordValue = None
|
|
484
|
+
self.Priority = None
|
|
485
|
+
self.Weight = None
|
|
486
|
+
self.Port = None
|
|
487
|
+
|
|
488
|
+
def _deserialize(self, params):
|
|
489
|
+
if params.get("ZoneId"):
|
|
490
|
+
self.ZoneId = params.get("ZoneId")
|
|
491
|
+
if params.get("RecordId"):
|
|
492
|
+
self.RecordId = params.get("RecordId")
|
|
493
|
+
if params.get("RecordValue"):
|
|
494
|
+
self.RecordValue = params.get("RecordValue")
|
|
495
|
+
if params.get("Priority"):
|
|
496
|
+
self.Priority = params.get("Priority")
|
|
497
|
+
if params.get("Weight"):
|
|
498
|
+
self.Weight = params.get("Weight")
|
|
499
|
+
if params.get("Port"):
|
|
500
|
+
self.Port = params.get("Port")
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
class ModifyZoneRecordRequest(AbstractModel):
|
|
504
|
+
"""ModifyZoneRecord请求参数结构体
|
|
505
|
+
"""
|
|
506
|
+
|
|
507
|
+
def __init__(self):
|
|
508
|
+
r"""修改Zone解析记录
|
|
509
|
+
:param ZoneId: Zone的ID
|
|
510
|
+
:type PathPrefix: String
|
|
511
|
+
:param RecordId: 记录ID
|
|
512
|
+
:type PathPrefix: String
|
|
513
|
+
:param RecordTtl: 记录ttl
|
|
514
|
+
:type PathPrefix: Int
|
|
515
|
+
"""
|
|
516
|
+
self.ZoneId = None
|
|
517
|
+
self.RecordId = None
|
|
518
|
+
self.RecordTtl = None
|
|
519
|
+
|
|
520
|
+
def _deserialize(self, params):
|
|
521
|
+
if params.get("ZoneId"):
|
|
522
|
+
self.ZoneId = params.get("ZoneId")
|
|
523
|
+
if params.get("RecordId"):
|
|
524
|
+
self.RecordId = params.get("RecordId")
|
|
525
|
+
if params.get("RecordTtl"):
|
|
526
|
+
self.RecordTtl = params.get("RecordTtl")
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
class DescribeZoneRecordRequest(AbstractModel):
|
|
530
|
+
"""DescribeZoneRecord请求参数结构体
|
|
531
|
+
"""
|
|
532
|
+
|
|
533
|
+
def __init__(self):
|
|
534
|
+
r"""查询Zone解析记录 - 二期
|
|
535
|
+
:param ZoneId: Zone的ID
|
|
536
|
+
:type PathPrefix: String
|
|
537
|
+
:param RecordId: 解析记录的ID
|
|
538
|
+
:type PathPrefix: Filter
|
|
539
|
+
:param Filter: 解析记录的主机记录筛选
|
|
540
|
+
:type PathPrefix: Filter
|
|
541
|
+
"""
|
|
542
|
+
self.ZoneId = None
|
|
543
|
+
self.RecordId = None
|
|
544
|
+
self.Filter = None
|
|
545
|
+
|
|
546
|
+
def _deserialize(self, params):
|
|
547
|
+
if params.get("ZoneId"):
|
|
548
|
+
self.ZoneId = params.get("ZoneId")
|
|
549
|
+
if params.get("RecordId"):
|
|
550
|
+
self.RecordId = params.get("RecordId")
|
|
551
|
+
if params.get("Filter"):
|
|
552
|
+
self.Filter = params.get("Filter")
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
class UnbindFdZoneVpcRequest(AbstractModel):
|
|
556
|
+
"""UnbindFdZoneVpc请求参数结构体
|
|
557
|
+
"""
|
|
558
|
+
|
|
559
|
+
def __init__(self):
|
|
560
|
+
r"""取消关联生效VPC
|
|
561
|
+
:param BindVpcId: 要解绑的BindVpcId
|
|
562
|
+
:type PathPrefix: Filter
|
|
563
|
+
"""
|
|
564
|
+
self.BindVpcId = None
|
|
565
|
+
|
|
566
|
+
def _deserialize(self, params):
|
|
567
|
+
if params.get("BindVpcId"):
|
|
568
|
+
self.BindVpcId = params.get("BindVpcId")
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
class BindFdZoneVpcRequest(AbstractModel):
|
|
572
|
+
"""BindFdZoneVpc请求参数结构体
|
|
573
|
+
"""
|
|
574
|
+
|
|
575
|
+
def __init__(self):
|
|
576
|
+
r"""关联生效VPC
|
|
577
|
+
:param FdZoneId: 转发Zone的ID
|
|
578
|
+
:type PathPrefix: String
|
|
579
|
+
:param RegionName: 机房code
|
|
580
|
+
:type PathPrefix: String
|
|
581
|
+
:param VpcId: 要绑定的VpcId
|
|
582
|
+
:type PathPrefix: Filter
|
|
583
|
+
"""
|
|
584
|
+
self.FdZoneId = None
|
|
585
|
+
self.RegionName = None
|
|
586
|
+
self.VpcId = None
|
|
587
|
+
|
|
588
|
+
def _deserialize(self, params):
|
|
589
|
+
if params.get("FdZoneId"):
|
|
590
|
+
self.FdZoneId = params.get("FdZoneId")
|
|
591
|
+
if params.get("RegionName"):
|
|
592
|
+
self.RegionName = params.get("RegionName")
|
|
593
|
+
if params.get("VpcId"):
|
|
594
|
+
self.VpcId = params.get("VpcId")
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
class DescribePdnsFdZoneRequest(AbstractModel):
|
|
598
|
+
"""DescribePdnsFdZone请求参数结构体
|
|
599
|
+
"""
|
|
600
|
+
|
|
601
|
+
def __init__(self):
|
|
602
|
+
r"""查询转发Zone
|
|
603
|
+
:param FdZoneId: 转发Zone的ID
|
|
604
|
+
:type PathPrefix: Filter
|
|
605
|
+
:param Filter: 筛选Filter
|
|
606
|
+
:type PathPrefix: Filter
|
|
607
|
+
"""
|
|
608
|
+
self.FdZoneId = None
|
|
609
|
+
self.Filter = None
|
|
610
|
+
|
|
611
|
+
def _deserialize(self, params):
|
|
612
|
+
if params.get("FdZoneId"):
|
|
613
|
+
self.FdZoneId = params.get("FdZoneId")
|
|
614
|
+
if params.get("Filter"):
|
|
615
|
+
self.Filter = params.get("Filter")
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
class DeletePdnsFdZoneRequest(AbstractModel):
|
|
619
|
+
"""DeletePdnsFdZone请求参数结构体
|
|
620
|
+
"""
|
|
621
|
+
|
|
622
|
+
def __init__(self):
|
|
623
|
+
r"""删除转发Zone
|
|
624
|
+
:param FdZoneId: 出站节点的ID
|
|
625
|
+
:type PathPrefix: String
|
|
626
|
+
"""
|
|
627
|
+
self.FdZoneId = None
|
|
628
|
+
|
|
629
|
+
def _deserialize(self, params):
|
|
630
|
+
if params.get("FdZoneId"):
|
|
631
|
+
self.FdZoneId = params.get("FdZoneId")
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
class ModifyPdnsFdZoneRequest(AbstractModel):
|
|
635
|
+
"""ModifyPdnsFdZone请求参数结构体
|
|
636
|
+
"""
|
|
637
|
+
|
|
638
|
+
def __init__(self):
|
|
639
|
+
r"""修改转发Zone
|
|
640
|
+
:param FdZoneId: 转发Zone的ID
|
|
641
|
+
:type PathPrefix: String
|
|
642
|
+
:param Description: 描述信息
|
|
643
|
+
:type PathPrefix: String
|
|
644
|
+
:param ForwardIp: ForwardIp,此字段若传入即为全量更新
|
|
645
|
+
:type PathPrefix: Filter
|
|
646
|
+
"""
|
|
647
|
+
self.FdZoneId = None
|
|
648
|
+
self.Description = None
|
|
649
|
+
self.ForwardIp = None
|
|
650
|
+
|
|
651
|
+
def _deserialize(self, params):
|
|
652
|
+
if params.get("FdZoneId"):
|
|
653
|
+
self.FdZoneId = params.get("FdZoneId")
|
|
654
|
+
if params.get("Description"):
|
|
655
|
+
self.Description = params.get("Description")
|
|
656
|
+
if params.get("ForwardIp"):
|
|
657
|
+
self.ForwardIp = params.get("ForwardIp")
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
class CreatePdnsFdZoneRequest(AbstractModel):
|
|
661
|
+
"""CreatePdnsFdZone请求参数结构体
|
|
662
|
+
"""
|
|
663
|
+
|
|
664
|
+
def __init__(self):
|
|
665
|
+
r"""创建转发Zone
|
|
666
|
+
:param EndPointId: 出站节点的Id
|
|
667
|
+
:type PathPrefix: String
|
|
668
|
+
:param FdZoneName: 转发Zone名称
|
|
669
|
+
:type PathPrefix: String
|
|
670
|
+
:param Description: 描述信息
|
|
671
|
+
:type PathPrefix: String
|
|
672
|
+
:param ForwardIp: ForwardIp
|
|
673
|
+
:type PathPrefix: Filter
|
|
674
|
+
"""
|
|
675
|
+
self.EndPointId = None
|
|
676
|
+
self.FdZoneName = None
|
|
677
|
+
self.Description = None
|
|
678
|
+
self.ForwardIp = None
|
|
679
|
+
|
|
680
|
+
def _deserialize(self, params):
|
|
681
|
+
if params.get("EndPointId"):
|
|
682
|
+
self.EndPointId = params.get("EndPointId")
|
|
683
|
+
if params.get("FdZoneName"):
|
|
684
|
+
self.FdZoneName = params.get("FdZoneName")
|
|
685
|
+
if params.get("Description"):
|
|
686
|
+
self.Description = params.get("Description")
|
|
687
|
+
if params.get("ForwardIp"):
|
|
688
|
+
self.ForwardIp = params.get("ForwardIp")
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
class QueryEndPointRegionAZRequest(AbstractModel):
|
|
692
|
+
"""QueryEndPointRegionAZ请求参数结构体
|
|
693
|
+
"""
|
|
694
|
+
|
|
695
|
+
def __init__(self):
|
|
696
|
+
r"""查询Endpoint支持的可用区
|
|
697
|
+
:param Region: 机房code 例如cn-beijing-6
|
|
698
|
+
:type PathPrefix: String
|
|
699
|
+
"""
|
|
700
|
+
self.Region = None
|
|
701
|
+
|
|
702
|
+
def _deserialize(self, params):
|
|
703
|
+
if params.get("Region"):
|
|
704
|
+
self.Region = params.get("Region")
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
class DescribeEndPointsRequest(AbstractModel):
|
|
708
|
+
"""DescribeEndPoints请求参数结构体
|
|
709
|
+
"""
|
|
710
|
+
|
|
711
|
+
def __init__(self):
|
|
712
|
+
r"""查询出站节点
|
|
713
|
+
:param EndPointId: 出站节点的Id
|
|
714
|
+
:type PathPrefix: Filter
|
|
715
|
+
"""
|
|
716
|
+
self.EndPointId = None
|
|
717
|
+
|
|
718
|
+
def _deserialize(self, params):
|
|
719
|
+
if params.get("EndPointId"):
|
|
720
|
+
self.EndPointId = params.get("EndPointId")
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
class DeleteEndPointRequest(AbstractModel):
|
|
724
|
+
"""DeleteEndPoint请求参数结构体
|
|
725
|
+
"""
|
|
726
|
+
|
|
727
|
+
def __init__(self):
|
|
728
|
+
r"""删除出站节点
|
|
729
|
+
:param EndPointId: EndPointId的ID
|
|
730
|
+
:type PathPrefix: String
|
|
731
|
+
"""
|
|
732
|
+
self.EndPointId = None
|
|
733
|
+
|
|
734
|
+
def _deserialize(self, params):
|
|
735
|
+
if params.get("EndPointId"):
|
|
736
|
+
self.EndPointId = params.get("EndPointId")
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
class ModifyEndPointRequest(AbstractModel):
|
|
740
|
+
"""ModifyEndPoint请求参数结构体
|
|
741
|
+
"""
|
|
742
|
+
|
|
743
|
+
def __init__(self):
|
|
744
|
+
r"""修改出站节点
|
|
745
|
+
:param EndPointId: 出站节点的ID
|
|
746
|
+
:type PathPrefix: String
|
|
747
|
+
:param EndPointName: 名称
|
|
748
|
+
:type PathPrefix: String
|
|
749
|
+
:param Description: 描述信息
|
|
750
|
+
:type PathPrefix: String
|
|
751
|
+
:param IpConfig: 筛选Filter
|
|
752
|
+
:type PathPrefix: Filter
|
|
753
|
+
"""
|
|
754
|
+
self.EndPointId = None
|
|
755
|
+
self.EndPointName = None
|
|
756
|
+
self.Description = None
|
|
757
|
+
self.IpConfig = None
|
|
758
|
+
|
|
759
|
+
def _deserialize(self, params):
|
|
760
|
+
if params.get("EndPointId"):
|
|
761
|
+
self.EndPointId = params.get("EndPointId")
|
|
762
|
+
if params.get("EndPointName"):
|
|
763
|
+
self.EndPointName = params.get("EndPointName")
|
|
764
|
+
if params.get("Description"):
|
|
765
|
+
self.Description = params.get("Description")
|
|
766
|
+
if params.get("IpConfig"):
|
|
767
|
+
self.IpConfig = params.get("IpConfig")
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
class CreateEndPointRequest(AbstractModel):
|
|
771
|
+
"""CreateEndPoint请求参数结构体
|
|
772
|
+
"""
|
|
773
|
+
|
|
774
|
+
def __init__(self):
|
|
775
|
+
r"""创建出站节点
|
|
776
|
+
:param EndPointName: 名称
|
|
777
|
+
:type PathPrefix: String
|
|
778
|
+
:param Region: 机房code 例如cn-beijing-6
|
|
779
|
+
:type PathPrefix: String
|
|
780
|
+
:param VpcId: VpcId
|
|
781
|
+
:type PathPrefix: String
|
|
782
|
+
:param Description: 描述信息
|
|
783
|
+
:type PathPrefix: String
|
|
784
|
+
:param IpConfig: 筛选Filter
|
|
785
|
+
:type PathPrefix: Filter
|
|
786
|
+
"""
|
|
787
|
+
self.EndPointName = None
|
|
788
|
+
self.Region = None
|
|
789
|
+
self.VpcId = None
|
|
790
|
+
self.Description = None
|
|
791
|
+
self.IpConfig = None
|
|
792
|
+
|
|
793
|
+
def _deserialize(self, params):
|
|
794
|
+
if params.get("EndPointName"):
|
|
795
|
+
self.EndPointName = params.get("EndPointName")
|
|
796
|
+
if params.get("Region"):
|
|
797
|
+
self.Region = params.get("Region")
|
|
798
|
+
if params.get("VpcId"):
|
|
799
|
+
self.VpcId = params.get("VpcId")
|
|
800
|
+
if params.get("Description"):
|
|
801
|
+
self.Description = params.get("Description")
|
|
802
|
+
if params.get("IpConfig"):
|
|
803
|
+
self.IpConfig = params.get("IpConfig")
|
|
804
|
+
|
|
805
|
+
|