package org.zstack.header.volume; /** * Created with IntelliJ IDEA. * User: frank * Time: 8:50 PM * To change this template use File | Settings | File Templates. */ public enum VolumeStatus { Creating, Ready, NotInstantiated, Deleted }