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 may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
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
-
-