Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceHealthReason.Code
-
- Enclosing class:
- InstanceHealthReason
public static interface InstanceHealthReason.Code
A reason code for this health state: - `reservation_capacity_unavailable`: The reservation affinity pool has no available capacity. - `reservation_deleted`: The reservation affinity pool has a deleted reservation. - `reservation_expired`: The reservation affinity pool has an expired reservation. - `reservation_failed`: The reservation affinity pool has a failed reservation. 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
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
-
-