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,655 @@
|
|
|
1
|
+
from ksyun.common.abstract_model import AbstractModel
|
|
2
|
+
|
|
3
|
+
class CreateInstanceRequest(AbstractModel):
|
|
4
|
+
"""CreateInstance请求参数结构体
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
def __init__(self):
|
|
8
|
+
r"""创建实例
|
|
9
|
+
:param ProjectId: 项目id
|
|
10
|
+
:type PathPrefix: String
|
|
11
|
+
:param InstanceName:
|
|
12
|
+
:type PathPrefix: String
|
|
13
|
+
:param ProductType: 366 标准版
|
|
14
|
+
504 集群版
|
|
15
|
+
:type PathPrefix: String
|
|
16
|
+
:param EngineVersion: 目前仅支持1.8.0
|
|
17
|
+
:type PathPrefix: String
|
|
18
|
+
:param InstanceType:
|
|
19
|
+
:type PathPrefix: String
|
|
20
|
+
:param EbsType: 默认值是SSD3.0,目前仅支持SSD3.0
|
|
21
|
+
:type PathPrefix: String
|
|
22
|
+
:param EbsSize: 云盘大小,单位是GB
|
|
23
|
+
:type PathPrefix: Int
|
|
24
|
+
:param VpcId: VPC网络ID,可在网络控制台获取
|
|
25
|
+
:type PathPrefix: String
|
|
26
|
+
:param SubnetId: 终端子网ID,可在网络控制台获取(注意类型必须为终端子网)
|
|
27
|
+
:type PathPrefix: String
|
|
28
|
+
:param BillType: 默认是5,5按日配置月结
|
|
29
|
+
:type PathPrefix: Int
|
|
30
|
+
"""
|
|
31
|
+
self.ProjectId = None
|
|
32
|
+
self.InstanceName = None
|
|
33
|
+
self.ProductType = None
|
|
34
|
+
self.EngineVersion = None
|
|
35
|
+
self.InstanceType = None
|
|
36
|
+
self.EbsType = None
|
|
37
|
+
self.EbsSize = None
|
|
38
|
+
self.VpcId = None
|
|
39
|
+
self.SubnetId = None
|
|
40
|
+
self.BillType = None
|
|
41
|
+
|
|
42
|
+
def _deserialize(self, params):
|
|
43
|
+
if params.get("ProjectId"):
|
|
44
|
+
self.ProjectId = params.get("ProjectId")
|
|
45
|
+
if params.get("InstanceName"):
|
|
46
|
+
self.InstanceName = params.get("InstanceName")
|
|
47
|
+
if params.get("ProductType"):
|
|
48
|
+
self.ProductType = params.get("ProductType")
|
|
49
|
+
if params.get("EngineVersion"):
|
|
50
|
+
self.EngineVersion = params.get("EngineVersion")
|
|
51
|
+
if params.get("InstanceType"):
|
|
52
|
+
self.InstanceType = params.get("InstanceType")
|
|
53
|
+
if params.get("EbsType"):
|
|
54
|
+
self.EbsType = params.get("EbsType")
|
|
55
|
+
if params.get("EbsSize"):
|
|
56
|
+
self.EbsSize = params.get("EbsSize")
|
|
57
|
+
if params.get("VpcId"):
|
|
58
|
+
self.VpcId = params.get("VpcId")
|
|
59
|
+
if params.get("SubnetId"):
|
|
60
|
+
self.SubnetId = params.get("SubnetId")
|
|
61
|
+
if params.get("BillType"):
|
|
62
|
+
self.BillType = params.get("BillType")
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class DeleteInstanceRequest(AbstractModel):
|
|
66
|
+
"""DeleteInstance请求参数结构体
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
def __init__(self):
|
|
70
|
+
r"""删除实例
|
|
71
|
+
:param InstanceIds:
|
|
72
|
+
:type PathPrefix: String
|
|
73
|
+
"""
|
|
74
|
+
self.InstanceIds = None
|
|
75
|
+
|
|
76
|
+
def _deserialize(self, params):
|
|
77
|
+
if params.get("InstanceIds"):
|
|
78
|
+
self.InstanceIds = params.get("InstanceIds")
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class DescribeInstanceRequest(AbstractModel):
|
|
82
|
+
"""DescribeInstance请求参数结构体
|
|
83
|
+
"""
|
|
84
|
+
|
|
85
|
+
def __init__(self):
|
|
86
|
+
r"""查看实例详情
|
|
87
|
+
:param InstanceId:
|
|
88
|
+
:type PathPrefix: String
|
|
89
|
+
"""
|
|
90
|
+
self.InstanceId = None
|
|
91
|
+
|
|
92
|
+
def _deserialize(self, params):
|
|
93
|
+
if params.get("InstanceId"):
|
|
94
|
+
self.InstanceId = params.get("InstanceId")
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
class DescribeInstancesRequest(AbstractModel):
|
|
98
|
+
"""DescribeInstances请求参数结构体
|
|
99
|
+
"""
|
|
100
|
+
|
|
101
|
+
def __init__(self):
|
|
102
|
+
r"""查看实例列表
|
|
103
|
+
:param InstanceId:
|
|
104
|
+
:type PathPrefix: String
|
|
105
|
+
:param InstanceName:
|
|
106
|
+
:type PathPrefix: String
|
|
107
|
+
:param Vip:
|
|
108
|
+
:type PathPrefix: String
|
|
109
|
+
:param VpcId:
|
|
110
|
+
:type PathPrefix: String
|
|
111
|
+
:param FuzzySearch:
|
|
112
|
+
:type PathPrefix: String
|
|
113
|
+
"""
|
|
114
|
+
self.InstanceId = None
|
|
115
|
+
self.InstanceName = None
|
|
116
|
+
self.Vip = None
|
|
117
|
+
self.VpcId = None
|
|
118
|
+
self.FuzzySearch = None
|
|
119
|
+
|
|
120
|
+
def _deserialize(self, params):
|
|
121
|
+
if params.get("InstanceId"):
|
|
122
|
+
self.InstanceId = params.get("InstanceId")
|
|
123
|
+
if params.get("InstanceName"):
|
|
124
|
+
self.InstanceName = params.get("InstanceName")
|
|
125
|
+
if params.get("Vip"):
|
|
126
|
+
self.Vip = params.get("Vip")
|
|
127
|
+
if params.get("VpcId"):
|
|
128
|
+
self.VpcId = params.get("VpcId")
|
|
129
|
+
if params.get("FuzzySearch"):
|
|
130
|
+
self.FuzzySearch = params.get("FuzzySearch")
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
class DescribeInstanceNodeRequest(AbstractModel):
|
|
134
|
+
"""DescribeInstanceNode请求参数结构体
|
|
135
|
+
"""
|
|
136
|
+
|
|
137
|
+
def __init__(self):
|
|
138
|
+
r"""查看实例节点
|
|
139
|
+
:param InstanceId:
|
|
140
|
+
:type PathPrefix: String
|
|
141
|
+
"""
|
|
142
|
+
self.InstanceId = None
|
|
143
|
+
|
|
144
|
+
def _deserialize(self, params):
|
|
145
|
+
if params.get("InstanceId"):
|
|
146
|
+
self.InstanceId = params.get("InstanceId")
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
class RenameInstanceRequest(AbstractModel):
|
|
150
|
+
"""RenameInstance请求参数结构体
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
def __init__(self):
|
|
154
|
+
r"""重命名实例
|
|
155
|
+
:param InstanceId:
|
|
156
|
+
:type PathPrefix: String
|
|
157
|
+
:param InstanceName:
|
|
158
|
+
:type PathPrefix: String
|
|
159
|
+
"""
|
|
160
|
+
self.InstanceId = None
|
|
161
|
+
self.InstanceName = None
|
|
162
|
+
|
|
163
|
+
def _deserialize(self, params):
|
|
164
|
+
if params.get("InstanceId"):
|
|
165
|
+
self.InstanceId = params.get("InstanceId")
|
|
166
|
+
if params.get("InstanceName"):
|
|
167
|
+
self.InstanceName = params.get("InstanceName")
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
class DescribeValidRegionsRequest(AbstractModel):
|
|
171
|
+
"""DescribeValidRegions请求参数结构体
|
|
172
|
+
"""
|
|
173
|
+
|
|
174
|
+
def __init__(self):
|
|
175
|
+
r"""查看有效机房及可用区
|
|
176
|
+
:param Action: action
|
|
177
|
+
:type PathPrefix: String
|
|
178
|
+
"""
|
|
179
|
+
self.Action = None
|
|
180
|
+
|
|
181
|
+
def _deserialize(self, params):
|
|
182
|
+
if params.get("Action"):
|
|
183
|
+
self.Action = params.get("Action")
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
class DescribeSecurityGroupRequest(AbstractModel):
|
|
187
|
+
"""DescribeSecurityGroup请求参数结构体
|
|
188
|
+
"""
|
|
189
|
+
|
|
190
|
+
def __init__(self):
|
|
191
|
+
r"""查看安全组
|
|
192
|
+
:param InstanceId:
|
|
193
|
+
:type PathPrefix: String
|
|
194
|
+
"""
|
|
195
|
+
self.InstanceId = None
|
|
196
|
+
|
|
197
|
+
def _deserialize(self, params):
|
|
198
|
+
if params.get("InstanceId"):
|
|
199
|
+
self.InstanceId = params.get("InstanceId")
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
class CreateSecurityRuleRequest(AbstractModel):
|
|
203
|
+
"""CreateSecurityRule请求参数结构体
|
|
204
|
+
"""
|
|
205
|
+
|
|
206
|
+
def __init__(self):
|
|
207
|
+
r"""创建安全规则
|
|
208
|
+
:param InstanceId:
|
|
209
|
+
:type PathPrefix: String
|
|
210
|
+
:param SecurityRuleCidrs:
|
|
211
|
+
:type PathPrefix: String
|
|
212
|
+
"""
|
|
213
|
+
self.InstanceId = None
|
|
214
|
+
self.SecurityRuleCidrs = None
|
|
215
|
+
|
|
216
|
+
def _deserialize(self, params):
|
|
217
|
+
if params.get("InstanceId"):
|
|
218
|
+
self.InstanceId = params.get("InstanceId")
|
|
219
|
+
if params.get("SecurityRuleCidrs"):
|
|
220
|
+
self.SecurityRuleCidrs = params.get("SecurityRuleCidrs")
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
class DeleteSecurityRuleRequest(AbstractModel):
|
|
224
|
+
"""DeleteSecurityRule请求参数结构体
|
|
225
|
+
"""
|
|
226
|
+
|
|
227
|
+
def __init__(self):
|
|
228
|
+
r"""删除安全规则
|
|
229
|
+
:param InstanceId:
|
|
230
|
+
:type PathPrefix: String
|
|
231
|
+
:param SecurityRuleIds:
|
|
232
|
+
:type PathPrefix: String
|
|
233
|
+
"""
|
|
234
|
+
self.InstanceId = None
|
|
235
|
+
self.SecurityRuleIds = None
|
|
236
|
+
|
|
237
|
+
def _deserialize(self, params):
|
|
238
|
+
if params.get("InstanceId"):
|
|
239
|
+
self.InstanceId = params.get("InstanceId")
|
|
240
|
+
if params.get("SecurityRuleIds"):
|
|
241
|
+
self.SecurityRuleIds = params.get("SecurityRuleIds")
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
class DescribeDatabasesRequest(AbstractModel):
|
|
245
|
+
"""DescribeDatabases请求参数结构体
|
|
246
|
+
"""
|
|
247
|
+
|
|
248
|
+
def __init__(self):
|
|
249
|
+
r"""查看数据库列表
|
|
250
|
+
:param InstanceId:
|
|
251
|
+
:type PathPrefix: String
|
|
252
|
+
:param Offset:
|
|
253
|
+
:type PathPrefix: Int
|
|
254
|
+
:param Limit:
|
|
255
|
+
:type PathPrefix: Int
|
|
256
|
+
"""
|
|
257
|
+
self.InstanceId = None
|
|
258
|
+
self.Offset = None
|
|
259
|
+
self.Limit = None
|
|
260
|
+
|
|
261
|
+
def _deserialize(self, params):
|
|
262
|
+
if params.get("InstanceId"):
|
|
263
|
+
self.InstanceId = params.get("InstanceId")
|
|
264
|
+
if params.get("Offset"):
|
|
265
|
+
self.Offset = params.get("Offset")
|
|
266
|
+
if params.get("Limit"):
|
|
267
|
+
self.Limit = params.get("Limit")
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
class CreateDatabaseRequest(AbstractModel):
|
|
271
|
+
"""CreateDatabase请求参数结构体
|
|
272
|
+
"""
|
|
273
|
+
|
|
274
|
+
def __init__(self):
|
|
275
|
+
r"""创建数据库
|
|
276
|
+
:param InstanceId:
|
|
277
|
+
:type PathPrefix: String
|
|
278
|
+
:param DatabaseName:
|
|
279
|
+
:type PathPrefix: String
|
|
280
|
+
"""
|
|
281
|
+
self.InstanceId = None
|
|
282
|
+
self.DatabaseName = None
|
|
283
|
+
|
|
284
|
+
def _deserialize(self, params):
|
|
285
|
+
if params.get("InstanceId"):
|
|
286
|
+
self.InstanceId = params.get("InstanceId")
|
|
287
|
+
if params.get("DatabaseName"):
|
|
288
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
class DeleteDatabaseRequest(AbstractModel):
|
|
292
|
+
"""DeleteDatabase请求参数结构体
|
|
293
|
+
"""
|
|
294
|
+
|
|
295
|
+
def __init__(self):
|
|
296
|
+
r"""删除数据库
|
|
297
|
+
:param InstanceId:
|
|
298
|
+
:type PathPrefix: String
|
|
299
|
+
:param DatabaseName:
|
|
300
|
+
:type PathPrefix: String
|
|
301
|
+
"""
|
|
302
|
+
self.InstanceId = None
|
|
303
|
+
self.DatabaseName = None
|
|
304
|
+
|
|
305
|
+
def _deserialize(self, params):
|
|
306
|
+
if params.get("InstanceId"):
|
|
307
|
+
self.InstanceId = params.get("InstanceId")
|
|
308
|
+
if params.get("DatabaseName"):
|
|
309
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
class DescribeRetentionPolicyListRequest(AbstractModel):
|
|
313
|
+
"""DescribeRetentionPolicyList请求参数结构体
|
|
314
|
+
"""
|
|
315
|
+
|
|
316
|
+
def __init__(self):
|
|
317
|
+
r"""查看数据保留策略列表
|
|
318
|
+
:param InstanceId:
|
|
319
|
+
:type PathPrefix: String
|
|
320
|
+
:param DatabaseName:
|
|
321
|
+
:type PathPrefix: String
|
|
322
|
+
"""
|
|
323
|
+
self.InstanceId = None
|
|
324
|
+
self.DatabaseName = None
|
|
325
|
+
|
|
326
|
+
def _deserialize(self, params):
|
|
327
|
+
if params.get("InstanceId"):
|
|
328
|
+
self.InstanceId = params.get("InstanceId")
|
|
329
|
+
if params.get("DatabaseName"):
|
|
330
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
class CreateRetentionPolicyRequest(AbstractModel):
|
|
334
|
+
"""CreateRetentionPolicy请求参数结构体
|
|
335
|
+
"""
|
|
336
|
+
|
|
337
|
+
def __init__(self):
|
|
338
|
+
r"""创建数据保留策略
|
|
339
|
+
:param InstanceId:
|
|
340
|
+
:type PathPrefix: String
|
|
341
|
+
:param DatabaseName:
|
|
342
|
+
:type PathPrefix: String
|
|
343
|
+
:param PolicyName:
|
|
344
|
+
:type PathPrefix: String
|
|
345
|
+
:param Duration: 1d10h
|
|
346
|
+
:type PathPrefix: String
|
|
347
|
+
:param DefaultPolicy: 默认值:0, 支持0|1 0 否 1是
|
|
348
|
+
:type PathPrefix: String
|
|
349
|
+
"""
|
|
350
|
+
self.InstanceId = None
|
|
351
|
+
self.DatabaseName = None
|
|
352
|
+
self.PolicyName = None
|
|
353
|
+
self.Duration = None
|
|
354
|
+
self.DefaultPolicy = None
|
|
355
|
+
|
|
356
|
+
def _deserialize(self, params):
|
|
357
|
+
if params.get("InstanceId"):
|
|
358
|
+
self.InstanceId = params.get("InstanceId")
|
|
359
|
+
if params.get("DatabaseName"):
|
|
360
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
361
|
+
if params.get("PolicyName"):
|
|
362
|
+
self.PolicyName = params.get("PolicyName")
|
|
363
|
+
if params.get("Duration"):
|
|
364
|
+
self.Duration = params.get("Duration")
|
|
365
|
+
if params.get("DefaultPolicy"):
|
|
366
|
+
self.DefaultPolicy = params.get("DefaultPolicy")
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
class DeleteRetentionPolicyRequest(AbstractModel):
|
|
370
|
+
"""DeleteRetentionPolicy请求参数结构体
|
|
371
|
+
"""
|
|
372
|
+
|
|
373
|
+
def __init__(self):
|
|
374
|
+
r"""删除数据保留策略
|
|
375
|
+
:param InstanceId:
|
|
376
|
+
:type PathPrefix: String
|
|
377
|
+
:param DatabaseName:
|
|
378
|
+
:type PathPrefix: String
|
|
379
|
+
:param PolicyName:
|
|
380
|
+
:type PathPrefix: String
|
|
381
|
+
"""
|
|
382
|
+
self.InstanceId = None
|
|
383
|
+
self.DatabaseName = None
|
|
384
|
+
self.PolicyName = None
|
|
385
|
+
|
|
386
|
+
def _deserialize(self, params):
|
|
387
|
+
if params.get("InstanceId"):
|
|
388
|
+
self.InstanceId = params.get("InstanceId")
|
|
389
|
+
if params.get("DatabaseName"):
|
|
390
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
391
|
+
if params.get("PolicyName"):
|
|
392
|
+
self.PolicyName = params.get("PolicyName")
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
class ModifyRetentionPolicyRequest(AbstractModel):
|
|
396
|
+
"""ModifyRetentionPolicy请求参数结构体
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
def __init__(self):
|
|
400
|
+
r"""修改数据保留策略
|
|
401
|
+
:param InstanceId:
|
|
402
|
+
:type PathPrefix: String
|
|
403
|
+
:param DatabaseName:
|
|
404
|
+
:type PathPrefix: String
|
|
405
|
+
:param PolicyName:
|
|
406
|
+
:type PathPrefix: String
|
|
407
|
+
:param Duration:
|
|
408
|
+
:type PathPrefix: String
|
|
409
|
+
"""
|
|
410
|
+
self.InstanceId = None
|
|
411
|
+
self.DatabaseName = None
|
|
412
|
+
self.PolicyName = None
|
|
413
|
+
self.Duration = None
|
|
414
|
+
|
|
415
|
+
def _deserialize(self, params):
|
|
416
|
+
if params.get("InstanceId"):
|
|
417
|
+
self.InstanceId = params.get("InstanceId")
|
|
418
|
+
if params.get("DatabaseName"):
|
|
419
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
420
|
+
if params.get("PolicyName"):
|
|
421
|
+
self.PolicyName = params.get("PolicyName")
|
|
422
|
+
if params.get("Duration"):
|
|
423
|
+
self.Duration = params.get("Duration")
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
class DescribeMeasurementsRequest(AbstractModel):
|
|
427
|
+
"""DescribeMeasurements请求参数结构体
|
|
428
|
+
"""
|
|
429
|
+
|
|
430
|
+
def __init__(self):
|
|
431
|
+
r"""查看measurement列表
|
|
432
|
+
:param InstanceId:
|
|
433
|
+
:type PathPrefix: String
|
|
434
|
+
:param DatabaseName:
|
|
435
|
+
:type PathPrefix: String
|
|
436
|
+
"""
|
|
437
|
+
self.InstanceId = None
|
|
438
|
+
self.DatabaseName = None
|
|
439
|
+
|
|
440
|
+
def _deserialize(self, params):
|
|
441
|
+
if params.get("InstanceId"):
|
|
442
|
+
self.InstanceId = params.get("InstanceId")
|
|
443
|
+
if params.get("DatabaseName"):
|
|
444
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
class DeleteMeasurementRequest(AbstractModel):
|
|
448
|
+
"""DeleteMeasurement请求参数结构体
|
|
449
|
+
"""
|
|
450
|
+
|
|
451
|
+
def __init__(self):
|
|
452
|
+
r"""删除measurement
|
|
453
|
+
:param InstanceId:
|
|
454
|
+
:type PathPrefix: String
|
|
455
|
+
:param DatabaseName:
|
|
456
|
+
:type PathPrefix: String
|
|
457
|
+
:param MeasurementName:
|
|
458
|
+
:type PathPrefix: String
|
|
459
|
+
"""
|
|
460
|
+
self.InstanceId = None
|
|
461
|
+
self.DatabaseName = None
|
|
462
|
+
self.MeasurementName = None
|
|
463
|
+
|
|
464
|
+
def _deserialize(self, params):
|
|
465
|
+
if params.get("InstanceId"):
|
|
466
|
+
self.InstanceId = params.get("InstanceId")
|
|
467
|
+
if params.get("DatabaseName"):
|
|
468
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
469
|
+
if params.get("MeasurementName"):
|
|
470
|
+
self.MeasurementName = params.get("MeasurementName")
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
class DescribeAccountsRequest(AbstractModel):
|
|
474
|
+
"""DescribeAccounts请求参数结构体
|
|
475
|
+
"""
|
|
476
|
+
|
|
477
|
+
def __init__(self):
|
|
478
|
+
r"""查看账户列表
|
|
479
|
+
:param InstanceId:
|
|
480
|
+
:type PathPrefix: String
|
|
481
|
+
"""
|
|
482
|
+
self.InstanceId = None
|
|
483
|
+
|
|
484
|
+
def _deserialize(self, params):
|
|
485
|
+
if params.get("InstanceId"):
|
|
486
|
+
self.InstanceId = params.get("InstanceId")
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
class CreateAccountRequest(AbstractModel):
|
|
490
|
+
"""CreateAccount请求参数结构体
|
|
491
|
+
"""
|
|
492
|
+
|
|
493
|
+
def __init__(self):
|
|
494
|
+
r"""创建账户
|
|
495
|
+
:param InstanceId:
|
|
496
|
+
:type PathPrefix: String
|
|
497
|
+
:param AccountName:
|
|
498
|
+
:type PathPrefix: String
|
|
499
|
+
:param AccountPassword:
|
|
500
|
+
:type PathPrefix: String
|
|
501
|
+
"""
|
|
502
|
+
self.InstanceId = None
|
|
503
|
+
self.AccountName = None
|
|
504
|
+
self.AccountPassword = None
|
|
505
|
+
|
|
506
|
+
def _deserialize(self, params):
|
|
507
|
+
if params.get("InstanceId"):
|
|
508
|
+
self.InstanceId = params.get("InstanceId")
|
|
509
|
+
if params.get("AccountName"):
|
|
510
|
+
self.AccountName = params.get("AccountName")
|
|
511
|
+
if params.get("AccountPassword"):
|
|
512
|
+
self.AccountPassword = params.get("AccountPassword")
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
class DeleteAccountRequest(AbstractModel):
|
|
516
|
+
"""DeleteAccount请求参数结构体
|
|
517
|
+
"""
|
|
518
|
+
|
|
519
|
+
def __init__(self):
|
|
520
|
+
r"""删除账户
|
|
521
|
+
:param InstanceId:
|
|
522
|
+
:type PathPrefix: String
|
|
523
|
+
:param AccountName:
|
|
524
|
+
:type PathPrefix: String
|
|
525
|
+
"""
|
|
526
|
+
self.InstanceId = None
|
|
527
|
+
self.AccountName = None
|
|
528
|
+
|
|
529
|
+
def _deserialize(self, params):
|
|
530
|
+
if params.get("InstanceId"):
|
|
531
|
+
self.InstanceId = params.get("InstanceId")
|
|
532
|
+
if params.get("AccountName"):
|
|
533
|
+
self.AccountName = params.get("AccountName")
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
class DescribeAccountPrivilegesRequest(AbstractModel):
|
|
537
|
+
"""DescribeAccountPrivileges请求参数结构体
|
|
538
|
+
"""
|
|
539
|
+
|
|
540
|
+
def __init__(self):
|
|
541
|
+
r"""查看账户权限列表
|
|
542
|
+
:param InstanceId:
|
|
543
|
+
:type PathPrefix: String
|
|
544
|
+
:param AccountName:
|
|
545
|
+
:type PathPrefix: String
|
|
546
|
+
"""
|
|
547
|
+
self.InstanceId = None
|
|
548
|
+
self.AccountName = None
|
|
549
|
+
|
|
550
|
+
def _deserialize(self, params):
|
|
551
|
+
if params.get("InstanceId"):
|
|
552
|
+
self.InstanceId = params.get("InstanceId")
|
|
553
|
+
if params.get("AccountName"):
|
|
554
|
+
self.AccountName = params.get("AccountName")
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
class GrantAccountPrivilegeRequest(AbstractModel):
|
|
558
|
+
"""GrantAccountPrivilege请求参数结构体
|
|
559
|
+
"""
|
|
560
|
+
|
|
561
|
+
def __init__(self):
|
|
562
|
+
r"""授予账户权限
|
|
563
|
+
:param InstanceId:
|
|
564
|
+
:type PathPrefix: String
|
|
565
|
+
:param AccountName:
|
|
566
|
+
:type PathPrefix: String
|
|
567
|
+
:param DatabaseName:
|
|
568
|
+
:type PathPrefix: String
|
|
569
|
+
:param AccountPrivilege:
|
|
570
|
+
:type PathPrefix: String
|
|
571
|
+
"""
|
|
572
|
+
self.InstanceId = None
|
|
573
|
+
self.AccountName = None
|
|
574
|
+
self.DatabaseName = None
|
|
575
|
+
self.AccountPrivilege = None
|
|
576
|
+
|
|
577
|
+
def _deserialize(self, params):
|
|
578
|
+
if params.get("InstanceId"):
|
|
579
|
+
self.InstanceId = params.get("InstanceId")
|
|
580
|
+
if params.get("AccountName"):
|
|
581
|
+
self.AccountName = params.get("AccountName")
|
|
582
|
+
if params.get("DatabaseName"):
|
|
583
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
584
|
+
if params.get("AccountPrivilege"):
|
|
585
|
+
self.AccountPrivilege = params.get("AccountPrivilege")
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
class RevokeAccountPrivilegeRequest(AbstractModel):
|
|
589
|
+
"""RevokeAccountPrivilege请求参数结构体
|
|
590
|
+
"""
|
|
591
|
+
|
|
592
|
+
def __init__(self):
|
|
593
|
+
r"""回收账户权限
|
|
594
|
+
:param InstanceId:
|
|
595
|
+
:type PathPrefix: String
|
|
596
|
+
:param AccountName:
|
|
597
|
+
:type PathPrefix: String
|
|
598
|
+
:param DatabaseName:
|
|
599
|
+
:type PathPrefix: String
|
|
600
|
+
"""
|
|
601
|
+
self.InstanceId = None
|
|
602
|
+
self.AccountName = None
|
|
603
|
+
self.DatabaseName = None
|
|
604
|
+
|
|
605
|
+
def _deserialize(self, params):
|
|
606
|
+
if params.get("InstanceId"):
|
|
607
|
+
self.InstanceId = params.get("InstanceId")
|
|
608
|
+
if params.get("AccountName"):
|
|
609
|
+
self.AccountName = params.get("AccountName")
|
|
610
|
+
if params.get("DatabaseName"):
|
|
611
|
+
self.DatabaseName = params.get("DatabaseName")
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
class ResetAccountPasswordRequest(AbstractModel):
|
|
615
|
+
"""ResetAccountPassword请求参数结构体
|
|
616
|
+
"""
|
|
617
|
+
|
|
618
|
+
def __init__(self):
|
|
619
|
+
r"""重置账户密码
|
|
620
|
+
:param InstanceId:
|
|
621
|
+
:type PathPrefix: String
|
|
622
|
+
:param AccountName:
|
|
623
|
+
:type PathPrefix: String
|
|
624
|
+
:param AccountPassword:
|
|
625
|
+
:type PathPrefix: String
|
|
626
|
+
"""
|
|
627
|
+
self.InstanceId = None
|
|
628
|
+
self.AccountName = None
|
|
629
|
+
self.AccountPassword = None
|
|
630
|
+
|
|
631
|
+
def _deserialize(self, params):
|
|
632
|
+
if params.get("InstanceId"):
|
|
633
|
+
self.InstanceId = params.get("InstanceId")
|
|
634
|
+
if params.get("AccountName"):
|
|
635
|
+
self.AccountName = params.get("AccountName")
|
|
636
|
+
if params.get("AccountPassword"):
|
|
637
|
+
self.AccountPassword = params.get("AccountPassword")
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
class DescribeAccountDetailListRequest(AbstractModel):
|
|
641
|
+
"""DescribeAccountDetailList请求参数结构体
|
|
642
|
+
"""
|
|
643
|
+
|
|
644
|
+
def __init__(self):
|
|
645
|
+
r"""查看账户详情列表
|
|
646
|
+
:param Action: action
|
|
647
|
+
:type PathPrefix: String
|
|
648
|
+
"""
|
|
649
|
+
self.Action = None
|
|
650
|
+
|
|
651
|
+
def _deserialize(self, params):
|
|
652
|
+
if params.get("Action"):
|
|
653
|
+
self.Action = params.get("Action")
|
|
654
|
+
|
|
655
|
+
|