Searched refs:gce_instance (Results 1 – 3 of 3) sorted by relevance
900 def __init__(self, gce_instance): argument921 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", []):
52 return [instance.RemoteInstance(gce_instance) for gce_instance in instance_list]
1588 gce_instance = self.GetInstance(instance, zone)1589 metadata = gce_instance.get(_METADATA)