Enum Class Types.PgpuDom0Access

java.lang.Object
java.lang.Enum<Types.PgpuDom0Access>
com.xensource.xenapi.Types.PgpuDom0Access
All Implemented Interfaces:
Serializable, Comparable<Types.PgpuDom0Access>, Constable
Enclosing class:
Types

public static enum Types.PgpuDom0Access extends Enum<Types.PgpuDom0Access>
  • Enum Constant Details

    • UNRECOGNIZED

      public static final Types.PgpuDom0Access UNRECOGNIZED
      The value does not belong to this enumeration
    • ENABLED

      public static final Types.PgpuDom0Access ENABLED
      dom0 can access this device as normal
    • DISABLE_ON_REBOOT

      public static final Types.PgpuDom0Access DISABLE_ON_REBOOT
      On host reboot dom0 will be blocked from accessing this device
    • DISABLED

      public static final Types.PgpuDom0Access DISABLED
      dom0 cannot access this device
    • ENABLE_ON_REBOOT

      public static final Types.PgpuDom0Access ENABLE_ON_REBOOT
      On host reboot dom0 will be allowed to access this device
  • Method Details

    • values

      public static Types.PgpuDom0Access[] 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

      public static Types.PgpuDom0Access valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Types.PgpuDom0Access>