OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subnet_ids
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
dbsubnetgroup.py
35
:ivar
subnet_ids
: List of subnet identifiers in the group
39
def __init__(self, connection=None, name=None, description=None,
subnet_ids
=None):
43
if
subnet_ids
is not None:
44
self.
subnet_ids
=
subnet_ids
46
self.
subnet_ids
= []
58
self.
subnet_ids
.append(value)
__init__.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
test_db_subnet_group.py
40
if set(subnet_group.
subnet_ids
) != set(subnets):
41
subnets_are = ','.join(subnet_group.
subnet_ids
)
76
rds_api.modify_db_subnet_group(grp_name,
subnet_ids
=[subnet[1].id,subnet[2].id])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/
layer1.py
357
cache_subnet_group_description,
subnet_ids
):
377
:type
subnet_ids
: list
378
:param
subnet_ids
: A list of VPC subnet IDs for the cache subnet group.
386
subnet_ids
,
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
__init__.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py
[
all
...]
Completed in 893 milliseconds