Package com.ibm.cloud.is.vpc.v1.model
Interface DedicatedHost.State
-
- Enclosing class:
- DedicatedHost
public static interface DedicatedHost.State
The administrative state of the dedicated host. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the dedicated host on which the unexpected property value was encountered.
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- See Also:
- Constant Field Values
-
DEGRADED
static final String DEGRADED
degraded.- See Also:
- Constant Field Values
-
MIGRATING
static final String MIGRATING
migrating.- See Also:
- Constant Field Values
-
UNAVAILABLE
static final String UNAVAILABLE
unavailable.- See Also:
- Constant Field Values
-
-