Data Object - RDSHLoadBalancingSettings
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.LoadBalancingSettings
Property of
See also
Since
Horizon 7.8
Data Object Description¶
RDSH Load Balancing Settings
Data Object Properties¶
Name | Type | Description |
---|---|---|
useCustomScript | xsd:boolean | Represents whether to use custom scripts for Load Balancing. 2 1 |
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 3 1 4 6 |
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 3 1 4 5 |
lbMetricsSettings | RDSHLoadBalancingMetricsSettings | Metrics used for load balancing. This will be used only when useCustomScript is set to false. 1 7 |