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

12 3 4 5

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_customergateway.py 14 <DescribeCustomerGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
57 <CreateCustomerGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
96 <DeleteCustomerGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
test_subnet.py 14 <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
73 <CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
114 <DeleteSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
test_dhcpoptions.py 13 <DescribeDhcpOptionsResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
75 <CreateDhcpOptionsResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
171 <DeleteDhcpOptionsResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
195 <AssociateDhcpOptionsResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
test_vpc_peering_connection.py 30 <DescribeVpcPeeringConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
106 CREATE_VPC_PEERING_CONNECTION= b"""<CreateVpcPeeringConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
148 DELETE_VPC_PEERING_CONNECTION= b"""<DeleteVpcPeeringConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
164 <DescribeVpcPeeringConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
187 DELETE_VPC_PEERING_CONNECTION= b"""<DeleteVpcPeeringConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
215 REJECT_VPC_PEERING_CONNECTION= b"""<RejectVpcPeeringConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
231 ACCEPT_VPC_PEERING_CONNECTION= b"""<AcceptVpcPeeringConnectionResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
test_routetable.py 13 <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
129 <AssociateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
155 <DisassociateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
179 <CreateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
220 <DeleteRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
244 <ReplaceRouteTableAssociationResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
283 <CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
352 <CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
421 <DeleteRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-01/">
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
launchspecification.py 27 from boto.ec2.ec2object import EC2Object
29 from boto.ec2.blockdevicemapping import BlockDeviceMapping
30 from boto.ec2.group import Group
31 from boto.ec2.instance import SubParse
spotdatafeedsubscription.py 23 Represents an EC2 Spot Instance Datafeed Subscription
25 from boto.ec2.ec2object import EC2Object
26 from boto.ec2.spotinstancerequest import SpotInstanceStateFault
__init__.py 23 This module provides an interface to the Elastic Compute Cloud (EC2)
26 from boto.ec2.connection import EC2Connection
30 RegionData = load_regions().get('ec2', {})
35 Get all available regions for the EC2 service.
41 :return: A list of :class:`boto.ec2.regioninfo.RegionInfo`
43 return get_regions('ec2', connection_cls=EC2Connection)
49 :class:`boto.ec2.connection.EC2Connection`.
56 :rtype: :class:`boto.ec2.connection.EC2Connection` or ``None``
73 Find and return a :class:`boto.ec2.regioninfo.RegionInfo` object
79 :rtype: :class:`boto.ec2.regioninfo.RegionInfo
    [all...]
instancetype.py 23 from boto.ec2.ec2object import EC2Object
28 Represents an EC2 VM Type
placementgroup.py 22 Represents an EC2 Placement Group
24 from boto.ec2.ec2object import EC2Object
spotpricehistory.py 23 Represents an EC2 Spot Instance Request
26 from boto.ec2.ec2object import EC2Object
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
__init__.py 25 from boto.ec2.regioninfo import RegionInfo
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
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
40 ec2 = True variable in class:AutoscaleConnectionTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
test_loadbalancer.py 6 from boto.ec2.elb import ELBConnection
7 from boto.ec2.elb import LoadBalancer
10 <DisableAvailabilityZonesForLoadBalancerResult xmlns="http://ec2.amazonaws.com/doc/2013-02-01/">
124 <DetachLoadBalancerFromSubnets xmlns="http://ec2.amazonaws.com/doc/2013-02-01/">
test_listener.py 6 from boto.ec2.elb.loadbalancer import LoadBalancer
7 from boto.ec2.elb.listener import Listener
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
launch_instance 23 # Utility to launch an EC2 Instance
67 def add_creds(self, ec2):
71 self.set('Credentials', 'aws_access_key_id', ec2.aws_access_key_id)
72 self.set('Credentials', 'aws_secret_access_key', ec2.aws_secret_access_key)
116 from boto.ec2 import regions
155 ec2 = boto.connect_ec2(region=region) variable
157 cfg.add_creds(ec2)
161 ami = ec2.get_image(options.ami_id)
164 l = [(a, a.id, a.location) for a in ec2.get_all_images()]
170 l = [(k, k.name, '') for k in ec2.get_all_key_pairs()
    [all...]
elbadmin 117 ec2 = boto.connect_ec2()
119 ec2 = boto.ec2.connect_to_region(options.region)
120 check_valid_region(ec2, options.region)
126 for i in ec2.get_only_instances():
261 import boto.ec2.elb namespace
262 elb = boto.ec2.elb.connect_to_region(options.region)
list_instances 8 from boto.ec2 import regions
50 ec2 = boto.connect_ec2(region=region)
79 for r in ec2.get_all_reservations(filters=filters):
instance_events 52 ec2 = boto.connect_ec2(region=region)
54 reservations = ec2.get_all_reservations()
71 stats = ec2.get_all_instance_status()
110 from boto.ec2 import regions
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
order.py 22 High-level abstraction of an EC2 order for servers
26 import boto.ec2 namespace
47 self.ec2 = None
60 l = [(r, r.name, r.endpoint) for r in boto.ec2.regions()]
85 l = [(z, z.name, z.state) for z in self.ec2.get_all_zones()]
92 l = [(a, a.id, a.location) for a in self.ec2.get_all_images()]
99 l = [(s, s.name, s.description) for s in self.ec2.get_all_security_groups()]
106 l = [(k, k.name, '') for k in self.ec2.get_all_key_pairs()]
112 self.config.set('Credentials', 'aws_access_key_id', self.ec2.aws_access_key_id)
113 self.config.set('Credentials', 'aws_secret_access_key', self.ec2.aws_secret_access_key
    [all...]
server.py 22 High-level abstraction of an EC2 server
63 def ec2(self): member in class:Server
117 rs = self.ec2.get_all_reservations([self.instance_id])
214 ec2 = boto.connect_ec2()
215 ami = ec2.get_all_images(image_ids = [str(self.ami_id)])[0]
216 groups = ec2.get_all_security_groups(groupnames=[str(self.security_group)])
221 self._config.set("Credentials", "aws_access_key_id", ec2.aws_access_key_id)
222 self._config.set("Credentials", "aws_secret_access_key", ec2.aws_secret_access_key)
245 ec2.associate_address(self.instance_id, self.elastic_ip)
307 command = 'sudo ec2-bundle-vol
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
customergateway.py 26 from boto.ec2.ec2object import TaggedEC2Object
subnet.py 26 from boto.ec2.ec2object import TaggedEC2Object
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/cloudwatch/
test_connection.py 28 from boto.ec2.cloudwatch import CloudWatchConnection
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_ec2object.py 6 from boto.ec2.connection import EC2Connection
7 from boto.ec2.ec2object import TaggedEC2Object
11 <CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">
19 <DeleteTagsResponse xmlns="http://ec2.amazonaws.com/doc/2014-05-01/">

Completed in 1525 milliseconds

12 3 4 5