java.lang.Object
java.lang.Enum<Node.State>
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.State
All Implemented Interfaces:
Serializable, Comparable<Node.State>, Constable
Enclosing class:
Node

public static enum Node.State extends Enum<Node.State>
Known node states
  • Enum Constant Details

    • provisioned

      public static final Node.State provisioned
    • ready

      public static final Node.State ready
    • reserved

      public static final Node.State reserved
    • active

      public static final Node.State active
    • inactive

      public static final Node.State inactive
    • dirty

      public static final Node.State dirty
    • failed

      public static final Node.State failed
    • parked

      public static final Node.State parked
    • breakfixed

      public static final Node.State breakfixed
    • deprovisioned

      public static final Node.State deprovisioned
    • unknown

      public static final Node.State unknown
  • Method Details

    • values

      public static Node.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 Node.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