public static class GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
address
The IP address of the endpoint.
|
String |
endpointId
The ID of the endpoint.
|
String |
healthDetail
The health check details of the endpoint.
|
String |
healthStatus
The health status of the endpoint.
|
Long |
port
The port that is used to connect to the endpoint.
|
String |
type
The type of the endpoint.
|
@NameInMap(value="Address") public String address
The IP address of the endpoint.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint.
@NameInMap(value="HealthDetail") public String healthDetail
The health check details of the endpoint.
> This parameter is unavailable.
@NameInMap(value="HealthStatus") public String healthStatus
The health status of the endpoint. Valid values:
* **init**: The endpoint is being initialized.
* **normal**: The endpoint is normal.
* **Abnormal**: The endpoint is abnormal.
@NameInMap(value="Port") public Long port
The port that is used to connect to the endpoint.
@NameInMap(value="Type") public String type
The type of the endpoint. Valid values:
* **Domain**: a custom domain name
* **Ip**: a custom IP address
* **PublicIp**: a public IP address provided by Alibaba Cloud
* **ECS**: an Elastic Compute Service (ECS) instance
* **SLB**: a Server Load Balancer (SLB) instance
* **ALB**: an Application Load Balancer (ALB) instance
* **OSS**: an Object Storage Service (OSS) bucket
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints()
public static GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setAddress(String address)
public String getAddress()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setEndpointId(String endpointId)
public String getEndpointId()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setHealthDetail(String healthDetail)
public String getHealthDetail()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setHealthStatus(String healthStatus)
public String getHealthStatus()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setPort(Long port)
public Long getPort()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints setType(String type)
public String getType()
Copyright © 2023. All rights reserved.