This class represents a rule for how TCP/IP traffic is handled. The provider will only return the instances for this class that correspond to the node upon which it resides.Consequently, to configure a node, the client must explicitly connect to that node. Enhancements in this class over the MicrosoftNLB_PortRule class include : Addition of VirtualIpAddress property (also a key), Aggregation of MicrosoftNLB_PortRuleFailover, MicrosoftNLB_PortRuleLoadbalanced and MicrosoftNLB_PortRuleDisabled classes, Addition of FilteringMode property.
'This option specifies the client affinity. The possible values are None, Single and Network. Single and Network are used to ensure that all network traffic from a particular client be directed to the same cluster host.'
'This property specifies the affinity timeout of load-balanced network traffic that this host should handle for the associated port rule. Allowed values range from 0 (zero) to 30 minutes.'
ClientStickinessTimeout property is in 1 class (MicrosoftNLB_PortRuleEx) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
'This property specifies that the host accepts an equal portion of the load-balanced traffic in multiple-host filtering mode for this port rule. If this value is true, then the value for LoadWeight is ignored.'
'This specifies the filtering mode for this rule. The possible values are 'Multiple Host', 'Single Host' and 'Disabled'. If the value is 'Multiple Host', the value for Priority is ignored. If the value is 'Single Host', the values for EqualLoad, LoadWeight and Affinity are ignored. If the value is 'Disabled', the values forEqualLoad, LoadWeight, Affinity and Priority are ignored.'
ValueMap
['1', '2', '3']
Values
['Single Host', 'Multiple Host', 'Disabled']
FilteringMode property is in 1 class (MicrosoftNLB_PortRuleEx) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
'This property specifies the relative weight of load-balanced network traffic that this host should handle for the associated port rule. Allowed values range from 0 (zero) to 100. To prevent a host from handling any network traffic, set the load weight to 0 (zero). '
'The current status of the port rule. If this port rule was created using the WMI provider and the LoadAllSettings() method of the MicrosoftNLB_NodeSetting class was NOT called,then, this property will return NLB_PORT_RULE_NOT_FOUND.'
'This property specifies the local host's priority for handling the networking traffic for this port rule. The host with the highest handling priority (lowest numerical value) for this rule among the current members of the cluster will handle all of the traffic for this rule. The allowed values range from 1, the highest priority, to the maximum number of hosts allowed. This value must be unique for all hosts in the cluster.'
'This class represents a rule for how TCP/IP traffic is handled. The provider will only return the instances for this class that correspond to the node upon which it resides.Consequently, to configure a node, the client must explicitly connect to that node. Enhancements in this class over the MicrosoftNLB_PortRule class include : Addition of VirtualIpAddress property (also a key), Aggregation of MicrosoftNLB_PortRuleFailover, MicrosoftNLB_PortRuleLoadbalanced and MicrosoftNLB_PortRuleDisabled classes, Addition of FilteringMode property.'