UpdateNetworkSecurityGroupsDetails

class oci.load_balancer.models.UpdateNetworkSecurityGroupsDetails(**kwargs)

Bases: object

An object representing an updated list of network security groups (NSGs) that overwrites the existing list of NSGs. * If the load balancer has no NSGs configured, it uses the NSGs in this list. * If the load balancer has a list of NSGs configured, this list replaces the existing list. * If the load balancer has a list of NSGs configured and this list is empty, the operation removes all of the load balancer’s NSG associations.

Methods

__init__(**kwargs) Initializes a new UpdateNetworkSecurityGroupsDetails object with values from keyword arguments.

Attributes

network_security_group_ids Gets the network_security_group_ids of this UpdateNetworkSecurityGroupsDetails.
__init__(**kwargs)

Initializes a new UpdateNetworkSecurityGroupsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this UpdateNetworkSecurityGroupsDetails.
network_security_group_ids

Gets the network_security_group_ids of this UpdateNetworkSecurityGroupsDetails. 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.
Returns:The network_security_group_ids of this UpdateNetworkSecurityGroupsDetails.
Return type:list[str]