Enum Class Host.State

java.lang.Object
java.lang.Enum<Host.State>
org.jclouds.cloudstack.domain.Host.State
All Implemented Interfaces:
Serializable, Comparable<Host.State>, java.lang.constant.Constable
Enclosing class:
Host

public static enum Host.State extends Enum<Host.State>
  • Enum Constant Details

    • CONNECTING

      public static final Host.State CONNECTING
    • UP

      public static final Host.State UP
    • DOWN

      public static final Host.State DOWN
    • DISCONNECTED

      public static final Host.State DISCONNECTED
    • UPDATING

      public static final Host.State UPDATING
    • PREPARE_FOR_MAINTENANCE

      public static final Host.State PREPARE_FOR_MAINTENANCE
    • ERROR_IN_MAINTENANCE

      public static final Host.State ERROR_IN_MAINTENANCE
    • MAINTENANCE

      public static final Host.State MAINTENANCE
    • ALERT

      public static final Host.State ALERT
    • REMOVED

      public static final Host.State REMOVED
    • REBALANCING

      public static final Host.State REBALANCING
    • UNKNOWN

      public static final Host.State UNKNOWN
  • Method Details

    • values

      public static Host.State[] 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 Host.State 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
    • fromValue

      public static Host.State fromValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Host.State>