ruạṛ
a ���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 @ s| e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�NetworkSourcesa} 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 �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new NetworkSources 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 NetworkSources. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NetworkSources. :type compartment_id: str :param name: The value to assign to the name property of this NetworkSources. :type name: str :param description: The value to assign to the description property of this NetworkSources. :type description: str :param public_source_list: The value to assign to the public_source_list property of this NetworkSources. :type public_source_list: list[str] :param virtual_source_list: The value to assign to the virtual_source_list property of this NetworkSources. :type virtual_source_list: list[oci.identity.models.NetworkSourcesVirtualSourceList] :param services: The value to assign to the services property of this NetworkSources. :type services: list[str] :param time_created: The value to assign to the time_created property of this NetworkSources. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this NetworkSources. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this NetworkSources. :type inactive_status: int :param freeform_tags: The value to assign to the freeform_tags property of this NetworkSources. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NetworkSources. :type defined_tags: dict(str, dict(str, object)) �strz list[str]z%list[NetworkSourcesVirtualSourceList]Zdatetime�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�name�description�public_source_list�virtual_source_list�services�time_created�lifecycle_state�inactive_status� freeform_tags�defined_tagsr Z compartmentIdr r ZpublicSourceListZvirtualSourceListr ZtimeCreatedZlifecycleStateZinactiveStatusZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description�_public_source_list�_virtual_source_list� _services� _time_created�_lifecycle_state�_inactive_status�_freeform_tags� _defined_tags)�self�kwargs� r( �G/usr/lib/python3.9/site-packages/oci/identity/models/network_sources.py�__init__* sL 9��zNetworkSources.__init__c C s | j S )z� **[Required]** Gets the id of this NetworkSources. The OCID of the network source. :return: The id of this NetworkSources. :rtype: str �r �r&