Class UpdateNetworkSecurityGroupsDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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