Home
last modified time | relevance | path

Searched refs:get_all_load_balancers (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
Dtest_connection.py86 balancers = self.conn.get_all_load_balancers()
92 balancers = self.conn.get_all_load_balancers()
105 mod_balancers = self.conn.get_all_load_balancers(
113 mod_balancers = self.conn.get_all_load_balancers(
136 balancers = self.conn.get_all_load_balancers(
155 balancers = self.conn.get_all_load_balancers(
169 balancers = self.conn.get_all_load_balancers(
186 balancers = self.conn.get_all_load_balancers(
292 lbs = connection.get_all_load_balancers()
Dtest_cert_verification.py39 conn.get_all_load_balancers()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
Dtest_loadbalancer.py94 load_balancers = elb.get_all_load_balancers()
117 load_balancers1 = elb.get_all_load_balancers()
119 load_balancers2 = elb.get_all_load_balancers(marker=load_balancers1.marker)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Delbadmin46 elbs = elb.get_all_load_balancers(name)
72 for b in elb.get_all_load_balancers():
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
D__init__.py109 def get_all_load_balancers(self, load_balancer_names=None, marker=None): member in ELBConnection