public static class UpdateNetworkLoadBalancerDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateNetworkLoadBalancerDetails |
build() |
UpdateNetworkLoadBalancerDetails.Builder |
copy(UpdateNetworkLoadBalancerDetails model) |
UpdateNetworkLoadBalancerDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateNetworkLoadBalancerDetails.Builder |
displayName(String displayName)
The user-friendly display name for the network load balancer, which does not have to be
unique and can be changed.
|
UpdateNetworkLoadBalancerDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateNetworkLoadBalancerDetails.Builder |
isPreserveSourceDestination(Boolean isPreserveSourceDestination)
This parameter can be enabled only if backends are compute OCIDs.
|
UpdateNetworkLoadBalancerDetails.Builder |
nlbIpVersion(NlbIpVersion nlbIpVersion)
IP version associated with the NLB.
|
public UpdateNetworkLoadBalancerDetails.Builder displayName(String displayName)
The user-friendly display name for the network load balancer, which does not have to be unique and can be changed. Avoid entering confidential information.
Example: example_network_load_balancer
displayName
- the value to setpublic UpdateNetworkLoadBalancerDetails.Builder isPreserveSourceDestination(Boolean isPreserveSourceDestination)
This parameter can be enabled only if backends are compute OCIDs. When enabled, the skipSourceDestinationCheck parameter is automatically enabled on the load balancer VNIC, and packets are sent to the backend with the entire IP header intact.
isPreserveSourceDestination
- the value to setpublic UpdateNetworkLoadBalancerDetails.Builder nlbIpVersion(NlbIpVersion nlbIpVersion)
IP version associated with the NLB.
nlbIpVersion
- the value to setpublic UpdateNetworkLoadBalancerDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateNetworkLoadBalancerDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateNetworkLoadBalancerDetails build()
public UpdateNetworkLoadBalancerDetails.Builder copy(UpdateNetworkLoadBalancerDetails model)
Copyright © 2016–2023. All rights reserved.