Package com.ibm.cloud.is.vpc.v1.model
Interface Reservation.Status
-
- Enclosing class:
- Reservation
public static interface Reservation.Status
The status of the reservation. 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 Detail
-
ACTIVATING
static final String ACTIVATING
activating.- See Also:
- Constant Field Values
-
ACTIVE
static final String ACTIVE
active.- See Also:
- Constant Field Values
-
DEACTIVATING
static final String DEACTIVATING
deactivating.- See Also:
- Constant Field Values
-
EXPIRED
static final String EXPIRED
expired.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
INACTIVE
static final String INACTIVE
inactive.- See Also:
- Constant Field Values
-
-