📂 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
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: event_config.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�EventConfigz� Describes an event configuration, for a given object type and property. Primarily, whether a property change will result in an event being emitted. �ENABLED�DISABLEDc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a� Initializes a new EventConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type_id: The value to assign to the type_id property of this EventConfig. :type type_id: str :param type_name: The value to assign to the type_name property of this EventConfig. :type type_name: str :param property_id: The value to assign to the property_id property of this EventConfig. :type property_id: str :param property_name: The value to assign to the property_name property of this EventConfig. :type property_name: str :param event_config_status: The value to assign to the event_config_status property of this EventConfig. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type event_config_status: str :param time_created: The value to assign to the time_created property of this EventConfig. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EventConfig. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this EventConfig. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this EventConfig. :type updated_by_id: str �strZdatetime) �type_id� type_name�property_id� property_name�event_config_status�time_created�time_updated� created_by_id� updated_by_idZtypeIdZtypeNameZ propertyIdZpropertyNameZeventConfigStatusZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdN)Z swagger_typesZ attribute_map�_type_id� _type_name�_property_id�_property_name�_event_config_status� _time_created� _time_updated�_created_by_id�_updated_by_id)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/data_catalog/models/event_config.py�__init__ s: -� �zEventConfig.__init__c C s | j S )z� Gets the type_id of this EventConfig. Unique type key identifier. :return: The type_id of this EventConfig. :rtype: str �r �r r r r r h s zEventConfig.type_idc C s || _ dS )z� Sets the type_id of this EventConfig. Unique type key identifier. :param type_id: The type_id of this EventConfig. :type: str Nr! )r r r r r r t s c C s | j S )z� Gets the type_name of this EventConfig. Name of the type. :return: The type_name of this EventConfig. :rtype: str �r r"