HomeSort by relevance Sort by last modified time
    Searched refs:db_subnet_group_name (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
__init__.py 157 db_subnet_group_name = None,
348 :type db_subnet_group_name: str
349 :param db_subnet_group_name: A DB Subnet Group to associate with this DB Instance.
398 # db_subnet_group_name => DBSubnetGroupName
422 'DBSubnetGroupName': db_subnet_group_name,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
test_connection.py 273 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',
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 326 availability_zone=None, db_subnet_group_name=None,
493 :type db_subnet_group_name: string
494 :param db_subnet_group_name: A DB subnet group to associate with this
671 if db_subnet_group_name is not None:
672 params['DBSubnetGroupName'] = db_subnet_group_name
    [all...]

Completed in 41 milliseconds