ruạṛ
a N��f�W � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Z e jd'd&� �Z ed(d)� �Z!e!jd*d)� �Z!ed+d,� �Z"e"jd-d,� �Z"ed.d/� �Z#e#jd0d/� �Z#ed1d2� �Z$e$jd3d2� �Z$ed4d5� �Z%e%jd6d5� �Z%ed7d8� �Z&e&jd9d8� �Z&ed:d;� �Z'e'jd<d;� �Z'ed=d>� �Z(e(jd?d>� �Z(ed@dA� �Z)e)jdBdA� �Z)edCdD� �Z*e*jdEdD� �Z*edFdG� �Z+e+jdHdG� �Z+dIdJ� Z,dKdL� Z-dMdN� Z.dOS )P�ManagedListzH A cloud guard list containing one or more items of a list type � CIDR_BLOCK�USERS�GROUPS�IPV4ADDRESS�IPV6ADDRESS� RESOURCE_OCID�REGION�COUNTRY�STATE�CITY�TAGS�GENERIC�CUSTOMER�ORACLE�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new ManagedList 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 ManagedList. :type id: str :param display_name: The value to assign to the display_name property of this ManagedList. :type display_name: str :param description: The value to assign to the description property of this ManagedList. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ManagedList. :type compartment_id: str :param source_managed_list_id: The value to assign to the source_managed_list_id property of this ManagedList. :type source_managed_list_id: str :param list_type: The value to assign to the list_type property of this ManagedList. Allowed values for this property are: "CIDR_BLOCK", "USERS", "GROUPS", "IPV4ADDRESS", "IPV6ADDRESS", "RESOURCE_OCID", "REGION", "COUNTRY", "STATE", "CITY", "TAGS", "GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type list_type: str :param list_items: The value to assign to the list_items property of this ManagedList. :type list_items: list[str] :param feed_provider: The value to assign to the feed_provider property of this ManagedList. Allowed values for this property are: "CUSTOMER", "ORACLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type feed_provider: str :param is_editable: The value to assign to the is_editable property of this ManagedList. :type is_editable: bool :param time_created: The value to assign to the time_created property of this ManagedList. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagedList. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagedList. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecyle_details: The value to assign to the lifecyle_details property of this ManagedList. :type lifecyle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this ManagedList. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagedList. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ManagedList. :type system_tags: dict(str, dict(str, object)) �strz list[str]�bool�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�source_managed_list_id� list_type� list_items� feed_provider�is_editable�time_created�time_updated�lifecycle_state�lifecyle_details� freeform_tags�defined_tags�system_tagsr �displayNamer! � compartmentId�sourceManagedListId�listType� listItems�feedProvider� isEditable�timeCreated�timeUpdated�lifecycleState�lifecyleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_description�_compartment_id�_source_managed_list_id� _list_type�_list_items�_feed_provider�_is_editable� _time_created� _time_updated�_lifecycle_state�_lifecyle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rQ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/managed_list.py�__init__d sd M��zManagedList.__init__c C s | j S )z� **[Required]** Gets the id of this ManagedList. Unique identifier that is immutable on creation :return: The id of this ManagedList. :rtype: str �r? �rO rQ rQ rR r � s zManagedList.idc C s || _ dS )z� Sets the id of this ManagedList. Unique identifier that is immutable on creation :param id: The id of this ManagedList. :type: str NrT )rO r rQ rQ rR r � s c C s | j S )z� **[Required]** Gets the display_name of this ManagedList. ManagedList display name. :return: The display_name of this ManagedList. :rtype: str �r@ rU rQ rQ rR r � s zManagedList.display_namec C s || _ dS )z� Sets the display_name of this ManagedList. ManagedList display name. :param display_name: The display_name of this ManagedList. :type: str NrV )rO r rQ rQ rR r s c C s | j S )z� Gets the description of this ManagedList. ManagedList description. :return: The description of this ManagedList. :rtype: str �rA rU rQ rQ rR r! s zManagedList.descriptionc C s || _ dS )z� Sets the description of this ManagedList. ManagedList description. :param description: The description of this ManagedList. :type: str NrW )rO r! rQ rQ rR r! # s c C s | j S )z� **[Required]** Gets the compartment_id of this ManagedList. Compartment Identifier where the resource is created :return: The compartment_id of this ManagedList. :rtype: str �rB rU rQ rQ rR r"