ServerHealthCheckStatus
- Print
- PDF
ServerHealthCheckStatus
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a server health check status.
Syntax
The syntax is as follows.
private CommonCode protocolType;
private Integer loadBalancerPort;
private Integer serverPort;
private String l7HealthCheckPath;
private String proxyProtocolUseYn;
private Boolean serverStatus;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
protocolType | CommonCode | Required | Protocol type |
loadBalancerPort | Integer | Required | Load balancer port |
serverPort | Integer | Required | Server port |
l7HealthCheckPath | String | Optional | L7 health check path |
proxyProtocolUseYn | String | Required | Proxy protocol use status |
serverStatus | Boolean | Required | Server status
|
Was this article helpful?