Package com.ibm.cloud.is.vpc.v1.model
Interface ReservationPatch.AffinityPolicy
-
- Enclosing class:
- ReservationPatch
public static interface ReservationPatch.AffinityPolicy
The affinity policy to use for this reservation: - `automatic`: The reservation will be automatically selected - `restricted`: The reservation must be manually requested The affinity policy can only be changed for a reservation with a `status` of `inactive`.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOMATIC
automatic.static String
RESTRICTED
restricted.
-
-
-
Field Detail
-
AUTOMATIC
static final String AUTOMATIC
automatic.- See Also:
- Constant Field Values
-
RESTRICTED
static final String RESTRICTED
restricted.- See Also:
- Constant Field Values
-
-