Key

Key specifies the name of the port rule used by the cluster. The name is specified as an attribute in the port rule.

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 OEM Preinstallation Kit User's Guide or the Windows Automated Installation Kit User's Guide.

Values

Note

Key

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | Portrules | Portrule | Key

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.

XML Example

<Portrule wcm:keyValue="Portrule1">
   <VirtualIpAddress>255.255.255.255</VirtualIpAddress>
   <Protocol>TCP</Protocol>
   <StartPort>0</StartPort>
   <EndPort>65535</EndPort>
   <Mode>MultipleHost</Mode>
   <EqualLoad>true</EqualLoad>
   <ClientAffinity>None</ClientAffinity>
</Portrule>