Home
last modified time | relevance | path

Searched refs:gce_instance (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/list/
Dinstance.py900 def __init__(self, gce_instance): argument
921 name = gce_instance.get(constants.INS_KEY_NAME)
923 create_time = gce_instance.get(constants.INS_KEY_CREATETIME)
925 status = gce_instance.get(constants.INS_KEY_STATUS)
926 zone = self._GetZoneName(gce_instance.get(constants.INS_KEY_ZONE))
928 instance_ip = GetInstanceIP(gce_instance)
930 project = self._GetProjectName(gce_instance.get(constants.INS_KEY_ZONE))
939 for metadata in gce_instance.get("metadata", {}).get("items", []):
Dlist.py52 return [instance.RemoteInstance(gce_instance) for gce_instance in instance_list]
/tools/acloud/internal/lib/
Dgcompute_client.py1588 gce_instance = self.GetInstance(instance, zone)
1589 metadata = gce_instance.get(_METADATA)