Home
last modified time | relevance | path

Searched refs:association_id (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Daddress.py47 self.association_id = None
65 self.association_id = value
121 if self.association_id:
123 association_id=self.association_id,
Dconnection.py2008 def disassociate_address(self, public_ip=None, association_id=None, argument
2029 if association_id is not None:
2030 params['AssociationId'] = association_id
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
D__init__.py253 def disassociate_route_table(self, association_id, dry_run=False): argument
268 params = {'AssociationId': association_id}
309 def _replace_route_table_association(self, association_id, argument
329 'AssociationId': association_id,
337 def replace_route_table_assocation(self, association_id, argument
364 association_id, route_table_id, dry_run=dry_run).status
366 def replace_route_table_association_with_assoc(self, association_id, argument
389 association_id, route_table_id, dry_run=dry_run).newAssociationId
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
Dtest_connection.py87 if new_eip.association_id:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py1466 self.assertEqual('eipassoc-fc5ca095', result.association_id)