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

org.ligoj.app.plugin.vm.model.VmStatus Maven / Gradle / Ivy

The newest version!
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.app.plugin.vm.model;

/**
 * VM status.
 */
public enum VmStatus {

	/**
	 * Suspended, or hibernated state.
	 */
	SUSPENDED,

	/**
	 * Powered ON
	 */
	POWERED_ON,

	/**
	 * Powered OFF
	 */
	POWERED_OFF
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy