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
|