Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
BackendSetDetails |
BackendSetDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,BackendSetDetails> |
CreateNetworkLoadBalancerDetails.getBackendSets()
Backend sets associated with the network load balancer.
|
Modifier and Type | Method and Description |
---|---|
BackendSetDetails.Builder |
BackendSetDetails.Builder.copy(BackendSetDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateNetworkLoadBalancerDetails.Builder |
CreateNetworkLoadBalancerDetails.Builder.backendSets(Map<String,BackendSetDetails> backendSets)
Backend sets associated with the network load balancer.
|
Constructor and Description |
---|
CreateNetworkLoadBalancerDetails(String compartmentId,
String displayName,
Boolean isPreserveSourceDestination,
Boolean isSymmetricHashEnabled,
List<ReservedIP> reservedIps,
Boolean isPrivate,
String subnetId,
List<String> networkSecurityGroupIds,
NlbIpVersion nlbIpVersion,
String subnetIpv6Cidr,
String assignedPrivateIpv4,
String assignedIpv6,
Map<String,ListenerDetails> listeners,
Map<String,BackendSetDetails> backendSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.