public enum GuestOsDescriptorSupportLevel extends Enum<GuestOsDescriptorSupportLevel>
| Enum Constant and Description |
|---|
deprecated |
experimental |
legacy |
supported |
techPreview |
terminated |
unsupported |
| Modifier and Type | Method and Description |
|---|---|
static GuestOsDescriptorSupportLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuestOsDescriptorSupportLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuestOsDescriptorSupportLevel experimental
public static final GuestOsDescriptorSupportLevel legacy
public static final GuestOsDescriptorSupportLevel terminated
public static final GuestOsDescriptorSupportLevel supported
public static final GuestOsDescriptorSupportLevel unsupported
public static final GuestOsDescriptorSupportLevel deprecated
public static final GuestOsDescriptorSupportLevel techPreview
public static GuestOsDescriptorSupportLevel[] values()
for (GuestOsDescriptorSupportLevel c : GuestOsDescriptorSupportLevel.values()) System.out.println(c);
public static GuestOsDescriptorSupportLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2012. All Rights Reserved.