Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static BackendSummary.Builder |
BackendSummary.builder()
Create a new builder.
|
BackendSummary.Builder |
BackendSummary.Builder.copy(BackendSummary model) |
BackendSummary.Builder |
BackendSummary.Builder.ipAddress(String ipAddress)
The IP address of the backend server.
|
BackendSummary.Builder |
BackendSummary.Builder.isBackup(Boolean isBackup)
Whether the network load balancer should treat this server as a backup unit.
|
BackendSummary.Builder |
BackendSummary.Builder.isDrain(Boolean isDrain)
Whether the network load balancer should drain this server.
|
BackendSummary.Builder |
BackendSummary.Builder.isOffline(Boolean isOffline)
Whether the network load balancer should treat this server as offline.
|
BackendSummary.Builder |
BackendSummary.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.
|
BackendSummary.Builder |
BackendSummary.Builder.port(Integer port)
The communication port for the backend server.
|
BackendSummary.Builder |
BackendSummary.Builder.targetId(String targetId)
The IP OCID/Instance OCID associated with the backend server.
|
BackendSummary.Builder |
BackendSummary.toBuilder() |
BackendSummary.Builder |
BackendSummary.Builder.weight(Integer weight)
The network load balancing policy weight assigned to the server.
|
Copyright © 2016–2024. All rights reserved.