Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 979 Bytes

ServerGroupDetail.md

File metadata and controls

19 lines (14 loc) · 979 Bytes

ServerGroupDetail

Properties

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