Home
last modified time | relevance | path

Searched refs:GetInstanceIP (Results 1 – 15 of 15) sorted by relevance

/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py239 ip = gcompute_client.ComputeClient.GetInstanceIP(
298 ip = gcompute_client.ComputeClient.GetInstanceIP(
405 def GetInstanceIP(self, instance=None): member in CvdComputeClient
419 return gcompute_client.ComputeClient.GetInstanceIP(
Dandroid_compute_client.py389 def GetInstanceIP(self, instance, zone=None): member in AndroidComputeClient
399 return super().GetInstanceIP(instance, zone or self._zone)
Dremote_host_client_test.py34 ip_addr = client.GetInstanceIP("name")
Dremote_host_client.py73 def GetInstanceIP(self, _instance_name): member in RemoteHostClient
Dgcompute_client.py1524 instance_ip = GetInstanceIP(instance)
1532 def GetInstanceIP(self, instance, zone): member in ComputeClient
1543 return GetInstanceIP(instance)
1775 def GetInstanceIP(instance): function
/tools/acloud/public/
Ddevice_driver_test.py95 self.compute_client.GetInstanceIP.return_value = fake_ip
141 self.compute_client.GetInstanceIP.return_value = fake_ip
Ddevice_driver.py233 ip = self._compute_client.GetInstanceIP(instance)
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py111 self.compute_client.GetInstanceIP.return_value = self.IP
225 self.compute_client.GetInstanceIP.return_value = self.IP
348 self.compute_client.GetInstanceIP.return_value = self.IP
Dgce_device_factory.py91 ip = self._compute_client.GetInstanceIP(instance)
Dcommon_operations.py106 ip = self._compute_client.GetInstanceIP(instance)
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py64 self._target_ip = self._compute_client.GetInstanceIP(instance_name)
Dkernel_swapper_test.py49 self.compute_client.GetInstanceIP.return_value = self.fake_ip
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py56 self.compute_client.GetInstanceIP.return_value = self.IP
Dremote_image_remote_instance.py176 ip = compute_client.GetInstanceIP(instance)
/tools/acloud/list/
Dinstance.py48 from acloud.internal.lib.gcompute_client import GetInstanceIP
928 instance_ip = GetInstanceIP(gce_instance)