PlacementOptions
Options for placing the cluster.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Structure | CLUSPROP_DWORD |
Minimum | PLACEMENT_OPTIONS_MIN_VALUE |
Maximum | PLACEMENT_OPTIONS_ALL |
Default | PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS |
Remarks
The constant for this property is CLUSREG_NAME_PLACEMENT_OPTIONS.
This property can contain a bitwise combination of the following PLACEMENT_OPTIONS values.
Name | Value | Description |
---|---|---|
PLACEMENT_OPTIONS_MIN_VALUE | 0(0x0000000000000000) | Mimimum |
PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS | PLACEMENT_OPTIONS_MIN_VALUE | Default |
PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY | 1(0x0000000000000001) | Disable VM cependency |
PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS | 2(0x0000000000000002) | Consider offline VMS |
PLACEMENT_OPTIONS_ALL | PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY | PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS | All options |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |