Package com.ibm.cloud.is.vpc.v1.model
Interface Zone.Status
-
- Enclosing class:
- Zone
public static interface Zone.Status
The status of the zone. - `available`: The zone is available to create and manage resources. - `impaired`: The zone's availability and performance to create and manage resources may be impaired. - `unavailable`: The zone is unavailable to create and manage resources. - `unassigned`: The zone has not been assigned to a physical zone. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AVAILABLE
available.static String
IMPAIRED
impaired.static String
UNASSIGNED
unassigned.static String
UNAVAILABLE
unavailable.
-
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- See Also:
- Constant Field Values
-
IMPAIRED
static final String IMPAIRED
impaired.- See Also:
- Constant Field Values
-
UNASSIGNED
static final String UNASSIGNED
unassigned.- See Also:
- Constant Field Values
-
UNAVAILABLE
static final String UNAVAILABLE
unavailable.- See Also:
- Constant Field Values
-
-