Package com.ibm.cloud.is.vpc.v1.model
Interface Reservation.AffinityPolicy
-
- Enclosing class:
- Reservation
public static interface Reservation.AffinityPolicy
The affinity policy to use for this reservation: - `restricted`: The reservation must be manually requested 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 Summary
Fields Modifier and Type Field Description static String
RESTRICTED
restricted.
-
-
-
Field Detail
-
RESTRICTED
static final String RESTRICTED
restricted.- See Also:
- Constant Field Values
-
-