Package com.ibm.cloud.is.vpc.v1.model
Interface PlacementGroup.Strategy
-
- Enclosing class:
- PlacementGroup
public static interface PlacementGroup.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](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
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
-
-