HomeSort by relevance Sort by last modified time
    Searched defs:autoscale (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_cert_verification.py 31 import boto.ec2.autoscale namespace
35 autoscale = True variable in class:AutoscaleCertVerificationTest
36 regions = boto.ec2.autoscale.regions()
test_connection.py 28 from boto.ec2.autoscale import AutoScaleConnection
29 from boto.ec2.autoscale.activity import Activity
30 from boto.ec2.autoscale.group import AutoScalingGroup, ProcessType
31 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
32 from boto.ec2.autoscale.policy import AdjustmentType, MetricCollectionTypes, ScalingPolicy
33 from boto.ec2.autoscale.scheduled import ScheduledUpdateGroupAction
34 from boto.ec2.autoscale.instance import Instance
35 from boto.ec2.autoscale.tag import Tag
41 autoscale = True variable in class:AutoscaleConnectionTest
46 # have any autoscale groups to introspect. It's useful, however, t
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
asadmin 48 def get_group(autoscale, name):
49 g = autoscale.get_all_groups(names=[name])
55 def get_lc(autoscale, name):
56 l = autoscale.get_all_launch_configurations(names=[name])
62 def list(autoscale):
66 groups = autoscale.get_all_groups()
70 def list_lc(autoscale):
74 for l in autoscale.get_all_launch_configurations():
77 def get(autoscale, name):
79 g = get_group(autoscale, name
260 autoscale = boto.connect_autoscale() variable
    [all...]

Completed in 663 milliseconds