📂 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
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_database_tools_related_resource_details.pyc
a N��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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�)UpdateDatabaseToolsRelatedResourceDetailsz The related resource �AUTONOMOUSDATABASE�DATABASE�PLUGGABLEDATABASEc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new UpdateDatabaseToolsRelatedResourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this UpdateDatabaseToolsRelatedResourceDetails. Allowed values for this property are: "AUTONOMOUSDATABASE", "DATABASE", "PLUGGABLEDATABASE" :type entity_type: str :param identifier: The value to assign to the identifier property of this UpdateDatabaseToolsRelatedResourceDetails. :type identifier: str �str)�entity_type� identifier� entityTyper N)� swagger_types� attribute_map�_entity_type�_identifier)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/update_database_tools_related_resource_details.py�__init__ s ��z2UpdateDatabaseToolsRelatedResourceDetails.__init__c C s | j S )aJ Gets the entity_type of this UpdateDatabaseToolsRelatedResourceDetails. The resource entity type. Allowed values for this property are: "AUTONOMOUSDATABASE", "DATABASE", "PLUGGABLEDATABASE" :return: The entity_type of this UpdateDatabaseToolsRelatedResourceDetails. :rtype: str )r �r r r r r 8 s z5UpdateDatabaseToolsRelatedResourceDetails.entity_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the entity_type of this UpdateDatabaseToolsRelatedResourceDetails. The resource entity type. :param entity_type: The entity_type of this UpdateDatabaseToolsRelatedResourceDetails. :type: str )r r r z;Invalid value for `entity_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r F s ��c C s | j S )aB Gets the identifier of this UpdateDatabaseToolsRelatedResourceDetails. The `OCID`__ of the related resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The identifier of this UpdateDatabaseToolsRelatedResourceDetails. :rtype: str �r r r r r r X s z4UpdateDatabaseToolsRelatedResourceDetails.identifierc C s || _ dS )aK Sets the identifier of this UpdateDatabaseToolsRelatedResourceDetails. The `OCID`__ of the related resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param identifier: The identifier of this UpdateDatabaseToolsRelatedResourceDetails. :type: str Nr )r r r r r r f s c C s t | �S �N)r r r r r �__repr__t s z2UpdateDatabaseToolsRelatedResourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s z0UpdateDatabaseToolsRelatedResourceDetails.__eq__c C s | |k S r r r r r r �__ne__} s z0UpdateDatabaseToolsRelatedResourceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�ENTITY_TYPE_AUTONOMOUSDATABASE�ENTITY_TYPE_DATABASE�ENTITY_TYPE_PLUGGABLEDATABASEr �propertyr �setterr r r! r"