OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MetricCollectionTypes
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py
32
from boto.ec2.autoscale.policy import AdjustmentType,
MetricCollectionTypes
, ScalingPolicy
96
self.assertIsInstance(types,
MetricCollectionTypes
)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
policy.py
65
class
MetricCollectionTypes
(object):
95
return '
MetricCollectionTypes
:<%s, %s>' % (self.metrics, self.granularities)
__init__.py
41
from boto.ec2.autoscale.policy import
MetricCollectionTypes
537
{},
MetricCollectionTypes
)
[
all
...]
Completed in 194 milliseconds