Package com.xensource.xenapi
Enum Class Types.PgpuDom0Access
- All Implemented Interfaces:
Serializable
,Comparable<Types.PgpuDom0Access>
,Constable
- Enclosing class:
- Types
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOn host reboot dom0 will be blocked from accessing this devicedom0 cannot access this deviceOn host reboot dom0 will be allowed to access this devicedom0 can access this device as normalThe value does not belong to this enumeration -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static Types.PgpuDom0Access
Returns the enum constant of this class with the specified name.static Types.PgpuDom0Access[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNRECOGNIZED
The value does not belong to this enumeration -
ENABLED
dom0 can access this device as normal -
DISABLE_ON_REBOOT
On host reboot dom0 will be blocked from accessing this device -
DISABLED
dom0 cannot access this device -
ENABLE_ON_REBOOT
On host reboot dom0 will be allowed to access this device
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<Types.PgpuDom0Access>
-