public static final class DescribeHealthStatusResponseBody.BackendServer.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeHealthStatusResponseBody.BackendServer |
build() |
DescribeHealthStatusResponseBody.BackendServer.Builder |
listenerPort(Integer listenerPort)
The frontend port that is used by the SLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
port(Integer port)
The backend port that is used by the SLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
protocol(String protocol)
The frontend protocol that is used by the SLB instance.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverHealthStatus(String serverHealthStatus)
The health status of the backend server.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverId(String serverId)
The ID of the backend server.
|
DescribeHealthStatusResponseBody.BackendServer.Builder |
serverIp(String serverIp)
The IP address of the backend server.
|
public DescribeHealthStatusResponseBody.BackendServer.Builder listenerPort(Integer listenerPort)
The frontend port that is used by the SLB instance.
example:80
public DescribeHealthStatusResponseBody.BackendServer.Builder port(Integer port)
The backend port that is used by the SLB instance.
example:70
public DescribeHealthStatusResponseBody.BackendServer.Builder protocol(String protocol)
The frontend protocol that is used by the SLB instance.
example:https
public DescribeHealthStatusResponseBody.BackendServer.Builder serverHealthStatus(String serverHealthStatus)
The health status of the backend server. Valid values:
abnormal
public DescribeHealthStatusResponseBody.BackendServer.Builder serverId(String serverId)
The ID of the backend server.
example:i-bp1h5u3fv54ytf***
public DescribeHealthStatusResponseBody.BackendServer.Builder serverIp(String serverIp)
The IP address of the backend server.
example:192.XX.XX.11
public DescribeHealthStatusResponseBody.BackendServer build()
Copyright © 2026. All rights reserved.