📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enable_database_insight_details.pyc
a O��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� �Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�EnableDatabaseInsightDetailsz8 The information about database to be analyzed. �EM_MANAGED_EXTERNAL_DATABASE�PE_COMANAGED_DATABASEc K s ddi| _ ddi| _d| _dS )a3 Initializes a new EnableDatabaseInsightDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.opsi.models.EnableEmManagedExternalDatabaseInsightDetails` * :class:`~oci.opsi.models.EnablePeComanagedDatabaseInsightDetails` 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 EnableDatabaseInsightDetails. Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE" :type entity_source: str � entity_source�str�entitySourceN)� swagger_types� attribute_map�_entity_source)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/enable_database_insight_details.py�__init__ s ��z%EnableDatabaseInsightDetails.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �-EnableEmManagedExternalDatabaseInsightDetailsr �'EnablePeComanagedDatabaseInsightDetailsr Nr )�object_dictionary�typer r r �get_subtype2 s z(EnableDatabaseInsightDetails.get_subtypec C s | j S )aJ **[Required]** Gets the entity_source of this EnableDatabaseInsightDetails. Source of the database entity. Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE" :return: The entity_source of this EnableDatabaseInsightDetails. :rtype: str )r �r r r r r B s z*EnableDatabaseInsightDetails.entity_sourcec C s* ddg}t ||�s td�|���|| _dS )z� Sets the entity_source of this EnableDatabaseInsightDetails. Source of the database entity. :param entity_source: The entity_source of this EnableDatabaseInsightDetails. :type: str r r z=Invalid value for `entity_source`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r P s ��c C s t | �S �N)r r r r r �__repr__b s z%EnableDatabaseInsightDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__e s z#EnableDatabaseInsightDetails.__eq__c C s | |k S r r r r r r �__ne__k s z#EnableDatabaseInsightDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�*ENTITY_SOURCE_EM_MANAGED_EXTERNAL_DATABASE�#ENTITY_SOURCE_PE_COMANAGED_DATABASEr �staticmethodr �propertyr �setterr r"