📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: network_sources_summary.pyc
a N��f�1 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�NetworkSourcesSummarya} A network source specifies a list of source IP addresses that are allowed to make authorization requests. Use the network source in policy statements to restrict access to only requests that come from the specified IPs. For more information, see `Managing Network Sources`__. __ https://docs.cloud.oracle.com/Content/Identity/Tasks/managingnetworksources.htm c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a+ Initializes a new NetworkSourcesSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this NetworkSourcesSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NetworkSourcesSummary. :type compartment_id: str :param name: The value to assign to the name property of this NetworkSourcesSummary. :type name: str :param description: The value to assign to the description property of this NetworkSourcesSummary. :type description: str :param public_source_list: The value to assign to the public_source_list property of this NetworkSourcesSummary. :type public_source_list: list[str] :param virtual_source_list: The value to assign to the virtual_source_list property of this NetworkSourcesSummary. :type virtual_source_list: list[oci.identity.models.NetworkSourcesVirtualSourceList] :param services: The value to assign to the services property of this NetworkSourcesSummary. :type services: list[str] :param time_created: The value to assign to the time_created property of this NetworkSourcesSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this NetworkSourcesSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NetworkSourcesSummary. :type defined_tags: dict(str, dict(str, object)) �strz list[str]z%list[NetworkSourcesVirtualSourceList]�datetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name�description�public_source_list�virtual_source_list�services�time_created� freeform_tags�defined_tagsr � compartmentIdr r �publicSourceList�virtualSourceListr �timeCreated�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_compartment_id�_name�_description�_public_source_list�_virtual_source_list� _services� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r'