Package | Description |
---|---|
com.vmware.vcenter.vm.guest.filesystem |
The
com.vmware.vcenter.vm.guest.filesystem package provides interfaces
for dealing with the filesystem of the guest operating system. |
Modifier and Type | Method and Description |
---|---|
ErrorReason.Values |
ErrorReason.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static ErrorReason.Values |
ErrorReason.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorReason.Values[] |
ErrorReason.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|