Package com.ibm.cloud.is.vpc.v1.model
Interface ReservationCapacity.Status
-
- Enclosing class:
- ReservationCapacity
public static interface ReservationCapacity.StatusThe status of the capacity reservation: - `allocating`: The capacity reservation is being allocated for use - `allocated`: The total capacity of the reservation has been allocated for use - `degraded`: The capacity reservation has been allocated for use, but some of the capacity is not available. See https://cloud.ibm.com/docs/vpc?topic=vpc-capacity-status for more information. - `unallocated`: The capacity reservation is not allocated for use The enumerated values for this property may expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOCATEDallocated.static StringALLOCATINGallocating.static StringDEGRADEDdegraded.static StringUNALLOCATEDunallocated.
-
-
-
Field Detail
-
ALLOCATED
static final String ALLOCATED
allocated.- See Also:
- Constant Field Values
-
ALLOCATING
static final String ALLOCATING
allocating.- See Also:
- Constant Field Values
-
DEGRADED
static final String DEGRADED
degraded.- See Also:
- Constant Field Values
-
UNALLOCATED
static final String UNALLOCATED
unallocated.- See Also:
- Constant Field Values
-
-