Skip to content

Commit b944702

Browse files
committed
Generated 2014-08-15 for Rds
1 parent 3caad27 commit b944702

9 files changed

+146
-5
lines changed

aliyun-python-sdk-rds/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-05-20 Version: 1.0.0
2+
- Generated 2014-08-15 for `Rds`
3+
14
2019-05-17 Version: 1.90.1
25
- Generated 2014-08-15, 2013-05-28, 2012-06-15 for `Rds`
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.90.1'
1+
__version__ = '1.0.0'

aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ def get_OwnerId(self):
5757
return self.get_query_params().get('OwnerId')
5858

5959
def set_OwnerId(self,OwnerId):
60-
self.add_query_param('OwnerId',OwnerId)
60+
self.add_query_param('OwnerId',OwnerId)
61+
62+
def get_TargetRegionId(self):
63+
return self.get_query_params().get('TargetRegionId')
64+
65+
def set_TargetRegionId(self,TargetRegionId):
66+
self.add_query_param('TargetRegionId',TargetRegionId)

aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ def get_ResourceGroupId(self):
6565
def set_ResourceGroupId(self,ResourceGroupId):
6666
self.add_query_param('ResourceGroupId',ResourceGroupId)
6767

68+
def get_DdrInstance(self):
69+
return self.get_query_params().get('DdrInstance')
70+
71+
def set_DdrInstance(self,DdrInstance):
72+
self.add_query_param('DdrInstance',DdrInstance)
73+
6874
def get_Engine(self):
6975
return self.get_query_params().get('Engine')
7076

@@ -113,6 +119,12 @@ def get_OwnerAccount(self):
113119
def set_OwnerAccount(self,OwnerAccount):
114120
self.add_query_param('OwnerAccount',OwnerAccount)
115121

122+
def get_EncryptionKey(self):
123+
return self.get_query_params().get('EncryptionKey')
124+
125+
def set_EncryptionKey(self,EncryptionKey):
126+
self.add_query_param('EncryptionKey',EncryptionKey)
127+
116128
def get_OwnerId(self):
117129
return self.get_query_params().get('OwnerId')
118130

@@ -149,6 +161,12 @@ def get_PrivateIpAddress(self):
149161
def set_PrivateIpAddress(self,PrivateIpAddress):
150162
self.add_query_param('PrivateIpAddress',PrivateIpAddress)
151163

164+
def get_RoleARN(self):
165+
return self.get_query_params().get('RoleARN')
166+
167+
def set_RoleARN(self,RoleARN):
168+
self.add_query_param('RoleARN',RoleARN)
169+
152170
def get_VPCId(self):
153171
return self.get_query_params().get('VPCId')
154172

aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ def get_CommodityCode(self):
101101
def set_CommodityCode(self,CommodityCode):
102102
self.add_query_param('CommodityCode',CommodityCode)
103103

104+
def get_EncryptionKey(self):
105+
return self.get_query_params().get('EncryptionKey')
106+
107+
def set_EncryptionKey(self,EncryptionKey):
108+
self.add_query_param('EncryptionKey',EncryptionKey)
109+
104110
def get_OwnerId(self):
105111
return self.get_query_params().get('OwnerId')
106112

@@ -143,6 +149,12 @@ def get_PromotionCode(self):
143149
def set_PromotionCode(self,PromotionCode):
144150
self.add_query_param('PromotionCode',PromotionCode)
145151

152+
def get_RoleARN(self):
153+
return self.get_query_params().get('RoleARN')
154+
155+
def set_RoleARN(self,RoleARN):
156+
self.add_query_param('RoleARN',RoleARN)
157+
146158
def get_ZoneId(self):
147159
return self.get_query_params().get('ZoneId')
148160

aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,20 @@ def get_OwnerAccount(self):
5353
def set_OwnerAccount(self,OwnerAccount):
5454
self.add_query_param('OwnerAccount',OwnerAccount)
5555

