Interface ReservationCommittedUsePatch.ExpirationPolicy

Enclosing class:
ReservationCommittedUsePatch

public static interface ReservationCommittedUsePatch.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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    release.
    static final String
    renew.