Class NodeArcState


  • public final class NodeArcState
    extends com.azure.core.util.ExpandableStringEnum<NodeArcState>
    Defines values for NodeArcState.
    • Field Detail

      • NOT_SPECIFIED

        public static final NodeArcState NOT_SPECIFIED
        Static value NotSpecified for NodeArcState.
      • ERROR

        public static final NodeArcState ERROR
        Static value Error for NodeArcState.
      • SUCCEEDED

        public static final NodeArcState SUCCEEDED
        Static value Succeeded for NodeArcState.
      • CANCELED

        public static final NodeArcState CANCELED
        Static value Canceled for NodeArcState.
      • FAILED

        public static final NodeArcState FAILED
        Static value Failed for NodeArcState.
      • CONNECTED

        public static final NodeArcState CONNECTED
        Static value Connected for NodeArcState.
      • DISCONNECTED

        public static final NodeArcState DISCONNECTED
        Static value Disconnected for NodeArcState.
      • DELETED

        public static final NodeArcState DELETED
        Static value Deleted for NodeArcState.
      • CREATING

        public static final NodeArcState CREATING
        Static value Creating for NodeArcState.
      • UPDATING

        public static final NodeArcState UPDATING
        Static value Updating for NodeArcState.
      • DELETING

        public static final NodeArcState DELETING
        Static value Deleting for NodeArcState.
      • MOVING

        public static final NodeArcState MOVING
        Static value Moving for NodeArcState.
    • Constructor Detail

      • NodeArcState

        public NodeArcState()
    • Method Detail

      • fromString

        public static NodeArcState fromString​(String name)
        Creates or finds a NodeArcState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding NodeArcState.
      • values

        public static Collection<NodeArcState> values()
        Gets known NodeArcState values.
        Returns:
        known NodeArcState values.