Package com.ibm.cloud.is.vpc.v1.model
Interface ReservationCommittedUse.ExpirationPolicy
-
- Enclosing class:
- ReservationCommittedUse
public static interface ReservationCommittedUse.ExpirationPolicy
The policy to apply when the committed use term expires: - `release`: Release any available capacity and let the reservation expire. - `renew`: Renew for another term, provided the term remains listed in the `reservation_terms` for the profile. Otherwise, let the reservation expire. 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
-
RELEASE
static final String RELEASE
release.- See Also:
- Constant Field Values
-
RENEW
static final String RENEW
renew.- See Also:
- Constant Field Values
-
-