Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model | |
com.oracle.bmc.loadbalancer.responses |
Modifier and Type | Method and Description |
---|---|
Backend |
Backend.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Backend> |
BackendSet.getBackends() |
Modifier and Type | Method and Description |
---|---|
Backend.Builder |
Backend.Builder.copy(Backend model) |
Modifier and Type | Method and Description |
---|---|
BackendSet.Builder |
BackendSet.Builder.backends(List<Backend> backends) |
Constructor and Description |
---|
BackendSet(String name,
String policy,
List<Backend> backends,
Integer backendMaxConnections,
HealthChecker healthChecker,
SSLConfiguration sslConfiguration,
SessionPersistenceConfigurationDetails sessionPersistenceConfiguration,
LBCookieSessionPersistenceConfigurationDetails lbCookieSessionPersistenceConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Backend |
GetBackendResponse.getBackend()
The returned
Backend instance. |
Modifier and Type | Method and Description |
---|---|
List<Backend> |
ListBackendsResponse.getItems()
A list of
com.oracle.bmc.loadbalancer.model.Backend instances. |
Modifier and Type | Method and Description |
---|---|
GetBackendResponse.Builder |
GetBackendResponse.Builder.backend(Backend backend)
The returned
Backend instance. |
Modifier and Type | Method and Description |
---|---|
ListBackendsResponse.Builder |
ListBackendsResponse.Builder.items(List<Backend> items)
A list of
com.oracle.bmc.loadbalancer.model.Backend instances. |
Copyright © 2016–2024. All rights reserved.