static Backend.Builder |
Backend.builder() |
Create a new builder.
|
Backend.Builder |
Backend.Builder.copy(Backend model) |
|
Backend.Builder |
Backend.Builder.ipAddress(String ipAddress) |
The IP address of the backend server.
|
Backend.Builder |
Backend.Builder.isBackup(Boolean isBackup) |
Whether the network load balancer should treat this server as a backup unit.
|
Backend.Builder |
Backend.Builder.isDrain(Boolean isDrain) |
Whether the network load balancer should drain this server.
|
Backend.Builder |
Backend.Builder.isOffline(Boolean isOffline) |
Whether the network load balancer should treat this server as offline.
|
Backend.Builder |
Backend.Builder.name(String name) |
A read-only field showing the IP address/IP OCID and port that uniquely identify this
backend server in the backend set.
|
Backend.Builder |
Backend.Builder.port(Integer port) |
The communication port for the backend server.
|
Backend.Builder |
Backend.Builder.targetId(String targetId) |
The IP OCID/Instance OCID associated with the backend server.
|
Backend.Builder |
Backend.toBuilder() |
|
Backend.Builder |
Backend.Builder.weight(Integer weight) |
The network load balancing policy weight assigned to the server.
|