Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerReservationAffinityPatch.Policy
-
- Enclosing class:
- BareMetalServerReservationAffinityPatch
public static interface BareMetalServerReservationAffinityPatch.Policy
The reservation affinity policy to use for this bare metal server: - `disabled`: Reservations will not be used - `manual`: Reservations in `pool` will be available for use - `automatic`: Any reservations with an `affinity_policy` of `automatic` that have the same `profile` and `zone` as this bare metal server are available for use.
-
-
Field Detail
-
AUTOMATIC
static final String AUTOMATIC
automatic.- See Also:
- Constant Field Values
-
DISABLED
static final String DISABLED
disabled.- See Also:
- Constant Field Values
-
MANUAL
static final String MANUAL
manual.- See Also:
- Constant Field Values
-
-