common-smartgears/src/main/java/org/gcube/smartgears/configuration/Mode.java

12 lines
181 B
Java
Raw Normal View History

package org.gcube.smartgears.configuration;
/**
* The management mode the container or its applications.
*
* @author Fabio Simeoni
*
*/
public enum Mode {
online,
offline
}