Classic 환경에서 이용 가능합니다.
로드 밸런서 규칙입니다.
구문
구문은 다음과 같습니다.
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;
필드
필드에 대한 설명은 다음과 같습니다.
| 필드 | 타입 | 필수 여부 | 설명 | 
|---|---|---|---|
| protocolType | CommonCode | Required | 프로토콜 구분 코드 
 | 
| loadBalancerPort | Integer | Required | 로드 밸런서 포트 | 
| serverPort | Integer | Required | 서버 포트 | 
| l7HealthCheckPath | String | Conditional | l7 헬스 체크 경로 | 
| certificateName | String | Conditional | 인증서 이름 | 
| proxyProtocolUseYn | String | Required | 프록시 프로토콜 사용 여부 | 
| stickySessionUseYn | String | Required | 세션별 접근 사용 여부 | 
| http2UseYn | String | Required | HTTP/2 프로토콜 사용 여부 | 
| serverProtocolType | CommonCode | Optional | 서버 프로토콜 구분 코드 
 |