📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: network_sources_summary.cpython-39.opt-1.pyc
a ���fM7 � @ 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 @ sN 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 � �Zed"d#� �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 s� dddddddddddd�| _ dd d ddd dddddd�| _d| _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 lifecycle_state: The value to assign to the lifecycle_state property of this NetworkSourcesSummary. :type lifecycle_state: 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]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�name�description�public_source_list�virtual_source_list�services�lifecycle_state�time_created� freeform_tags�defined_tagsr Z compartmentIdr r ZpublicSourceListZvirtualSourceListr ZlifecycleStateZtimeCreatedZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description�_public_source_list�_virtual_source_list� _services�_lifecycle_state� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/identity/models/network_sources_summary.py�__init__ sF 3��zNetworkSourcesSummary.__init__c C s | j S )z� **[Required]** Gets the id of this NetworkSourcesSummary. The OCID of the network source. :return: The id of this NetworkSourcesSummary. :rtype: str �r �r r r r! r p s zNetworkSourcesSummary.idc C s || _ dS )z� Sets the id of this NetworkSourcesSummary. The OCID of the network source. :param id: The id of this NetworkSourcesSummary. :type: str Nr# )r r r r r! r | s c C s | j S )a **[Required]** Gets the compartment_id of this NetworkSourcesSummary. The OCID of the tenancy (root compartment) containing the network source. :return: The compartment_id of this NetworkSourcesSummary. :rtype: str �r r$ r r r! r � s z$NetworkSourcesSummary.compartment_idc C s || _ dS )a Sets the compartment_id of this NetworkSourcesSummary. The OCID of the tenancy (root compartment) containing the network source. :param compartment_id: The compartment_id of this NetworkSourcesSummary. :type: str Nr% )r r r r r! r � s c C s | j S )a) **[Required]** Gets the name of this NetworkSourcesSummary. The name you assign to the network source during creation. The name must be unique across the tenancy and cannot be changed. :return: The name of this NetworkSourcesSummary. :rtype: str �r r$ r r r! r � s zNetworkSourcesSummary.namec C s || _ dS )a Sets the name of this NetworkSourcesSummary. The name you assign to the network source during creation. The name must be unique across the tenancy and cannot be changed. :param name: The name of this NetworkSourcesSummary. :type: str Nr&