📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: glossary_summary.pyc
a N��f�E � @ 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 Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Z d8d9� Z!d:S );�GlossarySummarya9 Summary of a glossary. A glossary of business terms, such as 'Customer', 'Account', 'Contact', 'Address', or 'Product', with definitions, used to provide common meaning across disparate data assets. Business glossaries may be hierarchical where some terms may contain child terms to allow them to be used as 'taxonomies'. By linking data assets, data entities, and attributes to glossaries and glossary terms, the glossary can act as a way of organizing data catalog objects in a hierarchy to make a large number of objects more navigable and easier to consume. Objects in the data catalog, such as data assets or data entities, may be linked to any level in the glossary, so that the glossary can be used to browse the available data according to the business model of the organization. �NEW�APPROVED�UNDER_REVIEW� ESCALATED�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� ddddddddddddd�| _ dddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new GlossarySummary 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 GlossarySummary. :type key: str :param display_name: The value to assign to the display_name property of this GlossarySummary. :type display_name: str :param catalog_id: The value to assign to the catalog_id property of this GlossarySummary. :type catalog_id: str :param time_created: The value to assign to the time_created property of this GlossarySummary. :type time_created: datetime :param description: The value to assign to the description property of this GlossarySummary. :type description: str :param uri: The value to assign to the uri property of this GlossarySummary. :type uri: str :param workflow_status: The value to assign to the workflow_status property of this GlossarySummary. Allowed values for this property are: "NEW", "APPROVED", "UNDER_REVIEW", "ESCALATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type workflow_status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this GlossarySummary. 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 import_job_definition_key: The value to assign to the import_job_definition_key property of this GlossarySummary. :type import_job_definition_key: str :param import_job_key: The value to assign to the import_job_key property of this GlossarySummary. :type import_job_key: str :param latest_import_job_execution_key: The value to assign to the latest_import_job_execution_key property of this GlossarySummary. :type latest_import_job_execution_key: str :param latest_import_job_execution_status: The value to assign to the latest_import_job_execution_status property of this GlossarySummary. :type latest_import_job_execution_status: str �str�datetime)�key�display_name� catalog_id�time_created�description�uri�workflow_status�lifecycle_state�import_job_definition_key�import_job_key�latest_import_job_execution_key�"latest_import_job_execution_statusr �displayName� catalogId�timeCreatedr r �workflowStatus�lifecycleState�importJobDefinitionKey�importJobKey�latestImportJobExecutionKey�latestImportJobExecutionStatusN)� swagger_types� attribute_map�_key� _display_name�_catalog_id� _time_created�_description�_uri�_workflow_status�_lifecycle_state�_import_job_definition_key�_import_job_key� _latest_import_job_execution_key�#_latest_import_job_execution_status)�self�kwargs� r: ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/glossary_summary.py�__init__G sL ;��zGlossarySummary.__init__c C s | j S )z� **[Required]** Gets the key of this GlossarySummary. Unique glossary key that is immutable. :return: The key of this GlossarySummary. :rtype: str �r, �r8 r: r: r; r � s zGlossarySummary.keyc C s || _ dS )z� Sets the key of this GlossarySummary. Unique glossary key that is immutable. :param key: The key of this GlossarySummary. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )a Gets the display_name of this GlossarySummary. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this GlossarySummary. :rtype: str �r- r>