Home
last modified time | relevance | path

Searched refs:CustomerGateway (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_customergateway.py5 from boto.vpc import VPCConnection, CustomerGateway
47 self.assertIsInstance(api_response[0], CustomerGateway)
82 self.assertIsInstance(api_response, CustomerGateway)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
Dcustomergateway.py29 class CustomerGateway(TaggedEC2Object): class
32 super(CustomerGateway, self).__init__(connection)
D__init__.py29 from boto.vpc.customergateway import CustomerGateway
942 [('item', CustomerGateway)])
970 return self.get_object('CreateCustomerGateway', params, CustomerGateway)