📂 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_database_software_image_summary.cpython-39.opt-1.pyc
a ���f B � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�&AutonomousDatabaseSoftwareImageSummaryz� The Database service supports the creation of Autonomous Database Software Images for use in creating Autonomous Container Database. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a) Initializes a new AutonomousDatabaseSoftwareImageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AutonomousDatabaseSoftwareImageSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AutonomousDatabaseSoftwareImageSummary. :type compartment_id: str :param database_version: The value to assign to the database_version property of this AutonomousDatabaseSoftwareImageSummary. :type database_version: str :param display_name: The value to assign to the display_name property of this AutonomousDatabaseSoftwareImageSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutonomousDatabaseSoftwareImageSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AutonomousDatabaseSoftwareImageSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this AutonomousDatabaseSoftwareImageSummary. :type time_created: datetime :param release_update: The value to assign to the release_update property of this AutonomousDatabaseSoftwareImageSummary. :type release_update: str :param freeform_tags: The value to assign to the freeform_tags property of this AutonomousDatabaseSoftwareImageSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AutonomousDatabaseSoftwareImageSummary. :type defined_tags: dict(str, dict(str, object)) :param autonomous_dsi_one_off_patches: The value to assign to the autonomous_dsi_one_off_patches property of this AutonomousDatabaseSoftwareImageSummary. :type autonomous_dsi_one_off_patches: list[str] :param image_shape_family: The value to assign to the image_shape_family property of this AutonomousDatabaseSoftwareImageSummary. :type image_shape_family: str :param dst_file_version: The value to assign to the dst_file_version property of this AutonomousDatabaseSoftwareImageSummary. :type dst_file_version: str �strZdatetimezdict(str, str)zdict(str, dict(str, object))z list[str]) �id�compartment_id�database_version�display_name�lifecycle_state�lifecycle_details�time_created�release_update� freeform_tags�defined_tags�autonomous_dsi_one_off_patches�image_shape_family�dst_file_versionr Z compartmentIdZdatabaseVersionZdisplayNameZlifecycleStateZlifecycleDetailsZtimeCreatedZ releaseUpdateZfreeformTagsZdefinedTagsZautonomousDsiOneOffPatchesZimageShapeFamilyZdstFileVersionN)Z swagger_typesZ attribute_map�_id�_compartment_id�_database_version� _display_name�_lifecycle_state�_lifecycle_details� _time_created�_release_update�_freeform_tags� _defined_tags�_autonomous_dsi_one_off_patches�_image_shape_family�_dst_file_version)�self�kwargs� r$ �b/usr/lib/python3.9/site-packages/oci/database/models/autonomous_database_software_image_summary.py�__init__ sR ;��z/AutonomousDatabaseSoftwareImageSummary.__init__c C s | j S )aM **[Required]** Gets the id of this AutonomousDatabaseSoftwareImageSummary. The `OCID`__ of the Autonomous Database Software Image. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousDatabaseSoftwareImageSummary. :rtype: str �r �r"