Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerHealthReason.Code
-
- Enclosing class:
- BareMetalServerHealthReason
public static interface BareMetalServerHealthReason.Code
A reason code for this health state.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESERVATION_CAPACITY_UNAVAILABLE
reservation_capacity_unavailable.static String
RESERVATION_DELETED
reservation_deleted.static String
RESERVATION_EXPIRED
reservation_expired.static String
RESERVATION_FAILED
reservation_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
-
-