IpAddress
Applies To: Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
IpAddress
specifies details about a host's unique IP address that is used for network traffic not associated with the cluster. At least one IpAddress
setting must be specified.
Child Element
Note
Specifies the host's unique IP address.
Specifies the network mask for the host's unique IP address.
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | DedicatedIpAddresses | IpAddress
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.
XML Example
The following XML output specifies a host's unique IP address.
<IpAddress wcm:keyValue="Ip1>
<IpAddress>10.192.45.1</IpAddress>
<NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>