Enum Class Types.LivepatchStatus

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

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

    • UNRECOGNIZED

      public static final Types.LivepatchStatus UNRECOGNIZED
      The value does not belong to this enumeration
    • OK_LIVEPATCH_COMPLETE

      public static final Types.LivepatchStatus OK_LIVEPATCH_COMPLETE
      An applicable live patch exists for every required component
    • OK_LIVEPATCH_INCOMPLETE

      public static final Types.LivepatchStatus OK_LIVEPATCH_INCOMPLETE
      An applicable live patch exists but it is not sufficient
    • OK

      public static final Types.LivepatchStatus OK
      There is no applicable live patch
  • Method Details

    • values

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