Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

LoadbalancerHealthCheck.md

File metadata and controls

17 lines (13 loc) · 1.11 KB

Org.OpenAPITools.Model.LoadbalancerHealthCheck

The health check object configuration. See Load Balancer documentation.

Properties

Name Type Description Notes
Protocol string The protocol to use for health checks. * HTTPS * HTTP * TCP [optional]
Port int The port to use for health checks. [optional]
Path string HTTP Path to check. Only applies if Protocol is HTTP or HTTPS. [optional]
CheckInterval int Interval between health checks. [optional]
ResponseTimeout int Timeout before health check fails. [optional]
UnhealthyThreshold int Number times a check must fail before becoming unhealthy. [optional]
HealthyThreshold int Number of times a check must succeed before returning to healthy status. [optional]

[Back to Model list] [Back to API list] [Back to README]