Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
Dtest_connection.py30 from boto.ec2.autoscale.group import AutoScalingGroup, ProcessType
87 self.assertTrue(ptype, ProcessType)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
D__init__.py38 from boto.ec2.autoscale.group import ProcessType
582 [('member', ProcessType)])
Dgroup.py30 class ProcessType(object): class