Class UpdateNetworkSecurityGroupsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.loadbalancer.model.UpdateNetworkSecurityGroupsDetails.Builder
-
- Enclosing class:
- UpdateNetworkSecurityGroupsDetails
public static class UpdateNetworkSecurityGroupsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkSecurityGroupsDetails
build()
UpdateNetworkSecurityGroupsDetails.Builder
copy(UpdateNetworkSecurityGroupsDetails model)
UpdateNetworkSecurityGroupsDetails.Builder
networkSecurityGroupIds(List<String> networkSecurityGroupIds)
An array of NSG OCIDs associated with the load balancer.
-
-
-
Method Detail
-
networkSecurityGroupIds
public UpdateNetworkSecurityGroupsDetails.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds)
An array of NSG OCIDs associated with the load balancer.During the load balancer's creation, the service adds the new load balancer to the specified NSGs.
The benefits of associating the load balancer with NSGs include:
NSGs define network security rules to govern ingress and egress traffic for the load balancer.
The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access.
- Parameters:
networkSecurityGroupIds
- the value to set- Returns:
- this builder
-
build
public UpdateNetworkSecurityGroupsDetails build()
-
copy
public UpdateNetworkSecurityGroupsDetails.Builder copy(UpdateNetworkSecurityGroupsDetails model)
-
-