Enum Class NodeMetadata.Status

java.lang.Object
java.lang.Enum<NodeMetadata.Status>
org.jclouds.compute.domain.NodeMetadata.Status
All Implemented Interfaces:
Serializable, Comparable<NodeMetadata.Status>, java.lang.constant.Constable
Enclosing interface:
NodeMetadata

public static enum NodeMetadata.Status extends Enum<NodeMetadata.Status>
  • Enum Constant Details

    • PENDING

      public static final NodeMetadata.Status PENDING
      The node is in transition
    • TERMINATED

      public static final NodeMetadata.Status TERMINATED
      The node is visible, and in the process of being deleted.
    • SUSPENDED

      public static final NodeMetadata.Status SUSPENDED
      The node is deployed, but suspended or stopped.
    • RUNNING

      public static final NodeMetadata.Status RUNNING
      The node is available for requests
    • ERROR

      public static final NodeMetadata.Status ERROR
      There is an error on the node
    • UNRECOGNIZED

      public static final NodeMetadata.Status UNRECOGNIZED
      The state of the node is unrecognized.
  • Method Details

    • values

      public static NodeMetadata.Status[] 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 NodeMetadata.Status 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