Home
last modified time | relevance | path

Searched refs:TaggedEC2Object (Results 1 – 19 of 19) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_ec2object.py7 from boto.ec2.ec2object import TaggedEC2Object
34 taggedEC2Object = TaggedEC2Object(self.service_connection)
55 taggedEC2Object = TaggedEC2Object(self.service_connection)
86 taggedEC2Object = TaggedEC2Object(self.service_connection)
106 taggedEC2Object = TaggedEC2Object(self.service_connection)
125 taggedEC2Object = TaggedEC2Object(self.service_connection)
146 taggedEC2Object = TaggedEC2Object(self.service_connection)
168 taggedEC2Object = TaggedEC2Object(self.service_connection)
190 taggedEC2Object = TaggedEC2Object(self.service_connection)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
Dcustomergateway.py26 from boto.ec2.ec2object import TaggedEC2Object
29 class CustomerGateway(TaggedEC2Object):
Dsubnet.py26 from boto.ec2.ec2object import TaggedEC2Object
28 class Subnet(TaggedEC2Object):
Dinternetgateway.py26 from boto.ec2.ec2object import TaggedEC2Object
29 class InternetGateway(TaggedEC2Object):
Ddhcpoptions.py26 from boto.ec2.ec2object import TaggedEC2Object
49 class DhcpOptions(TaggedEC2Object):
Dvpngateway.py26 from boto.ec2.ec2object import TaggedEC2Object
45 class VpnGateway(TaggedEC2Object):
Droutetable.py26 from boto.ec2.ec2object import TaggedEC2Object
29 class RouteTable(TaggedEC2Object):
Dvpc.py26 from boto.ec2.ec2object import TaggedEC2Object
28 class VPC(TaggedEC2Object):
Dvpc_peering_connection.py26 from boto.ec2.ec2object import TaggedEC2Object
94 class VpcPeeringConnection(TaggedEC2Object):
Dnetworkacl.py26 from boto.ec2.ec2object import TaggedEC2Object
51 class NetworkAcl(TaggedEC2Object):
Dvpnconnection.py29 from boto.ec2.ec2object import TaggedEC2Object
129 class VpnConnection(TaggedEC2Object):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dec2object.py45 class TaggedEC2Object(EC2Object): class
57 super(TaggedEC2Object, self).__init__(connection)
Dspotinstancerequest.py27 from boto.ec2.ec2object import TaggedEC2Object
86 class SpotInstanceRequest(TaggedEC2Object):
Dsnapshot.py26 from boto.ec2.ec2object import TaggedEC2Object
30 class Snapshot(TaggedEC2Object):
Dvolume.py29 from boto.ec2.ec2object import TaggedEC2Object
32 class Volume(TaggedEC2Object):
Dimage.py23 from boto.ec2.ec2object import EC2Object, TaggedEC2Object
45 class Image(TaggedEC2Object):
Dnetworkinterface.py27 from boto.ec2.ec2object import TaggedEC2Object
80 class NetworkInterface(TaggedEC2Object):
Dsecuritygroup.py26 from boto.ec2.ec2object import TaggedEC2Object
30 class SecurityGroup(TaggedEC2Object):
Dinstance.py28 from boto.ec2.ec2object import EC2Object, TaggedEC2Object
157 class Instance(TaggedEC2Object):