📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: managed_list_summary.cpython-39.pyc
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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �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#jd,d+� �Z#ed-d.� �Z$e$jd/d.� �Z$ed0d1� �Z%e%jd2d1� �Z%ed3d4� �Z&e&jd5d4� �Z&ed6d7� �Z'e'jd8d7� �Z'ed9d:� �Z(e(jd;d:� �Z(ed<d=� �Z)e)jd>d=� �Z)ed?d@� �Z*e*jdAd@� �Z*edBdC� �Z+e+jdDdC� �Z+edEdF� �Z,e,jdGdF� �Z,edHdI� �Z-e-jdJdI� �Z-dKdL� Z.dMdN� Z/dOdP� Z0dQS )R�ManagedListSummaryz1 Summary information for a managed list. � CIDR_BLOCK�USERS�GROUPS�IPV4ADDRESS�IPV6ADDRESS� RESOURCE_OCID�REGION�COUNTRY�STATE�CITY�TAGS�GENERIC�FUSION_APPS_ROLE�FUSION_APPS_PERMISSION�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 ManagedListSummary 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 ManagedListSummary. :type id: str :param display_name: The value to assign to the display_name property of this ManagedListSummary. :type display_name: str :param description: The value to assign to the description property of this ManagedListSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ManagedListSummary. :type compartment_id: str :param source_managed_list_id: The value to assign to the source_managed_list_id property of this ManagedListSummary. :type source_managed_list_id: str :param list_type: The value to assign to the list_type property of this ManagedListSummary. Allowed values for this property are: "CIDR_BLOCK", "USERS", "GROUPS", "IPV4ADDRESS", "IPV6ADDRESS", "RESOURCE_OCID", "REGION", "COUNTRY", "STATE", "CITY", "TAGS", "GENERIC", "FUSION_APPS_ROLE", "FUSION_APPS_PERMISSION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type list_type: str :param feed_provider: The value to assign to the feed_provider property of this ManagedListSummary. 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 ManagedListSummary. :type is_editable: bool :param list_items: The value to assign to the list_items property of this ManagedListSummary. :type list_items: list[str] :param time_created: The value to assign to the time_created property of this ManagedListSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagedListSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagedListSummary. 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 ManagedListSummary. :type lifecyle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this ManagedListSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagedListSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ManagedListSummary. :type system_tags: dict(str, dict(str, object)) �str�boolz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�source_managed_list_id� list_type� feed_provider�is_editable� list_items�time_created�time_updated�lifecycle_state�lifecyle_details� freeform_tags�defined_tags�system_tagsr ZdisplayNamer"