Home
last modified time | relevance | path

Searched refs:db_subnet_group_name (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
Dlayer1.py326 availability_zone=None, db_subnet_group_name=None, argument
671 if db_subnet_group_name is not None:
672 params['DBSubnetGroupName'] = db_subnet_group_name
987 def create_db_subnet_group(self, db_subnet_group_name, argument
1014 'DBSubnetGroupName': db_subnet_group_name,
1326 def delete_db_subnet_group(self, db_subnet_group_name): argument
1346 params = {'DBSubnetGroupName': db_subnet_group_name, }
1807 def describe_db_subnet_groups(self, db_subnet_group_name=None, argument
1842 if db_subnet_group_name is not None:
1843 params['DBSubnetGroupName'] = db_subnet_group_name
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
D__init__.py157 db_subnet_group_name = None, argument
422 'DBSubnetGroupName': db_subnet_group_name,
1214 db_subnet_group_name=None): argument
1270 if db_subnet_group_name is not None:
1271 params['DBSubnetGroupName'] = db_subnet_group_name
1282 db_subnet_group_name=None): argument
1335 if db_subnet_group_name is not None:
1336 params['DBSubnetGroupName'] = db_subnet_group_name
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
Dtest_connection.py273 db_subnet_group_name='dbSubnetgroup01',
318 db_subnet_group_name='dbSubnetgroup01')
428 db_subnet_group_name='dbsubnetgroup')
451 db_subnet_group_name='dbSubnetgroup01',
487 db_subnet_group_name='dbSubnetgroup01',