Package com.ibm.cloud.is.vpc.v1.model
Interface ReservationStatusReason.Code
-
- Enclosing class:
- ReservationStatusReason
public static interface ReservationStatusReason.Code
A snake case string succinctly identifying the status reason. 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
CANNOT_ACTIVATE_NO_CAPACITY_AVAILABLE
cannot_activate_no_capacity_available.static String
CANNOT_RENEW_UNSUPPORTED_PROFILE_TERM
cannot_renew_unsupported_profile_term.
-
-
-
Field Detail
-
CANNOT_ACTIVATE_NO_CAPACITY_AVAILABLE
static final String CANNOT_ACTIVATE_NO_CAPACITY_AVAILABLE
cannot_activate_no_capacity_available.- See Also:
- Constant Field Values
-
CANNOT_RENEW_UNSUPPORTED_PROFILE_TERM
static final String CANNOT_RENEW_UNSUPPORTED_PROFILE_TERM
cannot_renew_unsupported_profile_term.- See Also:
- Constant Field Values
-
-