Name
|
Type
|
Description
|
useCustomScript | xsd:boolean |
Represents whether to use custom scripts for Load Balancing.
-
This property has a default value of
false.
- This property need not be set.
|
connectingSessionThreshold | xsd:int |
This value will be used for handling logon storm. The configured
threshold specifies the maximum number of sessions that can
concurrently log into each RDSH agent machine in the farm, exempting
reconnecting sessions. By default, this threshold is disabled and does
not deny session logins.
Since Horizon 8.4
-
This property has a default value of
0.
- This property need not be set.
-
This property has a minimum value of 0.
-
This property has a maximum value of 150.
|
loadIndexThreshold | xsd:int |
This value will be used for handling logon storm. The configured
threshold specifies the minimum load index at which each RDSH agent
machine in the farm will start denying session logins, exempting
reconnecting sessions. By default, this threshold is disabled and does
not deny session logins.
Since Horizon 8.4
-
This property has a default value of
0.
- This property need not be set.
-
This property has a minimum value of 0.
-
This property has a maximum value of 100.
|
lbMetricsSettings | RDSHLoadBalancingMetricsSettings |
Metrics used for load balancing. This will be used only
when useCustomScript is set to false.
- This property need not be set.
-
This property is required if
useCustomScript is set to
false.
|