Searched refs:network_interface_id (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | address.py | 48 self.network_interface_id = None 67 self.network_interface_id = value 92 …def associate(self, instance_id=None, network_interface_id=None, private_ip_address=None, allow_re… argument 102 network_interface_id=network_interface_id, 110 network_interface_id=network_interface_id,
|
D | networkinterface.py | 268 if spec.network_interface_id is not None: 270 str(spec.network_interface_id) 335 def __init__(self, network_interface_id=None, device_index=None, argument 341 self.network_interface_id = network_interface_id
|
D | connection.py | 1829 def assign_private_ip_addresses(self, network_interface_id=None, argument 1863 if network_interface_id is not None: 1864 params['NetworkInterfaceId'] = network_interface_id 1882 allocation_id=None, network_interface_id=None, argument 1888 elif network_interface_id is not None: 1889 params['NetworkInterfaceId'] = network_interface_id 1913 allocation_id=None, network_interface_id=None, argument 1956 network_interface_id=network_interface_id, 1961 allocation_id=None, network_interface_id=None, argument 2004 network_interface_id=network_interface_id, [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
D | test_address.py | 38 network_interface_id=None, 84 network_interface_id=None, 126 self.address.associate(network_interface_id=1) 130 network_interface_id=1,
|