Target

Prev Next

Available in VPC

This is the target information. It includes the information of the instances in the target group and the health check status information.

Syntax

The syntax is as follows.

private String targetNo;
private String targetName;
private String targetIp;
private CommonCode healthCheckStatus;
private String healthCheckResponse;

Field

The following describes the fields.

Field Type Required Description
targetNo String Required Target number
  • NAVER Cloud Platform's identifier to identify targets
targetName String Required Target name
targetIp String Required Target IP
healthCheckStatus CommonCode Required Health check status
  • UP | DOWN | UNUSED
    • UP: health up
    • DOWN: health down
    • UNUSED: health unused
healthCheckResponse String Optional Health check response