Home
last modified time | relevance | path

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

/tools/acloud/list/
Dinstance.py853 def __init__(self, gce_instance): argument
874 name = gce_instance.get(constants.INS_KEY_NAME)
876 create_time = gce_instance.get(constants.INS_KEY_CREATETIME)
878 status = gce_instance.get(constants.INS_KEY_STATUS)
879 zone = self._GetZoneName(gce_instance.get(constants.INS_KEY_ZONE))
881 instance_ip = GetInstanceIP(gce_instance)
889 for metadata in gce_instance.get("metadata", {}).get("items", []):
Dlist.py49 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)