Groovy Documentation

com.ace.mws.images
[Groovy] Enum ImageHypervisorType

java.lang.Object
  com.ace.mws.images.ImageHypervisorType

enum ImageHypervisorType

Represents an image hypervisor type, which are generic forms of specific hypervisor technologies.

Authors:
bsaville
See Also:
Image


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

ESX

ImageHypervisorType ESX
VMware ESX


KVM

ImageHypervisorType KVM
KVM


 
Method Detail

parse

static ImageHypervisorType parse(String str)
Parses for an ImageHypervisorType that matches the full name of the value.
Parameters:
str - The string to parse for
Returns:
Discovered ImageType or null on failure


valueOf

ImageHypervisorType valueOf(String name)
Returns the enum constant of this type with the specified name.


values

ImageHypervisorType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation