Key (microsoft-windows-networkloadbalancing-core-clusters-cluster-virtualipaddresses-ipaddress-key)
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 attributewcm:keyValue
is used to identify each unique virtual IP Address. For example, you can specify three different virtual IP addresses by using theKey
value of Ip1, Ip2, and Ip3.
Values
Key |
Specifies the name of the virtual IP address. |
Valid Configuration Passes
specialize
Parent Hierarchy
microsoft-windows-networkloadbalancing-core- | Clusters | Cluster | VirtualIpAddresses | IpAddress | Key
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".
<IpAddress wcm:keyValue="Ip1">
<IpAddress>10.192.45.1</IpAddress>
<NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>