Skip to content

Data Object - RDSHLoadBalancingSettings

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.LoadBalancingSettings

Property of

FarmData

See also

RDSHLoadBalancingMetricsSettings

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

  1. This property need not be set. 

  2. This property has a default value of false. 

  3. This property has a default value of 0. 

  4. This property has a minimum value of 0. 

  5. This property has a maximum value of 100. 

  6. This property has a maximum value of 150. 

  7. This property is required if useCustomScript is set to false.