Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

UpdateLoadBalancerRequestHealthCheck.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

Org.OpenAPITools.Model.UpdateLoadBalancerRequestHealthCheck

The health check 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 string Interval between health checks. [optional]
ResponseTimeout string Timeout before health check fails. [optional]
UnhealthyThreshold string Number times a check must fail before becoming unhealthy. [optional]
HealthyThreshold string Number of times a check must succeed before returning to healthy status. [optional]

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