Backend.Builder |
Backend.Builder.backup(Boolean backup) |
Whether the load balancer should treat this server as a backup unit.
|
static Backend.Builder |
Backend.builder() |
Create a new builder.
|
Backend.Builder |
Backend.Builder.copy(Backend model) |
|
Backend.Builder |
Backend.Builder.drain(Boolean drain) |
Whether the load balancer should drain this server.
|
Backend.Builder |
Backend.Builder.ipAddress(String ipAddress) |
The IP address of the backend server.
|
Backend.Builder |
Backend.Builder.maxConnections(Integer maxConnections) |
The maximum number of simultaneous connections the load balancer can make to the backend.
|
Backend.Builder |
Backend.Builder.name(String name) |
A read-only field showing the IP address and port that uniquely identify this backend
server in the backend set.
|
Backend.Builder |
Backend.Builder.offline(Boolean offline) |
Whether the load balancer should treat this server as offline.
|
Backend.Builder |
Backend.Builder.port(Integer port) |
The communication port for the backend server.
|
Backend.Builder |
Backend.toBuilder() |
|
Backend.Builder |
Backend.Builder.weight(Integer weight) |
The load balancing policy weight assigned to the server.
|