Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
Dhealthcheck.py32 healthy_threshold=3, timeout=5, unhealthy_threshold=5): argument
46 self.healthy_threshold = healthy_threshold
62 self.healthy_threshold = int(value)
87 self.healthy_threshold = new_hc.healthy_threshold
D__init__.py575 'HealthCheck.HealthyThreshold': health_check.healthy_threshold}