|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectcom.ace.mws.images.ImageHypervisorType
enum ImageHypervisorType
Represents an image hypervisor type, which are generic forms of specific hypervisor technologies.
Enum Constant Summary | |
---|---|
ESX
VMware ESX |
|
KVM
KVM |
Method Summary | |
---|---|
static ImageHypervisorType
|
parse(String str)
Parses for an ImageHypervisorType that matches the full name of the value. |
ImageHypervisorType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ImageHypervisorType[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
ImageHypervisorType ESX
ImageHypervisorType KVM
Method Detail |
---|
static ImageHypervisorType parse(String str)
str
- The string to parse for
ImageHypervisorType valueOf(String name)
ImageHypervisorType[] values()
Groovy Documentation