package org.zstack.network.securitygroup; /** * Created with IntelliJ IDEA. * User: frank * Time: 11:06 PM * To change this template use File | Settings | File Templates. */ public enum SecurityGroupState { Enabled, Disabled }