Searched defs:subnets (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/ |
D | test_db_subnet_group.py | 33 def _is_ok(subnet_group, vpc_id, description, subnets): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
D | __init__.py | 137 def create_load_balancer(self, name, zones, listeners=None, subnets=None, argument 718 def attach_lb_to_subnets(self, name, subnets): argument 740 def detach_lb_from_subnets(self, name, subnets): argument
|
D | loadbalancer.py | 376 def attach_subnets(self, subnets): argument 391 def detach_subnets(self, subnets): argument
|