Searched refs:VpnGateway (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
H A Dvpngateway.py45 class VpnGateway(TaggedEC2Object): class in inherits:TaggedEC2Object
48 super(VpnGateway, self).__init__(connection)
56 return 'VpnGateway:%s' % self.id
59 retval = super(VpnGateway, self).startElement(name, attrs, connection)
H A D__init__.py33 from boto.vpc.vpngateway import VpnGateway, Attachment namespace
1001 :param vpn_gateway_ids: A list of strings with the desired VpnGateway ID's
1008 - *state*, a list of states of the VpnGateway
1018 :return: A list of :class:`boto.vpc.customergateway.VpnGateway`
1028 [('item', VpnGateway)])
1043 :rtype: The newly created VpnGateway
1044 :return: A :class:`boto.vpc.vpngateway.VpnGateway` object
1051 return self.get_object('CreateVpnGateway', params, VpnGateway)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
H A Dtest_vpngateway.py6 from boto.vpc import VPCConnection, VpnGateway, Attachment namespace
52 self.assertIsInstance(api_response[0], VpnGateway)
85 self.assertIsInstance(api_response, VpnGateway)

Completed in 859 milliseconds