Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 844 Bytes

ServerGroupCreate.md

File metadata and controls

18 lines (13 loc) · 844 Bytes

ServerGroupCreate

Properties

Name Type Description Notes
name String
timeout Integer health check timeout (ms) (timeout before getting expected response)
period Integer health check period (ms) (interval between two hc)
up Integer consider the server healthy after $up times of successful health checks
down Integer consider the server unhealthy after $down times of failed health checks
protocol CheckProtocol [optional]
method ServerGroupMethod [optional]
annotations Map<String, String> [optional]
eventLoopGroup String the event loop group to run health check on [optional]