You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
common-smartgears/src/main/java/org/gcube/smartgears/configuration/Mode.java

12 lines
181 B
Java

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