56+
def get_EncryptionKey(self):
57+
return self.get_query_params().get('EncryptionKey')
58+
59+
def set_EncryptionKey(self,EncryptionKey):
60+
self.add_query_param('EncryptionKey',EncryptionKey)
61+
5662
def get_OwnerId(self):
5763
return self.get_query_params().get('OwnerId')
5864

5965
def set_OwnerId(self,OwnerId):
60-
self.add_query_param('OwnerId',OwnerId)
66+
self.add_query_param('OwnerId',OwnerId)
67+
68+
def get_TargetRegionId(self):
69+
return self.get_query_params().get('TargetRegionId')
70+
71+
def set_TargetRegionId(self,TargetRegionId):
72+
self.add_query_param('TargetRegionId',TargetRegionId)

aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ def get_OwnerId(self):
5757
return self.get_query_params().get('OwnerId')
5858

5959
def set_OwnerId(self,OwnerId):
60-
self.add_query_param('OwnerId',OwnerId)
60+
self.add_query_param('OwnerId',OwnerId)
61+
62+
def get_TargetRegionId(self):
63+
return self.get_query_params().get('TargetRegionId')
64+
65+
def set_TargetRegionId(self,TargetRegionId):
66+
self.add_query_param('TargetRegionId',TargetRegionId)
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
class EvaluateSupportByokShowRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateSupportByokShow')
25+
26+
def get_ResourceOwnerId(self):
27+
return self.get_query_params().get('ResourceOwnerId')
28+
29+
def set_ResourceOwnerId(self,ResourceOwnerId):
30+
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
31+
32+
def get_NodeType(self):
33+
return self.get_query_params().get('NodeType')
34+
35+
def set_NodeType(self,NodeType):
36+
self.add_query_param('NodeType',NodeType)
37+
38+
def get_EngineVersion(self):
39+
return self.get_query_params().get('EngineVersion')
40+
41+
def set_EngineVersion(self,EngineVersion):
42+
self.add_query_param('EngineVersion',EngineVersion)
43+
44+
def get_SecurityToken(self):
45+
return self.get_query_params().get('SecurityToken')
46+
47+
def set_SecurityToken(self,SecurityToken):
48+
self.add_query_param('SecurityToken',SecurityToken)
49+
50+
def get_Engine(self):
51+
return self.get_query_params().get('Engine')
52+
53+
def set_Engine(self,Engine):
54+
self.add_query_param('Engine',Engine)
55+
56+
def get_DbInstanceStorageType(self):
57+
return self.get_query_params().get('DbInstanceStorageType')
58+
59+
def set_DbInstanceStorageType(self,DbInstanceStorageType):
60+
self.add_query_param('DbInstanceStorageType',DbInstanceStorageType)
61+
62+
def get_ResourceOwnerAccount(self):
63+
return self.get_query_params().get('ResourceOwnerAccount')
64+
65+
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
66+
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
67+
68+
def get_OwnerAccount(self):
69+
return self.get_query_params().get('OwnerAccount')
70+
71+
def set_OwnerAccount(self,OwnerAccount):
72+
self.add_query_param('OwnerAccount',OwnerAccount)
73+
74+
def get_OwnerId(self):
75+
return self.get_query_params().get('OwnerId')
76+
77+
def set_OwnerId(self,OwnerId):
78+
self.add_query_param('OwnerId',OwnerId)
79+
80+
def get_TargetRegionId(self):
81+
return self.get_query_params().get('TargetRegionId')
82+
83+
def set_TargetRegionId(self,TargetRegionId):
84+
self.add_query_param('TargetRegionId',TargetRegionId)

aliyun-python-sdk-rds/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"""
3232

3333
PACKAGE = "aliyunsdkrds"
34-
NAME = "aliyun-python-sdk-rds"
34+
NAME = "aliyun-python-sdk-rds-test"
3535
DESCRIPTION = "The rds module of Aliyun Python sdk."
3636
AUTHOR = "Aliyun"
3737
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)