Home
last modified time | relevance | path

Searched defs:load_balancer_name (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
D__init__.py344 def enable_availability_zones(self, load_balancer_name, zones_to_add): argument
368 def disable_availability_zones(self, load_balancer_name, zones_to_remove): argument
393 def modify_lb_attribute(self, load_balancer_name, attribute, value): argument
448 def get_all_lb_attributes(self, load_balancer_name): argument
462 def get_lb_attribute(self, load_balancer_name, attribute): argument
493 def register_instances(self, load_balancer_name, instances): argument
513 def deregister_instances(self, load_balancer_name, instances): argument
533 def describe_instance_health(self, load_balancer_name, instances=None): argument