public static class GetListenerHealthStatusResponseBody.GetListenerHealthStatusResponseBodyListenerHealthStatusServerGroupInfosNonNormalServersReason
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
reasonCode
The reason why the **status** is abnormal.
|
| 构造器和说明 |
|---|
GetListenerHealthStatusResponseBodyListenerHealthStatusServerGroupInfosNonNormalServersReason() |
@NameInMap(value="ReasonCode") public String reasonCode
The reason why the **status** is abnormal. Valid values:
* **CONNECT_TIMEOUT**: The NLB instance failed to connect to the backend server within the specified period of time.
* **CONNECT_FAILED**: The NLB instance failed to connect to the backend server.
* **RECV_RESPONSE_TIMEOUT**: The NLB instance failed to receive a response from the backend server within the specified period of time.
* **CONNECT_INTERRUPT**: The connection between the health check and the backend servers was interrupted.
* **HTTP_CODE_NOT_MATCH**: The HTTP status code from the backend servers was not the expected one.
* **HTTP_INVALID_HEADER**: The format of the response from the backend servers is invalid.
public GetListenerHealthStatusResponseBodyListenerHealthStatusServerGroupInfosNonNormalServersReason()
public static GetListenerHealthStatusResponseBody.GetListenerHealthStatusResponseBodyListenerHealthStatusServerGroupInfosNonNormalServersReason build(Map<String,?> map) throws Exception
Exceptionpublic GetListenerHealthStatusResponseBody.GetListenerHealthStatusResponseBodyListenerHealthStatusServerGroupInfosNonNormalServersReason setReasonCode(String reasonCode)
public String getReasonCode()
Copyright © 2023. All rights reserved.