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 Summary
FieldsModifier and TypeFieldDescriptionstatic final PoolHealthStatus
The pool health status is healthy.static final PoolHealthStatus
The pool health status waiting for health checks to run.static final PoolHealthStatus
The pool health status is not healthy.static final PoolHealthStatus
The pool health status is not known.static final PoolHealthStatus
The pool health status has one or more warnings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PoolHealthStatus
fromString
(String name) Creates or finds a PoolHealthStatus from its string representation.static Collection
<PoolHealthStatus> values()
Gets known PoolHealthStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
The pool health status is not known. -
PENDING
The pool health status waiting for health checks to run. -
HEALTHY
The pool health status is healthy. -
WARNING
The pool health status has one or more warnings. -
UNHEALTHY
The pool health status is not healthy.
-
-
Constructor Details
-
PoolHealthStatus
Deprecated.Use thefromString(String)
factory method.Creates a new instance of PoolHealthStatus value.
-
-
Method Details
-
fromString
Creates or finds a PoolHealthStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding PoolHealthStatus.
-
values
Gets known PoolHealthStatus values.- Returns:
- known PoolHealthStatus values.
-
fromString(String)
factory method.