RDSHLoadBalancerSettingsUpdateSpec

RDSHLoadBalancerSettingsUpdateSpec
RDSHLoadBalancerSettingsUpdateSpec

RDSH load balancer settings for the farm. This is required if use_custom_script_for_load_balancing is false.

JSON Example
{
    "cpu_threshold": 10,
    "disk_queue_length_threshold": 15,
    "disk_read_latency_threshold": 10,
    "disk_write_latency_threshold": 15,
    "include_session_count": true,
    "memory_threshold": 10
}
integer As int32 As int32
cpu_threshold
Required

Represents threshold of CPU usage, in percentage. If the value is 0, then this metric is not considered for load balancing.

integer As int32 As int32
disk_queue_length_threshold
Required

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 is not considered for load balancing.

integer As int32 As int32
disk_read_latency_threshold
Required

Represents the threshold of average time, in milliseconds, of a read of data from the disk. If the value is 0, then this metric is not considered for load balancing.

integer As int32 As int32
disk_write_latency_threshold
Required

Represents the threshold of average time, in milliseconds, of a write of data to the disk. If the value is 0, then this metric is not considered for load balancing.

boolean
include_session_count
Required

Indicates whether to include session count for load balancing.

integer As int32 As int32
memory_threshold
Required

Represents threshold of memory usage, in percentage. If the value is 0, then this metric is not considered for load balancing.