📂 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: create_autonomous_database_software_image_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� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�,CreateAutonomousDatabaseSoftwareImageDetailszF Parameters for creating a Autonomous Database Software Image � EXADATA_SHAPE�EXACC_SHAPEc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateAutonomousDatabaseSoftwareImageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateAutonomousDatabaseSoftwareImageDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateAutonomousDatabaseSoftwareImageDetails. :type display_name: str :param source_cdb_id: The value to assign to the source_cdb_id property of this CreateAutonomousDatabaseSoftwareImageDetails. :type source_cdb_id: str :param image_shape_family: The value to assign to the image_shape_family property of this CreateAutonomousDatabaseSoftwareImageDetails. Allowed values for this property are: "EXADATA_SHAPE", "EXACC_SHAPE" :type image_shape_family: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateAutonomousDatabaseSoftwareImageDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAutonomousDatabaseSoftwareImageDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name� source_cdb_id�image_shape_family� freeform_tags�defined_tagsZ compartmentIdZdisplayNameZsourceCdbIdZimageShapeFamilyZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_source_cdb_id�_image_shape_family�_freeform_tags� _defined_tags)�self�kwargs� r �i/usr/lib/python3.9/site-packages/oci/database/models/create_autonomous_database_software_image_details.py�__init__ s( � � z5CreateAutonomousDatabaseSoftwareImageDetails.__init__c C s | j S )aZ **[Required]** Gets the compartment_id of this CreateAutonomousDatabaseSoftwareImageDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: str �r �r r r r r R s z;CreateAutonomousDatabaseSoftwareImageDetails.compartment_idc C s || _ dS )aX Sets the compartment_id of this CreateAutonomousDatabaseSoftwareImageDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateAutonomousDatabaseSoftwareImageDetails. :type: str Nr )r r r r r r ` s c C s | j S )aJ **[Required]** Gets the display_name of this CreateAutonomousDatabaseSoftwareImageDetails. The user-friendly name for the Autonomous Database Software Image. The name does not have to be unique. :return: The display_name of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: str �r r r r r r n s z9CreateAutonomousDatabaseSoftwareImageDetails.display_namec C s || _ dS )aF Sets the display_name of this CreateAutonomousDatabaseSoftwareImageDetails. The user-friendly name for the Autonomous Database Software Image. The name does not have to be unique. :param display_name: The display_name of this CreateAutonomousDatabaseSoftwareImageDetails. :type: str Nr )r r r r r r z s c C s | j S )a� **[Required]** Gets the source_cdb_id of this CreateAutonomousDatabaseSoftwareImageDetails. The source Autonomous Container Database `OCID`__ from which to create Autonomous Database Software Image. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The source_cdb_id of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: str �r r r r r r � s z:CreateAutonomousDatabaseSoftwareImageDetails.source_cdb_idc C s || _ dS )a� Sets the source_cdb_id of this CreateAutonomousDatabaseSoftwareImageDetails. The source Autonomous Container Database `OCID`__ from which to create Autonomous Database Software Image. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param source_cdb_id: The source_cdb_id of this CreateAutonomousDatabaseSoftwareImageDetails. :type: str Nr )r r r r r r � s c C s | j S )ab **[Required]** Gets the image_shape_family of this CreateAutonomousDatabaseSoftwareImageDetails. To what shape the image is meant for. Allowed values for this property are: "EXADATA_SHAPE", "EXACC_SHAPE" :return: The image_shape_family of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: str )r r r r r r � s z?CreateAutonomousDatabaseSoftwareImageDetails.image_shape_familyc C s* ddg}t ||�s td|� ���|| _dS )a Sets the image_shape_family of this CreateAutonomousDatabaseSoftwareImageDetails. To what shape the image is meant for. :param image_shape_family: The image_shape_family of this CreateAutonomousDatabaseSoftwareImageDetails. :type: str r r z?Invalid value for `image_shape_family`, 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 CreateAutonomousDatabaseSoftwareImageDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: dict(str, str) �r r r r r r � s z:CreateAutonomousDatabaseSoftwareImageDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this CreateAutonomousDatabaseSoftwareImageDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateAutonomousDatabaseSoftwareImageDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateAutonomousDatabaseSoftwareImageDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateAutonomousDatabaseSoftwareImageDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z9CreateAutonomousDatabaseSoftwareImageDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateAutonomousDatabaseSoftwareImageDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateAutonomousDatabaseSoftwareImageDetails. :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 z5CreateAutonomousDatabaseSoftwareImageDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z3CreateAutonomousDatabaseSoftwareImageDetails.__eq__c C s | |k S r"