Searched refs:allocation_id (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | address.py | 46 self.allocation_id = None 63 self.allocation_id = value 80 if self.allocation_id: 82 allocation_id=self.allocation_id, 97 if self.allocation_id: 101 allocation_id=self.allocation_id,
|
D | connection.py | 1882 allocation_id=None, network_interface_id=None, argument 1892 if allocation_id is not None: 1893 params['AllocationId'] = allocation_id 1913 allocation_id=None, network_interface_id=None, argument 1955 public_ip=public_ip, allocation_id=allocation_id, 1961 allocation_id=None, network_interface_id=None, argument 2003 public_ip=public_ip, allocation_id=allocation_id, 2039 def release_address(self, public_ip=None, allocation_id=None, argument 2070 elif allocation_id is not None: 2071 params['AllocationId'] = allocation_id
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
D | test_address.py | 56 self.address.allocation_id = "aid1" 74 allocation_id="aid1", 83 allocation_id="aid1", 102 self.address.allocation_id = "aid1" 121 allocation_id="aid1", 132 allocation_id="aid1",
|