Available in Classic
This is a load balancer rule.
Syntax
The syntax is as follows.
private CommonCode protocolType;
private Integer loadBalancerPort;
private Integer serverPort;
private String l7HealthCheckPath;
private String certificateName;
private String proxyProtocolUseYn;
private String stickySessionUseYn;
private String http2UseYn;
private CommonCode serverProtocolType;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
protocolType |
CommonCode | Required | Protocol type code
|
loadBalancerPort |
Integer | Required | Load balancer port |
serverPort |
Integer | Required | Server port |
l7HealthCheckPath |
String | Conditional | L7 health check path |
certificateName |
String | Conditional | Certificate name |
proxyProtocolUseYn |
String | Required | Proxy protocol use status |
stickySessionUseYn |
String | Required | Access by session usage status |
http2UseYn |
String | Required | HTTP/2 protocol usage status |
serverProtocolType |
CommonCode | Optional | Server protocol type code
|