public static class GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
endpointGroupType
The type of the endpoint group.
|
List<GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints> |
endpoints
The information about the endpoints.
|
List<String> |
forwardingRuleIds
The IDs of the forwarding rules.
|
String |
healthStatus
The health status of the endpoint group.
|
构造器和说明 |
---|
GetHealthStatusResponseBodyEndpointGroups() |
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="EndpointGroupType") public String endpointGroupType
The type of the endpoint group. Valid values:
* **default:** the default endpoint group.
* **virtual:** a virtual endpoint group.
@NameInMap(value="Endpoints") public List<GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints> endpoints
The information about the endpoints.
@NameInMap(value="ForwardingRuleIds") public List<String> forwardingRuleIds
The IDs of the forwarding rules.
@NameInMap(value="HealthStatus") public String healthStatus
The health status of the endpoint group. Valid values:
* **init:** The endpoint group is being initialized.
* **normal:** The endpoint group is normal.
* **abnormal:** The endpoint group is abnormal.
* **partiallyAbnormal:** The endpoint group is partially abnormal.
public GetHealthStatusResponseBodyEndpointGroups()
public static GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups build(Map<String,?> map) throws Exception
Exception
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups setEndpointGroupType(String endpointGroupType)
public String getEndpointGroupType()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups setEndpoints(List<GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints> endpoints)
public List<GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroupsEndpoints> getEndpoints()
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups setForwardingRuleIds(List<String> forwardingRuleIds)
public GetHealthStatusResponseBody.GetHealthStatusResponseBodyEndpointGroups setHealthStatus(String healthStatus)
public String getHealthStatus()
Copyright © 2024. All rights reserved.