📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: autonomous_container_database_version_summary.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�)AutonomousContainerDatabaseVersionSummaryz4 The supported Autonomous Database version. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AutonomousContainerDatabaseVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this AutonomousContainerDatabaseVersionSummary. :type version: str :param details: The value to assign to the details property of this AutonomousContainerDatabaseVersionSummary. :type details: str :param supported_apps: The value to assign to the supported_apps property of this AutonomousContainerDatabaseVersionSummary. :type supported_apps: list[oci.database.models.AppVersionSummary] �strzlist[AppVersionSummary])�version�details�supported_appsr r Z supportedAppsN)Z swagger_typesZ attribute_map�_version�_details�_supported_apps)�self�kwargs� r �e/usr/lib/python3.9/site-packages/oci/database/models/autonomous_container_database_version_summary.py�__init__ s ��z2AutonomousContainerDatabaseVersionSummary.__init__c C s | j S )a% **[Required]** Gets the version of this AutonomousContainerDatabaseVersionSummary. A valid Oracle Database version for provisioning an Autonomous Container Database. :return: The version of this AutonomousContainerDatabaseVersionSummary. :rtype: str �r �r r r r r 4 s z1AutonomousContainerDatabaseVersionSummary.versionc C s || _ dS )a Sets the version of this AutonomousContainerDatabaseVersionSummary. A valid Oracle Database version for provisioning an Autonomous Container Database. :param version: The version of this AutonomousContainerDatabaseVersionSummary. :type: str Nr )r r r r r r @ s c C s | j S )a Gets the details of this AutonomousContainerDatabaseVersionSummary. A URL that points to a detailed description of the Autonomous Container Database version. :return: The details of this AutonomousContainerDatabaseVersionSummary. :rtype: str �r r r r r r L s z1AutonomousContainerDatabaseVersionSummary.detailsc C s || _ dS )a# Sets the details of this AutonomousContainerDatabaseVersionSummary. A URL that points to a detailed description of the Autonomous Container Database version. :param details: The details of this AutonomousContainerDatabaseVersionSummary. :type: str Nr )r r r r r r X s c C s | j S )aB **[Required]** Gets the supported_apps of this AutonomousContainerDatabaseVersionSummary. The list of applications supported for the given version. :return: The supported_apps of this AutonomousContainerDatabaseVersionSummary. :rtype: list[oci.database.models.AppVersionSummary] �r r r r r r d s z8AutonomousContainerDatabaseVersionSummary.supported_appsc C s || _ dS )a@ Sets the supported_apps of this AutonomousContainerDatabaseVersionSummary. The list of applications supported for the given version. :param supported_apps: The supported_apps of this AutonomousContainerDatabaseVersionSummary. :type: list[oci.database.models.AppVersionSummary] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z2AutonomousContainerDatabaseVersionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z0AutonomousContainerDatabaseVersionSummary.__eq__c C s | |k S r r r r r r �__ne__� s z0AutonomousContainerDatabaseVersionSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"