OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_subnet
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
test_db_subnet_group.py
61
subnet.append(vpc_api.
create_subnet
(vpc.id, '10.0.'+str(n)+'.0/24',availability_zone=az.name))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_subnet.py
89
api_response = self.service_connection.
create_subnet
(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
test_connection.py
47
self.subnet = self.api.
create_subnet
(self.vpc.id, '10.0.0.0/24')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
__init__.py
1155
def
create_subnet
(self, vpc_id, cidr_block, availability_zone=None,
member in class:VPCConnection
[
all
...]
Completed in 3151 milliseconds