All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.magik6k.jliblxc.ContainerState Maven / Gradle / Ivy

package net.magik6k.jliblxc;

public enum ContainerState {
    STOPPED,
    STARTING,
    RUNNING,
    STOPPING,
    ABORTING,
    FREEZING,
    FROZEN,
    THAWED,
    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy