Searched refs:association_id (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | address.py | 47 self.association_id = None 65 self.association_id = value 121 if self.association_id: 123 association_id=self.association_id,
|
D | connection.py | 2008 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__.py | 253 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/ |
D | test_connection.py | 87 if new_eip.association_id:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
D | test_connection.py | 1466 self.assertEqual('eipassoc-fc5ca095', result.association_id)
|