Enum Class Types.Cls

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

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

    • UNRECOGNIZED

      public static final Types.Cls UNRECOGNIZED
      The value does not belong to this enumeration
    • VM

      public static final Types.Cls VM
      VM
    • HOST

      public static final Types.Cls HOST
      Host
    • SR

      public static final Types.Cls SR
      SR
    • POOL

      public static final Types.Cls POOL
      Pool
    • VMPP

      public static final Types.Cls VMPP
      VMPP
    • VMSS

      public static final Types.Cls VMSS
      VMSS
    • PVS_PROXY

      public static final Types.Cls PVS_PROXY
      PVS_proxy
    • VDI

      public static final Types.Cls VDI
      VDI
    • CERTIFICATE

      public static final Types.Cls CERTIFICATE
      Certificate
  • Method Details

    • values

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