📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
network_load_balancer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/network_load_balancer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_network_security_groups_details.pyc
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�"UpdateNetworkSecurityGroupsDetailsa} An object representing an updated list of network security groups that overwrites the existing list of network security groups. * If the network load balancer has no configured network security groups, then the network load balancer uses the network security groups in this list. * If the network load balancer has a list of configured network security groups, then this list replaces the existing list. * If the network load balancer has a list of configured network security groups and this list is empty, then the operation removes all of the network security groups associated with the network load balancer. c K s ddi| _ ddi| _d| _dS )a� Initializes a new UpdateNetworkSecurityGroupsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_security_group_ids: The value to assign to the network_security_group_ids property of this UpdateNetworkSecurityGroupsDetails. :type network_security_group_ids: list[str] �network_security_group_idsz list[str]�networkSecurityGroupIdsN)� swagger_types� attribute_map�_network_security_group_ids)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_load_balancer/models/update_network_security_groups_details.py�__init__ s ��z+UpdateNetworkSecurityGroupsDetails.__init__c C s | j S )a� Gets the network_security_group_ids of this UpdateNetworkSecurityGroupsDetails. 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. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The network_security_group_ids of this UpdateNetworkSecurityGroupsDetails. :rtype: list[str] �r �r r r r r '