Home
last modified time | relevance | path

Searched refs:VPCConnection (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_vpngateway.py6 from boto.vpc import VPCConnection, VpnGateway, Attachment
11 connection_class = VPCConnection
58 connection_class = VPCConnection
91 connection_class = VPCConnection
115 connection_class = VPCConnection
145 connection_class = VPCConnection
170 connection_class = VPCConnection
196 connection_class = VPCConnection
Dtest_networkacl.py4 from boto.vpc import VPCConnection
9 connection_class = VPCConnection
142 connection_class = VPCConnection
274 connection_class = VPCConnection
320 connection_class = VPCConnection
344 connection_class = VPCConnection
397 connection_class = VPCConnection
449 connection_class = VPCConnection
476 connection_class = VPCConnection
Dtest_internetgateway.py4 from boto.vpc import VPCConnection, InternetGateway
9 connection_class = VPCConnection
50 connection_class = VPCConnection
78 connection_class = VPCConnection
102 connection_class = VPCConnection
128 connection_class = VPCConnection
Dtest_vpnconnection.py5 from boto.vpc import VPCConnection, VpnConnection
95 connection_class = VPCConnection
137 connection_class = VPCConnection
180 connection_class = VPCConnection
204 connection_class = VPCConnection
230 connection_class = VPCConnection
Dtest_routetable.py4 from boto.vpc import VPCConnection, RouteTable
9 connection_class = VPCConnection
125 connection_class = VPCConnection
151 connection_class = VPCConnection
175 connection_class = VPCConnection
216 connection_class = VPCConnection
240 connection_class = VPCConnection
279 connection_class = VPCConnection
348 connection_class = VPCConnection
417 connection_class = VPCConnection
Dtest_dhcpoptions.py4 from boto.vpc import VPCConnection, DhcpOptions
9 connection_class = VPCConnection
71 connection_class = VPCConnection
167 connection_class = VPCConnection
191 connection_class = VPCConnection
Dtest_vpc_peering_connection.py25 from boto.vpc import VpcPeeringConnection, VPCConnection, Subnet
70 connection_class = VPCConnection
128 connection_class = VPCConnection
153 connection_class = VPCConnection
193 vpc_conn = VPCConnection(aws_access_key_id='aws_access_key_id',
220 connection_class = VPCConnection
253 connection_class = VPCConnection
Dtest_vpc.py5 from boto.vpc import VPCConnection, VPC
27 connection_class = VPCConnection
45 connection_class = VPCConnection
82 connection_class = VPCConnection
106 connection_class = VPCConnection
145 connection_class = VPCConnection
199 connection_class = VPCConnection
Dtest_customergateway.py5 from boto.vpc import VPCConnection, CustomerGateway
10 connection_class = VPCConnection
53 connection_class = VPCConnection
92 connection_class = VPCConnection
Dtest_subnet.py5 from boto.vpc import VPCConnection, Subnet
10 connection_class = VPCConnection
69 connection_class = VPCConnection
110 connection_class = VPCConnection
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
Dtest_db_subnet_group.py30 from boto.vpc import VPCConnection
52 vpc_api = VPCConnection()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
Dtest_zone.py30 from boto.vpc import VPCConnection
175 self.vpc = VPCConnection()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py302 from boto.vpc import VPCConnection
303 return VPCConnection(aws_access_key_id, aws_secret_access_key, **kwargs)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
D__init__.py52 return get_regions('ec2', connection_cls=VPCConnection)
75 class VPCConnection(EC2Connection): class