Data Object - RDSHLoadBalancingMetricsSettings

Class
VMware.Hv.LoadBalancingMetricsSettings
Property of
RDSHLoadBalancingSettings
Since
Horizon 7.8

Data Object Description

Load Balancing metrics

Data Object Properties

Properties

Name Type Description
includeSessionCountxsd:boolean

Whether to include session count for load balancing. If #useCustomScript is false, by default session count will be used. It is true by default.
  • This property has a default value of true.
  • This property need not be set.
cpuThresholdxsd:int

Represents threshold of CPU usage, in percentage. If the value is 0, then this metric will not be considered for load balancing.
  • 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.
memThresholdxsd:int

Represents threshold of memory usage, in percentage. If the value is 0, then this metric will not be considered for load balancing.
  • 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.
diskQueueLengthThresholdxsd:int

Represents the threshold of average number of both read and write requests that were queued for the selected disk during the sample interval. If the value is 0, then this metric will not be considered for load balancing.
  • This property has a default value of 0.
  • This property need not be set.
  • This property has a minimum value of 0.
diskReadLatencyThresholdxsd:int

Represents the threshold of average time, in milliseconds, of a read of data from the disk. If the value is 0, then this metric will not be considered for load balancing.
  • This property has a default value of 0.
  • This property need not be set.
  • This property has a minimum value of 0.
diskWriteLatencyThresholdxsd:int

Represents the threshold of average time, in milliseconds, of a write of data to the disk. If the value is 0, then this metric will not be considered for load balancing.
  • This property has a default value of 0.
  • This property need not be set.
  • This property has a minimum value of 0.