Skip to content

Commit dc1824d

Browse files
author
admin
committed
Generated 2014-08-15, 2013-05-28, 2012-06-15 for Rds
1 parent 7a3181e commit dc1824d

File tree

379 files changed

+19720
-2469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

379 files changed

+19720
-2469
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-17 Version: 1.90.1
2+
- Generated 2014-08-15, 2013-05-28, 2012-06-15 for `Rds`
3+
14
2019-04-25 Version: 2.3.4
25
1, upgrade sdk version.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.4"
1+
__version__ = '1.90.1'
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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 DescribeDBInstanceClassListRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Rds', '2012-06-15', 'DescribeDBInstanceClassList')
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_ResourceOwnerAccount(self):
33+
return self.get_query_params().get('ResourceOwnerAccount')
34+
35+
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
36+
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
37+
38+
def get_OwnerAccount(self):
39+
return self.get_query_params().get('OwnerAccount')
40+
41+
def set_OwnerAccount(self,OwnerAccount):
42+
self.add_query_param('OwnerAccount',OwnerAccount)
43+
44+
def get_OwnerId(self):
45+
return self.get_query_params().get('OwnerId')
46+
47+
def set_OwnerId(self,OwnerId):
48+
self.add_query_param('OwnerId',OwnerId)

aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/__init__.py

Whitespace-only changes.
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 CreateAccountRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateAccount')
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_AccountDescription(self):
33+
return self.get_query_params().get('AccountDescription')
34+
35+
def set_AccountDescription(self,AccountDescription):
36+
self.add_query_param('AccountDescription',AccountDescription)
37+
38+
def get_AccountPrivilege(self):
39+
return self.get_query_params().get('AccountPrivilege')
40+
41+
def set_AccountPrivilege(self,AccountPrivilege):
42+
self.add_query_param('AccountPrivilege',AccountPrivilege)
43+
44+
def get_AccountName(self):
45+
return self.get_query_params().get('AccountName')
46+
47+
def set_AccountName(self,AccountName):
48+
self.add_query_param('AccountName',AccountName)
49+
50+
def get_DBInstanceId(self):
51+
return self.get_query_params().get('DBInstanceId')
52+
53+
def set_DBInstanceId(self,DBInstanceId):
54+
self.add_query_param('DBInstanceId',DBInstanceId)
55+
56+
def get_ResourceOwnerAccount(self):
57+
return self.get_query_params().get('ResourceOwnerAccount')
58+
59+
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
60+
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
61+
62+
def get_OwnerAccount(self):
63+
return self.get_query_params().get('OwnerAccount')
64+
65+
def set_OwnerAccount(self,OwnerAccount):
66+
self.add_query_param('OwnerAccount',OwnerAccount)
67+
68+
def get_OwnerId(self):
69+
return self.get_query_params().get('OwnerId')
70+
71+
def set_OwnerId(self,OwnerId):
72+
self.add_query_param('OwnerId',OwnerId)
73+
74+
def get_AccountPassword(self):
75+
return self.get_query_params().get('AccountPassword')
76+
77+
def set_AccountPassword(self,AccountPassword):
78+
self.add_query_param('AccountPassword',AccountPassword)
79+
80+
def get_DBName(self):
81+
return self.get_query_params().get('DBName')
82+
83+
def set_DBName(self,DBName):
84+
self.add_query_param('DBName',DBName)
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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 CreateBackupRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateBackup')
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_ResourceOwnerAccount(self):
33+
return self.get_query_params().get('ResourceOwnerAccount')
34+
35+
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
36+
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
37+
38+
def get_OwnerAccount(self):
39+
return self.get_query_params().get('OwnerAccount')
40+
41+
def set_OwnerAccount(self,OwnerAccount):
42+
self.add_query_param('OwnerAccount',OwnerAccount)
43+
44+
def get_OwnerId(self):
45+
return self.get_query_params().get('OwnerId')
46+
47+
def set_OwnerId(self,OwnerId):
48+
self.add_query_param('OwnerId',OwnerId)
49+
50+
def get_DBInstanceId(self):
51+
return self.get_query_params().get('DBInstanceId')
52+
53+
def set_DBInstanceId(self,DBInstanceId):
54+
self.add_query_param('DBInstanceId',DBInstanceId)
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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 CreateChildDBInstanceRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateChildDBInstance')
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_RetainInstance(self):
33+
return self.get_query_params().get('RetainInstance')
34+
35+
def set_RetainInstance(self,RetainInstance):
36+
self.add_query_param('RetainInstance',RetainInstance)
37+
38+
def get_ResourceOwnerAccount(self):
39+
return self.get_query_params().get('ResourceOwnerAccount')
40+
41+
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
42+
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
43+
44+
def get_BackupId(self):
45+
return self.get_query_params().get('BackupId')
46+
47+
def set_BackupId(self,BackupId):
48+
self.add_query_param('BackupId',BackupId)
49+
50+
def get_OwnerAccount(self):
51+
return self.get_query_params().get('OwnerAccount')
52+
53+
def set_OwnerAccount(self,OwnerAccount):
54+
self.add_query_param('OwnerAccount',OwnerAccount)
55+
56+
def get_OwnerId(self):
57+
return self.get_query_params().get('OwnerId')
58+
59+
def set_OwnerId(self,OwnerId):
60+
self.add_query_param('OwnerId',OwnerId)
61+
62+
def get_DBInstanceId(self):
63+
return self.get_query_params().get('DBInstanceId')
64+
65+
def set_DBInstanceId(self,DBInstanceId):
66+
self.add_query_param('DBInstanceId',DBInstanceId)

0 commit comments

Comments
 (0)