Home
last modified time | relevance | path

Searched refs:EC2Connection (Results 1 – 16 of 16) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
D__init__.py26 from boto.ec2.connection import EC2Connection
43 return get_regions('ec2', connection_cls=EC2Connection)
62 return EC2Connection(**kw_params)
Dregioninfo.py34 from boto.ec2.connection import EC2Connection
36 EC2Connection)
Dconnection.py73 class EC2Connection(AWSQueryConnection): class
95 super(EC2Connection, self).__init__(aws_access_key_id,
3479 region.connection_cls = EC2Connection
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_instance.py7 from boto.ec2.connection import EC2Connection
188 ec2 = EC2Connection(aws_access_key_id='aws_access_key_id',
210 connection_class = EC2Connection
245 connection_class = EC2Connection
Dtest_instancestatus.py5 from boto.ec2.connection import EC2Connection
18 ec2 = EC2Connection(aws_access_key_id='aws_access_key_id',
29 ec2 = EC2Connection(aws_access_key_id='aws_access_key_id',
Dtest_spotinstance.py3 from boto.ec2.connection import EC2Connection
8 connection_class = EC2Connection
47 connection_class = EC2Connection
Dtest_snapshot.py4 from boto.ec2.connection import EC2Connection
10 connection_class = EC2Connection
Dtest_reservedinstance.py2 from boto.ec2.connection import EC2Connection
7 connection_class = EC2Connection
Dtest_ec2object.py6 from boto.ec2.connection import EC2Connection
27 connection_class = EC2Connection
79 connection_class = EC2Connection
Dtest_instancetype.py7 from boto.ec2.connection import EC2Connection
11 connection_class = EC2Connection
Dtest_securitygroup.py6 from boto.ec2.connection import EC2Connection
175 connection_class = EC2Connection
Dtest_blockdevicemapping.py3 from boto.ec2.connection import EC2Connection
94 connection_class = EC2Connection
Dtest_connection.py13 from boto.ec2.connection import EC2Connection
19 connection_class = EC2Connection
1432 connection_cls=EC2Connection
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
Dtest_connection.py34 from boto.ec2.connection import EC2Connection
48 c = EC2Connection()
69 c = EC2Connection()
197 c = EC2Connection()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py170 from boto.ec2.connection import EC2Connection
171 return EC2Connection(aws_access_key_id, aws_secret_access_key, **kwargs)
437 from boto.ec2 import EC2Connection
453 return EC2Connection(aws_access_key_id, aws_secret_access_key,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
D__init__.py26 from boto.ec2.connection import EC2Connection
75 class VPCConnection(EC2Connection):