public static class UpdateNetworkSecurityGroupsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
networkSecurityGroupIds
- the value to setpublic UpdateNetworkSecurityGroupsDetails build()
public UpdateNetworkSecurityGroupsDetails.Builder copy(UpdateNetworkSecurityGroupsDetails model)
Copyright © 2016–2024. All rights reserved.