📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_exadata_insight_details.cpython-39.pyc
a ���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 e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�UpdateExadataInsightDetailsz( The information to be updated. �EM_MANAGED_EXTERNAL_EXADATA�PE_COMANAGED_EXADATAc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new UpdateExadataInsightDetails 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.UpdatePeComanagedExadataInsightDetails` * :class:`~oci.opsi.models.UpdateEmManagedExternalExadataInsightDetails` 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 UpdateExadataInsightDetails. 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 UpdateExadataInsightDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateExadataInsightDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))� entity_source� freeform_tags�defined_tags�entitySourceZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_entity_source�_freeform_tags� _defined_tags)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/opsi/models/update_exadata_insight_details.py�__init__ s ��z$UpdateExadataInsightDetails.__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 Z&UpdatePeComanagedExadataInsightDetailsr Z,UpdateEmManagedExternalExadataInsightDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeB s z'UpdateExadataInsightDetails.get_subtypec C s | j S )aE **[Required]** Gets the entity_source of this UpdateExadataInsightDetails. Source of the Exadata system. Allowed values for this property are: "EM_MANAGED_EXTERNAL_EXADATA", "PE_COMANAGED_EXADATA" :return: The entity_source of this UpdateExadataInsightDetails. :rtype: str )r �r r r r r R s z)UpdateExadataInsightDetails.entity_sourcec C s* ddg}t ||�s td|� ���|| _dS )z� Sets the entity_source of this UpdateExadataInsightDetails. Source of the Exadata system. :param entity_source: The entity_source of this UpdateExadataInsightDetails. :type: str r r z:Invalid value for `entity_source`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r ` s �c C s | j S )a] Gets the freeform_tags of this UpdateExadataInsightDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateExadataInsightDetails. :rtype: dict(str, str) �r r r r r r q s z)UpdateExadataInsightDetails.freeform_tagsc C s || _ dS )ai Sets the freeform_tags of this UpdateExadataInsightDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateExadataInsightDetails. :type: dict(str, str) Nr )r r r r r r ~ s c C s | j S )aW Gets the defined_tags of this UpdateExadataInsightDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this UpdateExadataInsightDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z(UpdateExadataInsightDetails.defined_tagsc C s || _ dS )ab Sets the defined_tags of this UpdateExadataInsightDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this UpdateExadataInsightDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$UpdateExadataInsightDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"UpdateExadataInsightDetails.__eq__c C s | |k S r r r r r r �__ne__� s z"UpdateExadataInsightDetails.__ne__N)�__name__� __module__�__qualname__�__doc__Z)ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATAZ"ENTITY_SOURCE_PE_COMANAGED_EXADATAr �staticmethodr �propertyr �setterr r r r! r"