TargetGroup
- 인쇄
- PDF
TargetGroup
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
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 | String | Required | 타깃 그룹 번호
|
targetGroupName | String | Required | 타깃 그룹 이름 |
targetType | CommonCode | Required | 타깃 구분
|
vpcNo | String | Required | VPC 번호 |
targetGroupProtocolType | CommonCode | Required | 타깃 그룹 프로토콜 유형
|
targetGroupPort | Integer | Required | 타깃 그룹 포트
|
targetGroupDescription | String | Optional | 타깃 그룹 설명 |
useStickySession | Boolean | Required | 세션별 접근 사용 여부
|
useProxyProtocol | Boolean | Required | 프록시 프로토콜 사용 여부
|
algorithmType | CommonCode | Required | 알고리즘 유형
|
createDate | Date | Required | 생성 일시(YYYY-MM-DDThh:mm:ssZ) |
regionCode | String | Required | 리전 코드 |
loadBalancerInstanceNo | String | Optional | 연결된 로드 밸런서 인스턴스 번호 |
healthCheckProtocolType | CommonCode | Required | 헬스 체크 프로토콜 유형
|
healthCheckPort | Integer | Required | 헬스 체크 포트
|
healthCheckUrlPath | String | Optional | 헬스 체크 URL 경로 |
healthCheckHttpMethodType | CommonCode | Optional | 헬스 체크 HTTP Method 유형
|
healthCheckCycle | Integer | Required | 헬스 체크 주기(초)
|
healthCheckUpThreshold | Integer | Required | 헬스 체크 정상 임곗값
|
healthCheckDownThreshold | Integer | Required | 헬스 체크 실패 임곗값
|
targetNoList | TargetNoList | Optional | 타깃 그룹에 포함된 타깃 번호 목록 |
이 문서가 도움이 되었습니까?