📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: custom_property.cpython-39.pyc
a ���f�q � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#edAdB� �Z$e$jdCdB� �Z$edDdE� �Z%e%jdFdE� �Z%edGdH� �Z&e&jdIdH� �Z&edJdK� �Z'e'jdLdK� �Z'edMdN� �Z(e(jdOdN� �Z(edPdQ� �Z)e)jdRdQ� �Z)edSdT� �Z*e*jdUdT� �Z*edVdW� �Z+e+jdXdW� �Z+edYdZ� �Z,e,jd[dZ� �Z,d\d]� Z-d^d_� Z.d`da� Z/dbS )c�CustomPropertyz$ Custom Property Definition �TEXT� RICH_TEXT�BOOLEAN�NUMBER�DATE�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s dddddddddddddddddddddddddd �| _ d ddd ddddddddddddddddddd d!d"d �| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _ d#| _ d#| _d#| _d#| _ d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#S )$a� Initializes a new CustomProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CustomProperty. :type key: str :param display_name: The value to assign to the display_name property of this CustomProperty. :type display_name: str :param data_type: The value to assign to the data_type property of this CustomProperty. Allowed values for this property are: "TEXT", "RICH_TEXT", "BOOLEAN", "NUMBER", "DATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_type: str :param description: The value to assign to the description property of this CustomProperty. :type description: str :param namespace_name: The value to assign to the namespace_name property of this CustomProperty. :type namespace_name: str :param is_list_type: The value to assign to the is_list_type property of this CustomProperty. :type is_list_type: bool :param is_sortable: The value to assign to the is_sortable property of this CustomProperty. :type is_sortable: bool :param is_filterable: The value to assign to the is_filterable property of this CustomProperty. :type is_filterable: bool :param is_multi_valued: The value to assign to the is_multi_valued property of this CustomProperty. :type is_multi_valued: bool :param is_hidden: The value to assign to the is_hidden property of this CustomProperty. :type is_hidden: bool :param is_editable: The value to assign to the is_editable property of this CustomProperty. :type is_editable: bool :param is_shown_in_list: The value to assign to the is_shown_in_list property of this CustomProperty. :type is_shown_in_list: bool :param is_service_defined: The value to assign to the is_service_defined property of this CustomProperty. :type is_service_defined: bool :param is_hidden_in_search: The value to assign to the is_hidden_in_search property of this CustomProperty. :type is_hidden_in_search: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this CustomProperty. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this CustomProperty. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CustomProperty. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this CustomProperty. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this CustomProperty. :type updated_by_id: str :param usage_count: The value to assign to the usage_count property of this CustomProperty. :type usage_count: int :param is_event_enabled: The value to assign to the is_event_enabled property of this CustomProperty. :type is_event_enabled: bool :param scope: The value to assign to the scope property of this CustomProperty. :type scope: list[oci.data_catalog.models.CustomPropertyTypeUsage] :param allowed_values: The value to assign to the allowed_values property of this CustomProperty. :type allowed_values: list[str] :param events: The value to assign to the events property of this CustomProperty. :type events: list[oci.data_catalog.models.EventConfig] :param properties: The value to assign to the properties property of this CustomProperty. :type properties: dict(str, dict(str, str)) �str�boolZdatetime�intzlist[CustomPropertyTypeUsage]z list[str]zlist[EventConfig]zdict(str, dict(str, str)))�key�display_name� data_type�description�namespace_name�is_list_type�is_sortable� is_filterable�is_multi_valued� is_hidden�is_editable�is_shown_in_list�is_service_defined�is_hidden_in_search�lifecycle_state�time_created�time_updated� created_by_id� updated_by_id�usage_count�is_event_enabled�scope�allowed_values�events� propertiesr ZdisplayNameZdataTyper Z namespaceNameZ isListTypeZ isSortableZisFilterableZ isMultiValuedZisHiddenZ isEditableZ isShownInListZisServiceDefinedZisHiddenInSearchZlifecycleStateZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdZ usageCountZisEventEnabledr, Z allowedValuesr. r/ N)Z swagger_typesZ attribute_map�_key� _display_name� _data_type�_description�_namespace_name� _is_list_type�_is_sortable�_is_filterable�_is_multi_valued� _is_hidden�_is_editable�_is_shown_in_list�_is_service_defined�_is_hidden_in_search�_lifecycle_state� _time_created� _time_updated�_created_by_id�_updated_by_id�_usage_count�_is_event_enabled�_scope�_allowed_values�_events�_properties)�self�kwargs� rK �K/usr/lib/python3.9/site-packages/oci/data_catalog/models/custom_property.py�__init__F s� o��zCustomProperty.__init__c C s | j S )z� **[Required]** Gets the key of this CustomProperty. Unique data asset key that is immutable. :return: The key of this CustomProperty. :rtype: str �r0 �rI rK rK rL r s zCustomProperty.keyc C s || _ dS )z� Sets the key of this CustomProperty. Unique data asset key that is immutable. :param key: The key of this CustomProperty. :type: str NrN )rI r rK rK rL r s c C s | j S )z� Gets the display_name of this CustomProperty. Display name of the custom property :return: The display_name of this CustomProperty. :rtype: str �r1 rO rK rK rL r s zCustomProperty.display_namec C s || _ dS )z� Sets the display_name of this CustomProperty. Display name of the custom property :param display_name: The display_name of this CustomProperty. :type: str NrP )rI r rK rK rL r * s c C s | j S )a� Gets the data_type of this CustomProperty. Data type of the custom property Allowed values for this property are: "TEXT", "RICH_TEXT", "BOOLEAN", "NUMBER", "DATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The data_type of this CustomProperty. :rtype: str )r2 rO rK rK rL r 6 s zCustomProperty.data_typec C s g d�}t ||�sd}|| _dS )z� Sets the data_type of this CustomProperty. Data type of the custom property :param data_type: The data_type of this CustomProperty. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r2 )rI r r- rK rK rL r E s c C s | j S )z� Gets the description of this CustomProperty. Description for the custom property :return: The description of this CustomProperty. :rtype: str �r3 rO rK rK rL r T s zCustomProperty.descriptionc C s || _ dS )z� Sets the description of this CustomProperty. Description for the custom property :param description: The description of this CustomProperty. :type: str NrR )rI r rK rK rL r ` s c C s | j S )z� Gets the namespace_name of this CustomProperty. Namespace name of the custom property :return: The namespace_name of this CustomProperty. :rtype: str �r4 rO rK rK rL r l s zCustomProperty.namespace_namec C s || _ dS )z� Sets the namespace_name of this CustomProperty. Namespace name of the custom property :param namespace_name: The namespace_name of this CustomProperty. :type: str NrS )rI r rK rK rL r x s c C s | j S )z� Gets the is_list_type of this CustomProperty. Is this property allowed to have list of values :return: The is_list_type of this CustomProperty. :rtype: bool �r5 rO rK rK rL r � s zCustomProperty.is_list_typec C s || _ dS )z� Sets the is_list_type of this CustomProperty. Is this property allowed to have list of values :param is_list_type: The is_list_type of this CustomProperty. :type: bool NrT )rI r rK rK rL r � s c C s | j S )z� Gets the is_sortable of this CustomProperty. If this field allows to sort from UI :return: The is_sortable of this CustomProperty. :rtype: bool �r6 rO rK rK rL r � s zCustomProperty.is_sortablec C s || _ dS )z� Sets the is_sortable of this CustomProperty. If this field allows to sort from UI :param is_sortable: The is_sortable of this CustomProperty. :type: bool NrU )rI r rK rK rL r � s c C s | j S )z� Gets the is_filterable of this CustomProperty. If this field allows to filter or create facets from UI :return: The is_filterable of this CustomProperty. :rtype: bool �r7 rO rK rK rL r � s zCustomProperty.is_filterablec C s || _ dS )z� Sets the is_filterable of this CustomProperty. If this field allows to filter or create facets from UI :param is_filterable: The is_filterable of this CustomProperty. :type: bool NrV )rI r rK rK rL r � s c C s | j S )z� Gets the is_multi_valued of this CustomProperty. If this field allows multiple values to be set :return: The is_multi_valued of this CustomProperty. :rtype: bool �r8 rO rK rK rL r � s zCustomProperty.is_multi_valuedc C s || _ dS )z� Sets the is_multi_valued of this CustomProperty. If this field allows multiple values to be set :param is_multi_valued: The is_multi_valued of this CustomProperty. :type: bool NrW )rI r rK rK rL r � s c C s | j S )z� Gets the is_hidden of this CustomProperty. If this field is a hidden field :return: The is_hidden of this CustomProperty. :rtype: bool �r9 rO rK rK rL r � s zCustomProperty.is_hiddenc C s || _ dS )z� Sets the is_hidden of this CustomProperty. If this field is a hidden field :param is_hidden: The is_hidden of this CustomProperty. :type: bool NrX )rI r rK rK rL r � s c C s | j S )z� Gets the is_editable of this CustomProperty. If this field is a editable field :return: The is_editable of this CustomProperty. :rtype: bool �r: rO rK rK rL r! � s zCustomProperty.is_editablec C s || _ dS )z� Sets the is_editable of this CustomProperty. If this field is a editable field :param is_editable: The is_editable of this CustomProperty. :type: bool NrY )rI r! rK rK rL r! s c C s | j S )z� Gets the is_shown_in_list of this CustomProperty. If this field is displayed in a list view of applicable objects. :return: The is_shown_in_list of this CustomProperty. :rtype: bool �r; rO rK rK rL r"