IpAddress

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

Key

IpAddress

Specifies the host's unique IP address.

NetworkMask

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