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
|
File without changes
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
import json
|
|
2
|
+
|
|
3
|
+
from ksyun.common.exception.ksyun_sdk_exception import KsyunSDKException
|
|
4
|
+
from ksyun.common.abstract_client import AbstractClient
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class KrdsClient(AbstractClient):
|
|
8
|
+
_apiVersion = '2020-08-25'
|
|
9
|
+
_endpoint = 'krds.api.ksyun.com'
|
|
10
|
+
_service = 'krds'
|
|
11
|
+
def CreateSecurityGroup(self, request):
|
|
12
|
+
"""创建安全组(GET)
|
|
13
|
+
:param request: Request instance for CreateSecurityGroup.
|
|
14
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.CreateSecurityGroupRequest`
|
|
15
|
+
"""
|
|
16
|
+
try:
|
|
17
|
+
params = request._serialize()
|
|
18
|
+
body = self.call_judge("CreateSecurityGroup", params, "application/x-www-form-urlencoded")
|
|
19
|
+
response = json.loads(body)
|
|
20
|
+
if "Error" not in response:
|
|
21
|
+
return body
|
|
22
|
+
else:
|
|
23
|
+
code = response["Error"]["Code"]
|
|
24
|
+
message = response["Error"]["Message"]
|
|
25
|
+
req_id = response["RequestId"]
|
|
26
|
+
raise KsyunSDKException(code, message, req_id)
|
|
27
|
+
except Exception as e:
|
|
28
|
+
if isinstance(e, KsyunSDKException):
|
|
29
|
+
raise
|
|
30
|
+
else:
|
|
31
|
+
raise KsyunSDKException(message=str(e))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def DescribeSecurityGroup(self, request):
|
|
35
|
+
"""查询安全组列表/详情
|
|
36
|
+
:param request: Request instance for DescribeSecurityGroup.
|
|
37
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.DescribeSecurityGroupRequest`
|
|
38
|
+
"""
|
|
39
|
+
try:
|
|
40
|
+
params = request._serialize()
|
|
41
|
+
body = self.call_judge("DescribeSecurityGroup", params, "application/json")
|
|
42
|
+
response = json.loads(body)
|
|
43
|
+
if "Error" not in response:
|
|
44
|
+
return body
|
|
45
|
+
else:
|
|
46
|
+
code = response["Error"]["Code"]
|
|
47
|
+
message = response["Error"]["Message"]
|
|
48
|
+
req_id = response["RequestId"]
|
|
49
|
+
raise KsyunSDKException(code, message, req_id)
|
|
50
|
+
except Exception as e:
|
|
51
|
+
if isinstance(e, KsyunSDKException):
|
|
52
|
+
raise
|
|
53
|
+
else:
|
|
54
|
+
raise KsyunSDKException(message=str(e))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def DeleteSecurityGroup(self, request):
|
|
58
|
+
"""删除安全组
|
|
59
|
+
:param request: Request instance for DeleteSecurityGroup.
|
|
60
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.DeleteSecurityGroupRequest`
|
|
61
|
+
"""
|
|
62
|
+
try:
|
|
63
|
+
params = request._serialize()
|
|
64
|
+
body = self.call_judge("DeleteSecurityGroup", params, "application/x-www-form-urlencoded")
|
|
65
|
+
response = json.loads(body)
|
|
66
|
+
if "Error" not in response:
|
|
67
|
+
return body
|
|
68
|
+
else:
|
|
69
|
+
code = response["Error"]["Code"]
|
|
70
|
+
message = response["Error"]["Message"]
|
|
71
|
+
req_id = response["RequestId"]
|
|
72
|
+
raise KsyunSDKException(code, message, req_id)
|
|
73
|
+
except Exception as e:
|
|
74
|
+
if isinstance(e, KsyunSDKException):
|
|
75
|
+
raise
|
|
76
|
+
else:
|
|
77
|
+
raise KsyunSDKException(message=str(e))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def ModifySecurityGroup(self, request):
|
|
81
|
+
"""修改安全组
|
|
82
|
+
:param request: Request instance for ModifySecurityGroup.
|
|
83
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.ModifySecurityGroupRequest`
|
|
84
|
+
"""
|
|
85
|
+
try:
|
|
86
|
+
params = request._serialize()
|
|
87
|
+
body = self.call_judge("ModifySecurityGroup", params, "application/x-www-form-urlencoded")
|
|
88
|
+
response = json.loads(body)
|
|
89
|
+
if "Error" not in response:
|
|
90
|
+
return body
|
|
91
|
+
else:
|
|
92
|
+
code = response["Error"]["Code"]
|
|
93
|
+
message = response["Error"]["Message"]
|
|
94
|
+
req_id = response["RequestId"]
|
|
95
|
+
raise KsyunSDKException(code, message, req_id)
|
|
96
|
+
except Exception as e:
|
|
97
|
+
if isinstance(e, KsyunSDKException):
|
|
98
|
+
raise
|
|
99
|
+
else:
|
|
100
|
+
raise KsyunSDKException(message=str(e))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
def CloneSecurityGroup(self, request):
|
|
104
|
+
"""克隆安全组(仅含CIDR规则)
|
|
105
|
+
:param request: Request instance for CloneSecurityGroup.
|
|
106
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.CloneSecurityGroupRequest`
|
|
107
|
+
"""
|
|
108
|
+
try:
|
|
109
|
+
params = request._serialize()
|
|
110
|
+
body = self.call_judge("CloneSecurityGroup", params, "application/x-www-form-urlencoded")
|
|
111
|
+
response = json.loads(body)
|
|
112
|
+
if "Error" not in response:
|
|
113
|
+
return body
|
|
114
|
+
else:
|
|
115
|
+
code = response["Error"]["Code"]
|
|
116
|
+
message = response["Error"]["Message"]
|
|
117
|
+
req_id = response["RequestId"]
|
|
118
|
+
raise KsyunSDKException(code, message, req_id)
|
|
119
|
+
except Exception as e:
|
|
120
|
+
if isinstance(e, KsyunSDKException):
|
|
121
|
+
raise
|
|
122
|
+
else:
|
|
123
|
+
raise KsyunSDKException(message=str(e))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
def ModifySecurityGroupRule(self, request):
|
|
127
|
+
"""修改安全组规则
|
|
128
|
+
:param request: Request instance for ModifySecurityGroupRule.
|
|
129
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.ModifySecurityGroupRuleRequest`
|
|
130
|
+
"""
|
|
131
|
+
try:
|
|
132
|
+
params = request._serialize()
|
|
133
|
+
body = self.call_judge("ModifySecurityGroupRule", params, "application/x-www-form-urlencoded")
|
|
134
|
+
response = json.loads(body)
|
|
135
|
+
if "Error" not in response:
|
|
136
|
+
return body
|
|
137
|
+
else:
|
|
138
|
+
code = response["Error"]["Code"]
|
|
139
|
+
message = response["Error"]["Message"]
|
|
140
|
+
req_id = response["RequestId"]
|
|
141
|
+
raise KsyunSDKException(code, message, req_id)
|
|
142
|
+
except Exception as e:
|
|
143
|
+
if isinstance(e, KsyunSDKException):
|
|
144
|
+
raise
|
|
145
|
+
else:
|
|
146
|
+
raise KsyunSDKException(message=str(e))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def SecurityGroupRelation(self, request):
|
|
150
|
+
"""修改安全组绑定关系
|
|
151
|
+
:param request: Request instance for SecurityGroupRelation.
|
|
152
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.SecurityGroupRelationRequest`
|
|
153
|
+
"""
|
|
154
|
+
try:
|
|
155
|
+
params = request._serialize()
|
|
156
|
+
body = self.call_judge("SecurityGroupRelation", params, "application/x-www-form-urlencoded")
|
|
157
|
+
response = json.loads(body)
|
|
158
|
+
if "Error" not in response:
|
|
159
|
+
return body
|
|
160
|
+
else:
|
|
161
|
+
code = response["Error"]["Code"]
|
|
162
|
+
message = response["Error"]["Message"]
|
|
163
|
+
req_id = response["RequestId"]
|
|
164
|
+
raise KsyunSDKException(code, message, req_id)
|
|
165
|
+
except Exception as e:
|
|
166
|
+
if isinstance(e, KsyunSDKException):
|
|
167
|
+
raise
|
|
168
|
+
else:
|
|
169
|
+
raise KsyunSDKException(message=str(e))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
def ModifySecurityGroupRuleName(self, request):
|
|
173
|
+
"""修改规则名称
|
|
174
|
+
:param request: Request instance for ModifySecurityGroupRuleName.
|
|
175
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.ModifySecurityGroupRuleNameRequest`
|
|
176
|
+
"""
|
|
177
|
+
try:
|
|
178
|
+
params = request._serialize()
|
|
179
|
+
body = self.call_judge("ModifySecurityGroupRuleName", params, "application/x-www-form-urlencoded")
|
|
180
|
+
response = json.loads(body)
|
|
181
|
+
if "Error" not in response:
|
|
182
|
+
return body
|
|
183
|
+
else:
|
|
184
|
+
code = response["Error"]["Code"]
|
|
185
|
+
message = response["Error"]["Message"]
|
|
186
|
+
req_id = response["RequestId"]
|
|
187
|
+
raise KsyunSDKException(code, message, req_id)
|
|
188
|
+
except Exception as e:
|
|
189
|
+
if isinstance(e, KsyunSDKException):
|
|
190
|
+
raise
|
|
191
|
+
else:
|
|
192
|
+
raise KsyunSDKException(message=str(e))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
def CreateDBParameterGroup(self, request):
|
|
196
|
+
"""创建参数组
|
|
197
|
+
:param request: Request instance for CreateDBParameterGroup.
|
|
198
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.CreateDBParameterGroupRequest`
|
|
199
|
+
"""
|
|
200
|
+
try:
|
|
201
|
+
params = request._serialize()
|
|
202
|
+
body = self.call_judge("CreateDBParameterGroup", params, "application/json")
|
|
203
|
+
response = json.loads(body)
|
|
204
|
+
if "Error" not in response:
|
|
205
|
+
return body
|
|
206
|
+
else:
|
|
207
|
+
code = response["Error"]["Code"]
|
|
208
|
+
message = response["Error"]["Message"]
|
|
209
|
+
req_id = response["RequestId"]
|
|
210
|
+
raise KsyunSDKException(code, message, req_id)
|
|
211
|
+
except Exception as e:
|
|
212
|
+
if isinstance(e, KsyunSDKException):
|
|
213
|
+
raise
|
|
214
|
+
else:
|
|
215
|
+
raise KsyunSDKException(message=str(e))
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
def ModifyDBParameterGroup(self, request):
|
|
219
|
+
"""修改参数组
|
|
220
|
+
:param request: Request instance for ModifyDBParameterGroup.
|
|
221
|
+
:type request: :class:`ksyun.client.krds.v20200825.models.ModifyDBParameterGroupRequest`
|
|
222
|
+
"""
|
|
223
|
+
try:
|
|
224
|
+
params = request._serialize()
|
|
225
|
+
body = self.call_judge("ModifyDBParameterGroup", params, "application/json")
|
|
226
|
+
response = json.loads(body)
|
|
227
|
+
if "Error" not in response:
|
|
228
|
+
return body
|
|
229
|
+
else:
|
|
230
|
+
code = response["Error"]["Code"]
|
|
231
|
+
message = response["Error"]["Message"]
|
|
232
|
+
req_id = response["RequestId"]
|
|
233
|
+
raise KsyunSDKException(code, message, req_id)
|
|
234
|
+
except Exception as e:
|
|
235
|
+
if isinstance(e, KsyunSDKException):
|
|
236
|
+
raise
|
|
237
|
+
else:
|
|
238
|
+
raise KsyunSDKException(message=str(e))
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
from ksyun.common.abstract_model import AbstractModel
|
|
2
|
+
|
|
3
|
+
class CreateSecurityGroupRequest(AbstractModel):
|
|
4
|
+
"""CreateSecurityGroup请求参数结构体
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
def __init__(self):
|
|
8
|
+
r"""创建安全组(GET)
|
|
9
|
+
:param SecurityGroupName: 安全组名称 不超过256个字节,仅支持中文、大小写字母、数字、减号和下划线
|
|
10
|
+
:type PathPrefix: String
|
|
11
|
+
:param SecurityGroupDescription: 安全组描述 不超过256个字节,仅支持中文、大小写字母、数字、减号和下划线
|
|
12
|
+
:type PathPrefix: String
|
|
13
|
+
:param SecurityGroupType: 安全组类型 取值范围:IPV4 / IPV6(默认:IPV4)
|
|
14
|
+
:type PathPrefix: String
|
|
15
|
+
:param DBInstanceIdentifier: 安全组绑定实例列表 UUID格式,可填写未绑定过安全组的实例ID。查看数据库实例
|
|
16
|
+
:type PathPrefix: Filter
|
|
17
|
+
:param SecurityGroupRule.SecurityGroupRuleName.N: 安全组规则描述 不超过256个字节,仅支持中文、大小写字母、数字、减号和下划线
|
|
18
|
+
:type PathPrefix: String
|
|
19
|
+
:param SecurityGroupRule.SecurityGroupRuleCidr.N:
|
|
20
|
+
:type PathPrefix: String
|
|
21
|
+
"""
|
|
22
|
+
self.SecurityGroupName = None
|
|
23
|
+
self.SecurityGroupDescription = None
|
|
24
|
+
self.SecurityGroupType = None
|
|
25
|
+
self.DBInstanceIdentifier = None
|
|
26
|
+
self.SecurityGroupRule_SecurityGroupRuleName_N = None
|
|
27
|
+
self.SecurityGroupRule_SecurityGroupRuleCidr_N = None
|
|
28
|
+
|
|
29
|
+
def _deserialize(self, params):
|
|
30
|
+
if params.get("SecurityGroupName"):
|
|
31
|
+
self.SecurityGroupName = params.get("SecurityGroupName")
|
|
32
|
+
if params.get("SecurityGroupDescription"):
|
|
33
|
+
self.SecurityGroupDescription = params.get("SecurityGroupDescription")
|
|
34
|
+
if params.get("SecurityGroupType"):
|
|
35
|
+
self.SecurityGroupType = params.get("SecurityGroupType")
|
|
36
|
+
if params.get("DBInstanceIdentifier"):
|
|
37
|
+
self.DBInstanceIdentifier = params.get("DBInstanceIdentifier")
|
|
38
|
+
if params.get("SecurityGroupRule.SecurityGroupRuleName.N"):
|
|
39
|
+
self.SecurityGroupRule_SecurityGroupRuleName_N = params.get("SecurityGroupRule.SecurityGroupRuleName.N")
|
|
40
|
+
if params.get("SecurityGroupRule.SecurityGroupRuleCidr.N"):
|
|
41
|
+
self.SecurityGroupRule_SecurityGroupRuleCidr_N = params.get("SecurityGroupRule.SecurityGroupRuleCidr.N")
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class DescribeSecurityGroupRequest(AbstractModel):
|
|
45
|
+
"""DescribeSecurityGroup请求参数结构体
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
def __init__(self):
|
|
49
|
+
r"""查询安全组列表/详情
|
|
50
|
+
:param SecurityGroupId: 安全组ID列表,不传的时候返回列表,传值展示指定ID的安全组信息。支持批量查询。
|
|
51
|
+
:type PathPrefix: Filter
|
|
52
|
+
:param SecurityGroupType: 取值范围:IPV4 / IPV6 (默认IPV4)
|
|
53
|
+
:type PathPrefix: String
|
|
54
|
+
"""
|
|
55
|
+
self.SecurityGroupId = None
|
|
56
|
+
self.SecurityGroupType = None
|
|
57
|
+
|
|
58
|
+
def _deserialize(self, params):
|
|
59
|
+
if params.get("SecurityGroupId"):
|
|
60
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
61
|
+
if params.get("SecurityGroupType"):
|
|
62
|
+
self.SecurityGroupType = params.get("SecurityGroupType")
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class DeleteSecurityGroupRequest(AbstractModel):
|
|
66
|
+
"""DeleteSecurityGroup请求参数结构体
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
def __init__(self):
|
|
70
|
+
r"""删除安全组
|
|
71
|
+
:param SecurityGroupIds: 删除实例安全组,支持批量删除。
|
|
72
|
+
|
|
73
|
+
注意:
|
|
74
|
+
|
|
75
|
+
1.已绑定实例的安全组不支持删除,需要手动解除绑定。
|
|
76
|
+
|
|
77
|
+
2.若删除失败可使用Version: 2016-07-01尝试,创建/删除需使用相同API版本号。
|
|
78
|
+
|
|
79
|
+
3.返回值为删除后剩余的安全组列表
|
|
80
|
+
:type PathPrefix: String
|
|
81
|
+
"""
|
|
82
|
+
self.SecurityGroupIds = None
|
|
83
|
+
|
|
84
|
+
def _deserialize(self, params):
|
|
85
|
+
if params.get("SecurityGroupIds"):
|
|
86
|
+
self.SecurityGroupIds = params.get("SecurityGroupIds")
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
class ModifySecurityGroupRequest(AbstractModel):
|
|
90
|
+
"""ModifySecurityGroup请求参数结构体
|
|
91
|
+
"""
|
|
92
|
+
|
|
93
|
+
def __init__(self):
|
|
94
|
+
r"""修改安全组
|
|
95
|
+
:param SecurityGroupId: 安全组ID
|
|
96
|
+
:type PathPrefix: String
|
|
97
|
+
:param SecurityGroupName: 安全组名称
|
|
98
|
+
:type PathPrefix: String
|
|
99
|
+
:param SecurityGroupDescription: 安全组描述
|
|
100
|
+
:type PathPrefix: String
|
|
101
|
+
"""
|
|
102
|
+
self.SecurityGroupId = None
|
|
103
|
+
self.SecurityGroupName = None
|
|
104
|
+
self.SecurityGroupDescription = None
|
|
105
|
+
|
|
106
|
+
def _deserialize(self, params):
|
|
107
|
+
if params.get("SecurityGroupId"):
|
|
108
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
109
|
+
if params.get("SecurityGroupName"):
|
|
110
|
+
self.SecurityGroupName = params.get("SecurityGroupName")
|
|
111
|
+
if params.get("SecurityGroupDescription"):
|
|
112
|
+
self.SecurityGroupDescription = params.get("SecurityGroupDescription")
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
class CloneSecurityGroupRequest(AbstractModel):
|
|
116
|
+
"""CloneSecurityGroup请求参数结构体
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
def __init__(self):
|
|
120
|
+
r"""克隆安全组(仅含CIDR规则)
|
|
121
|
+
:param SecurityGroupId: 被克隆安全组ID
|
|
122
|
+
:type PathPrefix: String
|
|
123
|
+
:param SecurityGroupName: 安全组名称. 不超过256个字节,仅支持中文、大小写字母、数字、减号和下划线
|
|
124
|
+
:type PathPrefix: String
|
|
125
|
+
:param SecurityGroupDescription: 安全组描述 不超过256个字节,仅支持中文、大小写字母、数字、减号和下划线
|
|
126
|
+
:type PathPrefix: String
|
|
127
|
+
"""
|
|
128
|
+
self.SecurityGroupId = None
|
|
129
|
+
self.SecurityGroupName = None
|
|
130
|
+
self.SecurityGroupDescription = None
|
|
131
|
+
|
|
132
|
+
def _deserialize(self, params):
|
|
133
|
+
if params.get("SecurityGroupId"):
|
|
134
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
135
|
+
if params.get("SecurityGroupName"):
|
|
136
|
+
self.SecurityGroupName = params.get("SecurityGroupName")
|
|
137
|
+
if params.get("SecurityGroupDescription"):
|
|
138
|
+
self.SecurityGroupDescription = params.get("SecurityGroupDescription")
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
class ModifySecurityGroupRuleRequest(AbstractModel):
|
|
142
|
+
"""ModifySecurityGroupRule请求参数结构体
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
def __init__(self):
|
|
146
|
+
r"""修改安全组规则
|
|
147
|
+
:param SecurityGroupRuleAction: 对安全组规则列表的操作。 取值范围:Attach|Delete|Cover
|
|
148
|
+
Attach: 将传入的规则列表(SecurityGroupRuleName,SecurityGroupRuleProtocol)追加到安全组规则列表内。所有绑定了此安全组的实例都会发生变化。
|
|
149
|
+
Delete:从安全组中删除传入的规则列表(SecurityGroupRuleId)。所有绑定了此安全组的实例都会发生变化。
|
|
150
|
+
Cover:用传入的规则列表(SecurityGroupRuleName,SecurityGroupRuleProtocol)覆盖安全组规则列表。所有绑定了此安全组的实例都会发生变化。
|
|
151
|
+
:type PathPrefix: String
|
|
152
|
+
:param SecurityGroupId: 安全组ID
|
|
153
|
+
:type PathPrefix: String
|
|
154
|
+
:param SecurityGroupRule.SecurityGroupRuleId: 规则id列表
|
|
155
|
+
:type PathPrefix: Filter
|
|
156
|
+
:param SecurityGroupRule.SecurityGroupRuleName: 规则名称列表
|
|
157
|
+
:type PathPrefix: Filter
|
|
158
|
+
:param SecurityGroupRule.SecurityGroupRuleCidr: 规则协议列表
|
|
159
|
+
:type PathPrefix: Filter
|
|
160
|
+
"""
|
|
161
|
+
self.SecurityGroupRuleAction = None
|
|
162
|
+
self.SecurityGroupId = None
|
|
163
|
+
self.SecurityGroupRule_SecurityGroupRuleId = None
|
|
164
|
+
self.SecurityGroupRule_SecurityGroupRuleName = None
|
|
165
|
+
self.SecurityGroupRule_SecurityGroupRuleCidr = None
|
|
166
|
+
|
|
167
|
+
def _deserialize(self, params):
|
|
168
|
+
if params.get("SecurityGroupRuleAction"):
|
|
169
|
+
self.SecurityGroupRuleAction = params.get("SecurityGroupRuleAction")
|
|
170
|
+
if params.get("SecurityGroupId"):
|
|
171
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
172
|
+
if params.get("SecurityGroupRule.SecurityGroupRuleId"):
|
|
173
|
+
self.SecurityGroupRule_SecurityGroupRuleId = params.get("SecurityGroupRule.SecurityGroupRuleId")
|
|
174
|
+
if params.get("SecurityGroupRule.SecurityGroupRuleName"):
|
|
175
|
+
self.SecurityGroupRule_SecurityGroupRuleName = params.get("SecurityGroupRule.SecurityGroupRuleName")
|
|
176
|
+
if params.get("SecurityGroupRule.SecurityGroupRuleCidr"):
|
|
177
|
+
self.SecurityGroupRule_SecurityGroupRuleCidr = params.get("SecurityGroupRule.SecurityGroupRuleCidr")
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
class SecurityGroupRelationRequest(AbstractModel):
|
|
181
|
+
"""SecurityGroupRelation请求参数结构体
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
def __init__(self):
|
|
185
|
+
r"""修改安全组绑定关系
|
|
186
|
+
:param RelationAction: Attach | Dettach Attach: 添加实例Id到安全组 Dettach:将实例Id从安全组解绑
|
|
187
|
+
:type PathPrefix: String
|
|
188
|
+
:param SecurityGroupId: 安全组ID
|
|
189
|
+
|
|
190
|
+
单独操作传递此值
|
|
191
|
+
:type PathPrefix: String
|
|
192
|
+
:param SecurityGroupIds: 安全组ID列表
|
|
193
|
+
|
|
194
|
+
若批量操作则传递此值
|
|
195
|
+
:type PathPrefix: String
|
|
196
|
+
:param DBInstanceIdentifier: 实例ID列表 例如:<br>方式1:DBInstanceIdentifier.0=aaa&DBInstanceIdentifier.1=bbb<br>方式2:DBInstanceIdentifier=aaa,bbb
|
|
197
|
+
:type PathPrefix: String
|
|
198
|
+
"""
|
|
199
|
+
self.RelationAction = None
|
|
200
|
+
self.SecurityGroupId = None
|
|
201
|
+
self.SecurityGroupIds = None
|
|
202
|
+
self.DBInstanceIdentifier = None
|
|
203
|
+
|
|
204
|
+
def _deserialize(self, params):
|
|
205
|
+
if params.get("RelationAction"):
|
|
206
|
+
self.RelationAction = params.get("RelationAction")
|
|
207
|
+
if params.get("SecurityGroupId"):
|
|
208
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
209
|
+
if params.get("SecurityGroupIds"):
|
|
210
|
+
self.SecurityGroupIds = params.get("SecurityGroupIds")
|
|
211
|
+
if params.get("DBInstanceIdentifier"):
|
|
212
|
+
self.DBInstanceIdentifier = params.get("DBInstanceIdentifier")
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
class ModifySecurityGroupRuleNameRequest(AbstractModel):
|
|
216
|
+
"""ModifySecurityGroupRuleName请求参数结构体
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
def __init__(self):
|
|
220
|
+
r"""修改规则名称
|
|
221
|
+
:param SecurityGroupId: 安全组ID
|
|
222
|
+
:type PathPrefix: String
|
|
223
|
+
:param SecurityGroupRuleId: 安全组规则ID
|
|
224
|
+
:type PathPrefix: String
|
|
225
|
+
:param SecurityGroupRuleName: 安区组规则备注
|
|
226
|
+
:type PathPrefix: String
|
|
227
|
+
"""
|
|
228
|
+
self.SecurityGroupId = None
|
|
229
|
+
self.SecurityGroupRuleId = None
|
|
230
|
+
self.SecurityGroupRuleName = None
|
|
231
|
+
|
|
232
|
+
def _deserialize(self, params):
|
|
233
|
+
if params.get("SecurityGroupId"):
|
|
234
|
+
self.SecurityGroupId = params.get("SecurityGroupId")
|
|
235
|
+
if params.get("SecurityGroupRuleId"):
|
|
236
|
+
self.SecurityGroupRuleId = params.get("SecurityGroupRuleId")
|
|
237
|
+
if params.get("SecurityGroupRuleName"):
|
|
238
|
+
self.SecurityGroupRuleName = params.get("SecurityGroupRuleName")
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
class CreateDBParameterGroupRequest(AbstractModel):
|
|
242
|
+
"""CreateDBParameterGroup请求参数结构体
|
|
243
|
+
"""
|
|
244
|
+
|
|
245
|
+
def __init__(self):
|
|
246
|
+
r"""创建参数组
|
|
247
|
+
:param DBParameterGroupName: 参数组名称
|
|
248
|
+
:type PathPrefix: String
|
|
249
|
+
:param Engine: 数据库引擎名称 不同的数据库引擎,需要不同的数据库参数组
|
|
250
|
+
```json
|
|
251
|
+
Engine与EngineVersion的对应关系:
|
|
252
|
+
mysql 5.5、5.6、5.7、8.0
|
|
253
|
+
percona 5.6
|
|
254
|
+
consistent_mysql 5.7
|
|
255
|
+
ebs_mysql 5.6、5.7
|
|
256
|
+
```
|
|
257
|
+
:type PathPrefix: String
|
|
258
|
+
:param EngineVersion: 数据库引擎版本
|
|
259
|
+
:type PathPrefix: String
|
|
260
|
+
:param Description: 参数组描述
|
|
261
|
+
:type PathPrefix: String
|
|
262
|
+
:param Parameters: 参数值
|
|
263
|
+
|
|
264
|
+
```json
|
|
265
|
+
模拟请求入参:
|
|
266
|
+
{
|
|
267
|
+
"Engine": "mysql",
|
|
268
|
+
"EngineVersion": "5.7",
|
|
269
|
+
"Parameters": {
|
|
270
|
+
"delay_key_write": "ON",
|
|
271
|
+
"table_open_cache_instances": 16
|
|
272
|
+
},
|
|
273
|
+
"DBParameterGroupName": "db-drds-openapi-2",
|
|
274
|
+
"Description": "db-drds-openapi-2"
|
|
275
|
+
}
|
|
276
|
+
```
|
|
277
|
+
:type PathPrefix: Object
|
|
278
|
+
"""
|
|
279
|
+
self.DBParameterGroupName = None
|
|
280
|
+
self.Engine = None
|
|
281
|
+
self.EngineVersion = None
|
|
282
|
+
self.Description = None
|
|
283
|
+
self.Parameters = None
|
|
284
|
+
|
|
285
|
+
def _deserialize(self, params):
|
|
286
|
+
if params.get("DBParameterGroupName"):
|
|
287
|
+
self.DBParameterGroupName = params.get("DBParameterGroupName")
|
|
288
|
+
if params.get("Engine"):
|
|
289
|
+
self.Engine = params.get("Engine")
|
|
290
|
+
if params.get("EngineVersion"):
|
|
291
|
+
self.EngineVersion = params.get("EngineVersion")
|
|
292
|
+
if params.get("Description"):
|
|
293
|
+
self.Description = params.get("Description")
|
|
294
|
+
if params.get("Parameters"):
|
|
295
|
+
self.Parameters = params.get("Parameters")
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
class ModifyDBParameterGroupRequest(AbstractModel):
|
|
299
|
+
"""ModifyDBParameterGroup请求参数结构体
|
|
300
|
+
"""
|
|
301
|
+
|
|
302
|
+
def __init__(self):
|
|
303
|
+
r"""修改参数组
|
|
304
|
+
:param DBParameterGroupId: 参数组ID
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
:type PathPrefix: String
|
|
308
|
+
:param DBParameterGroupName: 参数组名称 请勿修改实例唯一参数组;参数组名-参数值/参数组名称/参数组描述,至少填写一项
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
:type PathPrefix: String
|
|
312
|
+
:param Description: 参数组描述 请勿修改实例唯一参数组;参数组名-参数值/参数组名称/参数组描述,至少填写一项
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
:type PathPrefix: String
|
|
316
|
+
:param Parameters: 参数名 参数名与参数值同时填写;参数组名-参数值/参数组名称/参数组描述,至少填写一项
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
:type PathPrefix: Object
|
|
320
|
+
"""
|
|
321
|
+
self.DBParameterGroupId = None
|
|
322
|
+
self.DBParameterGroupName = None
|
|
323
|
+
self.Description = None
|
|
324
|
+
self.Parameters = None
|
|
325
|
+
|
|
326
|
+
def _deserialize(self, params):
|
|
327
|
+
if params.get("DBParameterGroupId"):
|
|
328
|
+
self.DBParameterGroupId = params.get("DBParameterGroupId")
|
|
329
|
+
if params.get("DBParameterGroupName"):
|
|
330
|
+
self.DBParameterGroupName = params.get("DBParameterGroupName")
|
|
331
|
+
if params.get("Description"):
|
|
332
|
+
self.Description = params.get("Description")
|
|
333
|
+
if params.get("Parameters"):
|
|
334
|
+
self.Parameters = params.get("Parameters")
|
|
335
|
+
|
|
336
|
+
|
|
File without changes
|
|
File without changes
|