HomeSort by relevance Sort by last modified time
    Searched refs:ec2 (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_vpnconnection.py 8 <DescribeVpnConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2013-02-01/">
141 <CreateVpnConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
184 <DeleteVpnConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
208 <CreateVpnConnectionRouteResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
234 <DeleteVpnConnectionRouteResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
  /external/clang/test/Sema/
bitfield-promote.c 16 enum E { ec1, ec2, ec3 }; enumerator in enum:E
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
__init__.py 26 This module provides an interface to the Elastic Compute Cloud (EC2)
35 from boto.ec2.autoscale.request import Request
36 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
37 from boto.ec2.autoscale.group import AutoScalingGroup
38 from boto.ec2.autoscale.group import ProcessType
39 from boto.ec2.autoscale.activity import Activity
40 from boto.ec2.autoscale.policy import AdjustmentType
41 from boto.ec2.autoscale.policy import MetricCollectionTypes
42 from boto.ec2.autoscale.policy import ScalingPolicy
43 from boto.ec2.autoscale.policy import TerminationPolicie
    [all...]
group.py 22 from boto.ec2.elb.listelement import ListElement
24 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
25 from boto.ec2.autoscale.request import Request
26 from boto.ec2.autoscale.instance import Instance
27 from boto.ec2.autoscale.tag import Tag
126 EC2 instance comes into service that Auto Scaling starts
131 Amazon EC2 or Elastic Load Balancer.
147 group created in Amazon EC2.
154 :param tags: List of :class:`boto.ec2.autoscale.tag.Tag`s
163 :param instance_id: The ID of the Amazon EC2 instance you want to us
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 333 UErrorCode ec2 = U_ZERO_ERROR; // local error code: soft failure local
334 UResourceBundle* rb = ures_getByKey(currencyMeta, myUCharsToChars(buf, currency), NULL, &ec2);
335 if (U_FAILURE(ec2)) {
707 UErrorCode ec2 = U_ZERO_ERROR; local
710 uloc_getName(locale, loc, sizeof(loc), &ec2);
711 if (U_FAILURE(ec2) || ec2 == U_STRING_NOT_TERMINATED_WARNING) {
723 ec2 = U_ZERO_ERROR;
724 UResourceBundle* rb = ures_open(U_ICUDATA_CURR, loc, &ec2);
726 rb = ures_getByKey(rb, CURRENCIES, rb, &ec2);
790 UErrorCode ec2 = U_ZERO_ERROR; local
909 UErrorCode ec2 = U_ZERO_ERROR; local
927 ChoiceFormat fmt(UnicodeString(TRUE, s, len), ec2); local
994 UErrorCode ec2 = U_ZERO_ERROR; local
1059 ChoiceFormat fmt(UnicodeString(TRUE, s, len), ec2); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
loadbalancer.py 23 from boto.ec2.elb.healthcheck import HealthCheck
24 from boto.ec2.elb.listener import Listener
25 from boto.ec2.elb.listelement import ListElement
26 from boto.ec2.elb.policies import Policies, OtherPolicy
27 from boto.ec2.elb.securitygroup import SecurityGroup
28 from boto.ec2.instanceinfo import InstanceInfo
74 Represents an EC2 Load Balancer.
79 :ivar boto.ec2.elb.ELBConnection connection: The connection this load
83 :ivar boto.ec2.elb.healthcheck.HealthCheck health_check: The health
85 :ivar boto.ec2.elb.policies.Policies policies: Cookie stickiness an
    [all...]
listener.py 24 from boto.ec2.elb.listelement import ListElement
29 Represents an EC2 Load Balancer Listener tuple
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
metric.py 25 from boto.ec2.cloudwatch.alarm import MetricAlarm
26 from boto.ec2.cloudwatch.dimension import Dimension
124 :type alarm: boto.ec2.cloudwatch.alarm.MetricAlarm
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
bundleinstance.py 23 Represents an EC2 Bundle Task
26 from boto.ec2.ec2object import EC2Object
zone.py 23 Represents an EC2 Availability Zone
25 from boto.ec2.ec2object import EC2Object
snapshot.py 24 Represents an EC2 Elastic Block Store Snapshot
26 from boto.ec2.ec2object import TaggedEC2Object
27 from boto.ec2.zone import Zone
80 Update the data associated with this snapshot by querying EC2.
83 :param validate: By default, if EC2 returns no data about the
87 returned from EC2.
135 :type zone: string or :class:`boto.ec2.zone.Zone`
spotinstancerequest.py 24 Represents an EC2 Spot Instance Request
27 from boto.ec2.ec2object import TaggedEC2Object
28 from boto.ec2.launchspecification import LaunchSpecification
ec2object.py 24 Represents an EC2 Object
26 from boto.ec2.tag import TagSet
47 Any EC2 resource that can be tagged should be represented
70 to the EC2 service.
86 to the EC2 service.
106 to the EC2 service.
114 stored in EC2. If not, the tag will not be removed. If
125 to the EC2 service.
130 currently stored in EC2. If not, that particular tag will
keypair.py 23 Represents an EC2 Keypair
27 from boto.ec2.ec2object import EC2Object
100 :type region: :class:`boto.ec2.regioninfo.RegionInfo`
103 :rtype: :class:`boto.ec2.keypair.KeyPair`
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
ebs.py 63 ec2 = boto.connect_ec2()
65 snapshot = ec2.create_snapshot('${volume_id}')
95 ec2 = boto.connect_ec2()
96 ec2.trim_snapshots()
113 ec2 = boto.connect_ec2()
119 volume = ec2.get_all_volumes([self.volume_id])[0]
125 instance = ec2.get_only_instances([self.instance_id])[0]
129 ec2.attach_volume(self.volume_id, self.instance_id, self.device)
133 # if there's an EC2ResonseError with the code set to IncorrectState, delay a bit for ec2
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
bs.py 110 ec2 = boto.connect_ec2()
113 self.sd.set('Credentials', 'aws_access_key_id', ec2.aws_access_key_id)
114 self.sd.set('Credentials', 'aws_secret_access_key', ec2.aws_secret_access_key)
117 rs = ec2.get_all_images([ami_id])
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
dhcpoptions.py 26 from boto.ec2.ec2object import TaggedEC2Object
internetgateway.py 26 from boto.ec2.ec2object import TaggedEC2Object
vpngateway.py 26 from boto.ec2.ec2object import TaggedEC2Object
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
test_connection.py 34 from boto.ec2.connection import EC2Connection
36 import boto.ec2 namespace
40 ec2 = True variable in class:EC2ConnectionTest
123 img_loc = 'ec2-public-images/fedora-core4-apache.manifest.xml'
245 connection = boto.ec2.connect_to_region('eu-central-1')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_networkinterface.py 27 from boto.ec2.networkinterface import NetworkInterfaceCollection
28 from boto.ec2.networkinterface import NetworkInterfaceSpecification
29 from boto.ec2.networkinterface import PrivateIPAddress
30 from boto.ec2.networkinterface import Attachment, NetworkInterface
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
copybot.py 95 ec2 = boto.connect_ec2()
96 ec2.terminate_instances([self.instance_id])
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/cloudwatch/
test_connection.py 29 from boto.ec2.cloudwatch import CloudWatchConnection
102 ec2 = True variable in class:CloudWatchConnectionTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
asadmin 167 ec2 = boto.connect_ec2()
170 ec2.terminate_instances([old_instance.instance_id])
201 from boto.ec2.autoscale import AutoScalingGroup
202 from boto.ec2.autoscale import LaunchConfiguration
209 help="EC2 Instance Type (e.g., m1.large, c1.xlarge), default is m1.large",
212 help="EC2 Key Name",
215 help="EC2 Security Group",
230 help="Health check type (EC2 or ELB)",
231 action="store", default="EC2", type="string", dest="hc_type")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
test_connection.py 28 from boto.ec2.networkinterface import NetworkInterfaceCollection
29 from boto.ec2.networkinterface import NetworkInterfaceSpecification
30 from boto.ec2.networkinterface import PrivateIPAddress

Completed in 888 milliseconds

1 23 4 5