public static final class DescribeHealthStatusResponseBody.BackendServer.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeHealthStatusResponseBody.BackendServer |
build() |
DescribeHealthStatusResponseBody.BackendServer.Builder |
listenerPort(Integer listenerPort)
The frontend port that is used by the CLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
port(Integer port)
The backend port that is used by the CLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
protocol(String protocol)
The frontend protocol that is used by the CLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverHealthStatus(String serverHealthStatus)
The health status of the backend server.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverId(String serverId)
The ID of the Elastic Compute Service (ECS) instance or elastic network interface (ENI).
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverIp(String serverIp)
The IP address of the ECS instance.
|
public DescribeHealthStatusResponseBody.BackendServer.Builder listenerPort(Integer listenerPort)
public DescribeHealthStatusResponseBody.BackendServer.Builder port(Integer port)
public DescribeHealthStatusResponseBody.BackendServer.Builder protocol(String protocol)
public DescribeHealthStatusResponseBody.BackendServer.Builder serverHealthStatus(String serverHealthStatus)
* **normal**: The backend server is healthy. * **abnormal**: The backend server is unhealthy. * **unavailable**: The health check is not complete.
public DescribeHealthStatusResponseBody.BackendServer.Builder serverId(String serverId)
public DescribeHealthStatusResponseBody.BackendServer.Builder serverIp(String serverIp)
public DescribeHealthStatusResponseBody.BackendServer build()
Copyright © 2024. All rights reserved.