ruạṛ
a ���f�P � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zd=d>� Zd?d@� ZdAdB� Z dCS )D�DbHomez DbHome model. �PROVISIONING� AVAILABLE�UPDATING�TERMINATING� TERMINATED�FAILEDc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new DbHome 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 DbHome. :type id: str :param compartment_id: The value to assign to the compartment_id property of this DbHome. :type compartment_id: str :param display_name: The value to assign to the display_name property of this DbHome. :type display_name: str :param last_patch_history_entry_id: The value to assign to the last_patch_history_entry_id property of this DbHome. :type last_patch_history_entry_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DbHome. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param db_system_id: The value to assign to the db_system_id property of this DbHome. :type db_system_id: str :param vm_cluster_id: The value to assign to the vm_cluster_id property of this DbHome. :type vm_cluster_id: str :param db_version: The value to assign to the db_version property of this DbHome. :type db_version: str :param db_home_location: The value to assign to the db_home_location property of this DbHome. :type db_home_location: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DbHome. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this DbHome. :type time_created: datetime :param kms_key_id: The value to assign to the kms_key_id property of this DbHome. :type kms_key_id: str :param one_off_patches: The value to assign to the one_off_patches property of this DbHome. :type one_off_patches: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this DbHome. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DbHome. :type defined_tags: dict(str, dict(str, object)) :param database_software_image_id: The value to assign to the database_software_image_id property of this DbHome. :type database_software_image_id: str :param is_unified_auditing_enabled: The value to assign to the is_unified_auditing_enabled property of this DbHome. :type is_unified_auditing_enabled: bool �strZdatetimez list[str]zdict(str, str)zdict(str, dict(str, object))�bool)�id�compartment_id�display_name�last_patch_history_entry_id�lifecycle_state�db_system_id� vm_cluster_id� db_version�db_home_location�lifecycle_details�time_created� kms_key_id�one_off_patches� freeform_tags�defined_tags�database_software_image_id�is_unified_auditing_enabledr Z compartmentIdZdisplayNameZlastPatchHistoryEntryIdZlifecycleStateZ dbSystemIdZvmClusterIdZ dbVersionZdbHomeLocationZlifecycleDetailsZtimeCreatedZkmsKeyIdZ oneOffPatchesZfreeformTagsZdefinedTagsZdatabaseSoftwareImageIdZisUnifiedAuditingEnabledN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_last_patch_history_entry_id�_lifecycle_state� _db_system_id�_vm_cluster_id�_db_version�_db_home_location�_lifecycle_details� _time_created�_kms_key_id�_one_off_patches�_freeform_tags� _defined_tags�_database_software_image_id�_is_unified_auditing_enabled)�self�kwargs� r3 �?/usr/lib/python3.9/site-packages/oci/database/models/db_home.py�__init__* sj M��zDbHome.__init__c C s | j S )z� **[Required]** Gets the id of this DbHome. The `OCID`__ of the Database Home. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this DbHome. :rtype: str �r �r1 r3 r3 r4 r � s z DbHome.idc C s || _ dS )z� Sets the id of this DbHome. The `OCID`__ of the Database Home. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this DbHome. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a **[Required]** Gets the compartment_id of this DbHome. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DbHome. :rtype: str �r! r7 r3 r3 r4 r � s zDbHome.compartment_idc C s || _ dS )a Sets the compartment_id of this DbHome. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DbHome. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the display_name of this DbHome. The user-provided name for the Database Home. The name does not need to be unique. :return: The display_name of this DbHome. :rtype: str �r"