IpAddress (microsoft-windows-networkloadbalancing-core-clusters-cluster-virtualipaddresses-ipaddress)

IpAddress specifies details about a cluster's virtual IP address, not associated with the cluster. At least one IP Address setting must be specified.

Note

To enable this Network Load Balancing setting, the NetworkLoadBalancingFullServer package must be enabled in the Windows image you are installing. To do this, use Windows System Image Manager to add the Microsoft-Windows-Foundation-Package to your answer file, and then configure the NetworkLoadBalancingFullServer package to enable it. For more information about adding and configuring packages, see the Windows Assessment and Deployment (Windows ADK) Technical Reference.

Child Elements

Setting Description
Key Specifies the name of the virtual IP address.
IpAddress Specifies the IP address for the cluster's virtual IP address.
NetworkMask Specifies the network mask for the cluster's virtual IP address.

Note

The Key XML attribute does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add this IP Address to the answer file.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | VirtualIpAddresses | 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 details about the cluster's virtual IP address.

<IpAddress wcm:keyValue="Ip1">
   <IpAddress>207.46.197.32</IpAddress>
   <NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>

VirtualIpAddresses