Class UpdateNetworkSecurityGroupsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.networkloadbalancer.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 network security group OCIDs associated with the network load balancer.
-
-
-
Method Detail
-
networkSecurityGroupIds
public UpdateNetworkSecurityGroupsDetails.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds)
An array of network security group OCIDs associated with the network load balancer.During the creation of the network load balancer, the service adds the new network load balancer to the specified network security groups.
The benefits of associating the network load balancer with network security groups include:
Network security groups define network security rules to govern ingress and egress traffic for the network load balancer.
The network security rules of other resources can reference the network security groups associated with the network 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)
-
-