public enum VirtualMachineToolsInstallType extends Enum<VirtualMachineToolsInstallType>
Java class for VirtualMachineToolsInstallType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VirtualMachineToolsInstallType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="guestToolsTypeUnknown"/>
<enumeration value="guestToolsTypeMSI"/>
<enumeration value="guestToolsTypeTar"/>
<enumeration value="guestToolsTypeOSP"/>
<enumeration value="guestToolsTypeOpenVMTools"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
GUEST_TOOLS_TYPE_MSI |
GUEST_TOOLS_TYPE_OPEN_VM_TOOLS |
GUEST_TOOLS_TYPE_OSP |
GUEST_TOOLS_TYPE_TAR |
GUEST_TOOLS_TYPE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineToolsInstallType |
fromValue(String v) |
String |
value() |
static VirtualMachineToolsInstallType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineToolsInstallType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineToolsInstallType GUEST_TOOLS_TYPE_UNKNOWN
public static final VirtualMachineToolsInstallType GUEST_TOOLS_TYPE_MSI
public static final VirtualMachineToolsInstallType GUEST_TOOLS_TYPE_TAR
public static final VirtualMachineToolsInstallType GUEST_TOOLS_TYPE_OSP
public static final VirtualMachineToolsInstallType GUEST_TOOLS_TYPE_OPEN_VM_TOOLS
public static VirtualMachineToolsInstallType[] values()
for (VirtualMachineToolsInstallType c : VirtualMachineToolsInstallType.values()) System.out.println(c);
public static VirtualMachineToolsInstallType 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 nullpublic String value()
public static VirtualMachineToolsInstallType fromValue(String v)
Copyright © 2018. All rights reserved.