package org.ovirt.engine.core.common.businessentities; public enum SnapshotActionEnum { UNDO, COMMIT, RESTORE_STATELESS; }