--- title: "Target" slug: "common-vapidatatype-target" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/common-vapidatatype-target" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # Target

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

타깃 정보입니다. 타깃 그룹에 포함되어 있는 인스턴스의 정보와 헬스 체크 상태 정보를 포함합니다. ## 구문 구문은 다음과 같습니다. ```Java private String targetNo; private String targetName; private String targetIp; private CommonCode healthCheckStatus; private String healthCheckResponse; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --------------------- | -------- | -------------------------- | ---------------------------------------------------------- | | `targetNo` | String | Required | 타깃 번호 | | `targetName` | String | Required | 타깃 이름 | | `targetIp` | String | Required | 타깃 IP | | `healthCheckStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 헬스 체크 상태