Home
last modified time | relevance | path

Searched refs:_CreateGceInstance (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/create/
Dremote_image_remote_instance.py64 return self._CreateGceInstance(avd_spec)
163 def _CreateGceInstance(avd_spec): member in RemoteImageRemoteInstance
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py136 self._ip = self._CreateGceInstance(instance, image_name, image_project,
245 def _CreateGceInstance(self, instance, image_name, image_project, member in CvdComputeClient