Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerReservationAffinity.Policy
-
- Enclosing class:
- BareMetalServerReservationAffinity
public static interface BareMetalServerReservationAffinity.Policy
The reservation affinity policy to use for this bare metal server: - `disabled`: Reservations will not be used - `manual`: Reservations in `pool` are 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
-
-