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.
-
-
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
-
-