Target
- Print
- PDF
Target
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
targetName | String | Required | Target name |
targetIp | String | Required | Target IP |
healthCheckStatus | CommonCode | Required | Health check status
|
healthCheckResponse | String | Optional | Health check response |
Was this article helpful?