Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dgroup.py98 health_check_type=None, health_check_period=None, argument
187 self.health_check_period = health_check_period
255 self.health_check_period = int(value)
257 self.health_check_period = None
D__init__.py161 if as_group.health_check_period:
162 params['HealthCheckGracePeriod'] = as_group.health_check_period
/external/autotest/client/tests/dbt2/
Dpgpool.conf87 health_check_period = 0
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dasadmin105 health_check_period=hc_period, desired_capacity=capacity,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
Dtest_group.py227 self.assertEqual(as_group.health_check_period, 0)