Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
Dtest_connection.py220 connection_draining = self.conn.get_lb_attribute(self.balancer.name,
227 access_log = self.conn.get_lb_attribute(self.balancer.name,
237 cross_zone_load_balancing = self.conn.get_lb_attribute(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
Dtest_attribute.py128 status = elb.get_lb_attribute('test_elb', attr)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
D__init__.py462 def get_lb_attribute(self, load_balancer_name, attribute): member in ELBConnection