Package com.ibm.cloud.is.vpc.v1.model
Interface CreatePlacementGroupOptions.Strategy
-
- Enclosing class:
- CreatePlacementGroupOptions
public static interface CreatePlacementGroupOptions.Strategy
The strategy for this placement group - `host_spread`: place on different compute hosts - `power_spread`: place on compute hosts that use different power sources 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 placement group on which the unexpected strategy was encountered.
-
-
Field Summary
Fields Modifier and Type Field Description static String
HOST_SPREAD
host_spread.static String
POWER_SPREAD
power_spread.
-
-
-
Field Detail
-
HOST_SPREAD
static final String HOST_SPREAD
host_spread.- See Also:
- Constant Field Values
-
POWER_SPREAD
static final String POWER_SPREAD
power_spread.- See Also:
- Constant Field Values
-
-