📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_insights_data_object_summary.pyc
a O��f+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OpsiDataObjectSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )� ExadataInsightsDataObjectSummaryz5 Summary of an exadata insights data object. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ExadataInsightsDataObjectSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.ExadataInsightsDataObjectSummary.data_object_type` attribute of this class is ``EXADATA_INSIGHTS_DATA_OBJECT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param identifier: The value to assign to the identifier property of this ExadataInsightsDataObjectSummary. :type identifier: str :param data_object_type: The value to assign to the data_object_type property of this ExadataInsightsDataObjectSummary. Allowed values for this property are: "DATABASE_INSIGHTS_DATA_OBJECT", "HOST_INSIGHTS_DATA_OBJECT", "EXADATA_INSIGHTS_DATA_OBJECT" :type data_object_type: str :param display_name: The value to assign to the display_name property of this ExadataInsightsDataObjectSummary. :type display_name: str :param description: The value to assign to the description property of this ExadataInsightsDataObjectSummary. :type description: str �str)� identifier�data_object_type�display_name�descriptionr �dataObjectType�displayNamer N�EXADATA_INSIGHTS_DATA_OBJECT)� swagger_types� attribute_map�_identifier�_data_object_type� _display_name�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_insights_data_object_summary.py�__init__ s ��z)ExadataInsightsDataObjectSummary.__init__c C s t | �S �N)r )r r r r �__repr__<