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 NSG
OCIDs
associated with the load balancer.
|
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.
networkSecurityGroupIds
- the value to setpublic UpdateNetworkSecurityGroupsDetails build()
public UpdateNetworkSecurityGroupsDetails.Builder copy(UpdateNetworkSecurityGroupsDetails model)
Copyright © 2016–2024. All rights reserved.