📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_em_managed_external_exadata_insight_details.pyc
a O��fq � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateExadataInsightDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�,UpdateEmManagedExternalExadataInsightDetailsz( The information to be updated. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a( Initializes a new UpdateEmManagedExternalExadataInsightDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.UpdateEmManagedExternalExadataInsightDetails.entity_source` attribute of this class is ``EM_MANAGED_EXTERNAL_EXADATA`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_source: The value to assign to the entity_source property of this UpdateEmManagedExternalExadataInsightDetails. Allowed values for this property are: "EM_MANAGED_EXTERNAL_EXADATA", "PE_COMANAGED_EXADATA" :type entity_source: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateEmManagedExternalExadataInsightDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateEmManagedExternalExadataInsightDetails. :type defined_tags: dict(str, dict(str, object)) :param is_auto_sync_enabled: The value to assign to the is_auto_sync_enabled property of this UpdateEmManagedExternalExadataInsightDetails. :type is_auto_sync_enabled: bool �strzdict(str, str)zdict(str, dict(str, object))�bool)� entity_source� freeform_tags�defined_tags�is_auto_sync_enabled�entitySource�freeformTags�definedTags�isAutoSyncEnabledN�EM_MANAGED_EXTERNAL_EXADATA)� swagger_types� attribute_map�_entity_source�_freeform_tags� _defined_tags�_is_auto_sync_enabled)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/update_em_managed_external_exadata_insight_details.py�__init__ s ��z5UpdateEmManagedExternalExadataInsightDetails.__init__c C s | j S )a� Gets the is_auto_sync_enabled of this UpdateEmManagedExternalExadataInsightDetails. Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight. :return: The is_auto_sync_enabled of this UpdateEmManagedExternalExadataInsightDetails. :rtype: bool �r �r r r r r <