Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceHealthReason.Code
-
- Enclosing class:
- InstanceHealthReason
public static interface InstanceHealthReason.CodeA snake case string succinctly identifying the reason for this health state.
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESERVATION_CAPACITY_UNAVAILABLEreservation_capacity_unavailable.static StringRESERVATION_DELETEDreservation_deleted.static StringRESERVATION_EXPIREDreservation_expired.static StringRESERVATION_FAILEDreservation_failed.
-
-
-
Field Detail
-
RESERVATION_CAPACITY_UNAVAILABLE
static final String RESERVATION_CAPACITY_UNAVAILABLE
reservation_capacity_unavailable.- See Also:
- Constant Field Values
-
RESERVATION_DELETED
static final String RESERVATION_DELETED
reservation_deleted.- See Also:
- Constant Field Values
-
RESERVATION_EXPIRED
static final String RESERVATION_EXPIRED
reservation_expired.- See Also:
- Constant Field Values
-
RESERVATION_FAILED
static final String RESERVATION_FAILED
reservation_failed.- See Also:
- Constant Field Values
-
-