Searched refs:GetInstanceIP (Results 1 – 15 of 15) sorted by relevance
239 ip = gcompute_client.ComputeClient.GetInstanceIP(298 ip = gcompute_client.ComputeClient.GetInstanceIP(405 def GetInstanceIP(self, instance=None): member in CvdComputeClient419 return gcompute_client.ComputeClient.GetInstanceIP(
389 def GetInstanceIP(self, instance, zone=None): member in AndroidComputeClient399 return super().GetInstanceIP(instance, zone or self._zone)
34 ip_addr = client.GetInstanceIP("name")
73 def GetInstanceIP(self, _instance_name): member in RemoteHostClient
1524 instance_ip = GetInstanceIP(instance)1532 def GetInstanceIP(self, instance, zone): member in ComputeClient1543 return GetInstanceIP(instance)1775 def GetInstanceIP(instance): function
95 self.compute_client.GetInstanceIP.return_value = fake_ip141 self.compute_client.GetInstanceIP.return_value = fake_ip
233 ip = self._compute_client.GetInstanceIP(instance)
111 self.compute_client.GetInstanceIP.return_value = self.IP225 self.compute_client.GetInstanceIP.return_value = self.IP348 self.compute_client.GetInstanceIP.return_value = self.IP
91 ip = self._compute_client.GetInstanceIP(instance)
106 ip = self._compute_client.GetInstanceIP(instance)
64 self._target_ip = self._compute_client.GetInstanceIP(instance_name)
49 self.compute_client.GetInstanceIP.return_value = self.fake_ip
56 self.compute_client.GetInstanceIP.return_value = self.IP
176 ip = compute_client.GetInstanceIP(instance)
48 from acloud.internal.lib.gcompute_client import GetInstanceIP928 instance_ip = GetInstanceIP(gce_instance)