Home
last modified time | relevance | path

Searched refs:attach_lb_to_subnets (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
Dloadbalancer.py388 new_subnets = self.connection.attach_lb_to_subnets(self.name, subnets)
D__init__.py718 def attach_lb_to_subnets(self, name, subnets): member in ELBConnection