Home
last modified time | relevance | path

Searched refs:get_all_lb_attributes (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
Dtest_attribute.py113 attributes = elb.get_all_lb_attributes('test_elb')
199 attributes = elb.get_all_lb_attributes('test_elb')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
D__init__.py448 def get_all_lb_attributes(self, load_balancer_name): member in ELBConnection
482 attributes = self.get_all_lb_attributes(load_balancer_name)
Dloadbalancer.py222 self._attributes = self.connection.get_all_lb_attributes(self.name)