OverrideAddressMatch
Allows IP address resources to be on any network if set to 1. The default value (0) only allows IP address resource on a network in the valid subnet range specified by SubnetMask. The following table summarizes the attributes of the OverrideAddressMatch property.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Status | Optional |
Structure | CLUSPROP_DWORD |
Minimum | (0) |
Maximum | (1) |
Default | (0) |
Examples
The property value portion of a property list entry for OverrideAddressMatch can be set with the following example code.
DWORD OverrideAddressMatchData = 0;
CLUSPROP_DWORD OverrideAddressMatchValue;
OverrideAddressMatchValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
OverrideAddressMatchValue.cbLength = sizeof(DWORD);
OverrideAddressMatchValue.dw = OverrideAddressMatchData;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |