TargetGroup

Prev Next

VPC 환경에서 이용 가능합니다.

설명

타겟 그룹

구문

private String targetGroupNo;
private String targetGroupName;
private CommonCode targetType;
private String vpcNo;
private CommonCode targetGroupProtocolType;
private Integer targetGroupPort;
private String targetGroupDescription;
private Boolean useStickySession;
private Boolean useProxyProtocol;
private CommonCode algorithmType;
private Date createDate;
private String regionCode;
private String loadBalancerInstanceNo;
private CommonCode healthCheckProtocolType;
private Integer healthCheckPort;
private String healthCheckUrlPath;
private CommonCode healthCheckHttpMethodType;
private Integer healthCheckCycle;
private Integer healthCheckUpThreshold;
private Integer healthCheckDownThreshold;
private TargetNoList targetNoList;

필드

파라미터명 필수 여부 타입 설명
targetGroupNo Yes String - 타겟 그룹 번호
타겟 그룹을 식별하기 위한 NAVER Cloud Platform의 식별자
targetGroupName Yes String 타겟 그룹 이름
targetType Yes CommonCode 타겟 유형
VSVR (Server (VPC))
vpcNo Yes String VPC 번호
targetGroupProtocolType Yes CommonCode 타겟 그룹 프로토콜 유형
TCP (TCP protocol)
PROXY_TCP (PROXY TCP protocol)
HTTP (HTTP protocol)
HTTPS (HTTPS protocol)
targetGroupPort Yes Integer 타겟 그룹 포트
1~65534
targetGroupDescription No String 타겟 그룹 설명
useStickySession Yes Boolean 세션별 접근 사용 여부
useProxyProtocol Yes Boolean 프록시 프로토콜 사용 여부
algorithmType Yes CommonCode 알고리즘 유형
RR (Round Robin)
SIPHS (Source IP Hash)
LC (Least Connection)
MH (Maglev Hash)
createDate Yes Date 생성일자 포맷 : "YYYY-MM-DDThh:mm:ssZ"
regionCode Yes String REGION 코드
loadBalancerInstanceNo No String 연결된 로드밸런서 인스턴스 번호
healthCheckProtocolType Yes CommonCode 헬스 체크 프로토콜 유형
TCP (TCP protocol)
HTTP (HTTP protocol)
HTTPS (HTTPS protocol)
healthCheckPort Yes Integer 헬스 체크 포트
1~65534
healthCheckUrlPath No String 헬스 체크 URL 경로
healthCheckHttpMethodType No CommonCode 헬스 체크 HTTP Method 유형
HEAD (HTTP HEAD Method)
GET (HTTP GET Method)
healthCheckCycle Yes Integer 헬스 체크 주기 (초)
5~300
healthCheckUpThreshold Yes Integer 헬스 체크 정상 임계값
2~10
healthCheckDownThreshold Yes Integer 헬스 체크 실패 임계값
2~10
targetNoList No TargetNoList 타겟 그룹에 포함되어 있는 타겟 번호 리스트