IpAddress (microsoft-windows-networkloadbalancing-core-clusters-cluster-dedicatedipaddresses-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
Setting | Description |
---|---|
Key | Specifies the name of the host's unique IP address. |
IpAddress | Specifies the host's unique IP address. |
NetworkMask | Specifies the network mask for the host's unique IP address. |
Note
The Key
XML attribute does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add IpAddress
to the answer file.
Valid Configuration 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>