Key specifies the name of the virtual IP address. The name is specified as an attribute in the IP address.

Note
  • This XML attribute does not appear in the Properties pane of Windows® System Image Manager (Windows SIM) until you add an IpAddress to the answer file.

  • The value for Key is added to the answer file as an attribute of the IpAddress element. The attribute wcm:keyValue is used to identify each unique virtual IP Address. For example, you can specify three different virtual IP addresses by using the Key value of Ip1, Ip2, and Ip3.

Values

Key

Specifies the name of the virtual IP address.

Valid Passes

specialize

Parent Hierarchy

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 shows how to specify a virtual IP address by using the name "Ip1".

  Copy Code
<IpAddress wcm:keyValue="Ip1">
   <IpAddress>10.192.45.1</IpAddress>
   <NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>

See Also

Concepts

IpAddress