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

com.github.narcissujsk.openstackjsk.model.compute.RebootType Maven / Gradle / Ivy

The newest version!
package com.github.narcissujsk.openstackjsk.model.compute;

/**
 * The type of reboot to perform when doing a Reboot based action
 * 
 * @author Jeremy Unruh
 */
public enum RebootType {

	/** Software-level reboot */
	SOFT,
	/** Virtual power cycle hard reboot */
	HARD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy