Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py653 def GetHostImageName(self, stable_image_name, image_family, image_project): argument
670 if image_family:
672 self, image_family, image_project)["name"]
Dgcompute_client.py546 def GetImageFromFamily(self, image_family, image_project=None): argument
558 project=image_project or self._project, family=image_family)