Class PoolHealthStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PoolHealthStatus>
com.azure.developer.devcenter.models.PoolHealthStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PoolHealthStatus extends com.azure.core.util.ExpandableStringEnum<PoolHealthStatus>
Pool status indicating whether a pool is available to create Dev Boxes.
  • Field Details

    • UNKNOWN

      public static final PoolHealthStatus UNKNOWN
      The pool health status is not known.
    • PENDING

      public static final PoolHealthStatus PENDING
      The pool health status waiting for health checks to run.
    • HEALTHY

      public static final PoolHealthStatus HEALTHY
      The pool health status is healthy.
    • WARNING

      public static final PoolHealthStatus WARNING
      The pool health status has one or more warnings.
    • UNHEALTHY

      public static final PoolHealthStatus UNHEALTHY
      The pool health status is not healthy.
  • Constructor Details

    • PoolHealthStatus

      @Deprecated public PoolHealthStatus()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PoolHealthStatus value.
  • Method Details

    • fromString

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

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