LoadBalancerRule

Prev Next

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
  • HTTP | HTTPS | TCP | UDP | ICMP
loadBalancerPort Integer Required Load balancer port
serverPort Integer Required Server port
l7HealthCheckPath String Conditional L7 health check path
  • Required if the protocol type code is HTTP
  • certificateName String Conditional Certificate name
  • Required if the protocol type code is HTTPS
  • 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
    • HTTP | HTTPS