Enum Class Types.PvsProxyStatus

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

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

    • UNRECOGNIZED

      public static final Types.PvsProxyStatus UNRECOGNIZED
      The value does not belong to this enumeration
    • STOPPED

      public static final Types.PvsProxyStatus STOPPED
      The proxy is not currently running
    • INITIALISED

      public static final Types.PvsProxyStatus INITIALISED
      The proxy is setup but has not yet cached anything
    • CACHING

      public static final Types.PvsProxyStatus CACHING
      The proxy is currently caching data
    • INCOMPATIBLE_WRITE_CACHE_MODE

      public static final Types.PvsProxyStatus INCOMPATIBLE_WRITE_CACHE_MODE
      The PVS device is configured to use an incompatible write-cache mode
    • INCOMPATIBLE_PROTOCOL_VERSION

      public static final Types.PvsProxyStatus INCOMPATIBLE_PROTOCOL_VERSION
      The PVS protocol in use is not compatible with the PVS proxy
  • Method Details

    • values

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