ruạṛ
a ���fW � @ 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� DbHomeSummarya� A directory where Oracle Database software is installed. A bare metal or Exadata DB system can have multiple Database Homes and each Database Home can run a different supported version of Oracle Database. A virtual machine DB system can have only one Database Home. For more information, see `Bare Metal and Virtual Machine DB Systems`__ and `Exadata DB Systems`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/Content/Database/Concepts/overview.htm __ https://docs.cloud.oracle.com/Content/Database/Concepts/exaoverview.htm __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �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 )a8 Initializes a new DbHomeSummary 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 DbHomeSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this DbHomeSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this DbHomeSummary. :type display_name: str :param last_patch_history_entry_id: The value to assign to the last_patch_history_entry_id property of this DbHomeSummary. :type last_patch_history_entry_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DbHomeSummary. 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 DbHomeSummary. :type db_system_id: str :param vm_cluster_id: The value to assign to the vm_cluster_id property of this DbHomeSummary. :type vm_cluster_id: str :param db_version: The value to assign to the db_version property of this DbHomeSummary. :type db_version: str :param db_home_location: The value to assign to the db_home_location property of this DbHomeSummary. :type db_home_location: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DbHomeSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this DbHomeSummary. :type time_created: datetime :param kms_key_id: The value to assign to the kms_key_id property of this DbHomeSummary. :type kms_key_id: str :param one_off_patches: The value to assign to the one_off_patches property of this DbHomeSummary. :type one_off_patches: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this DbHomeSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DbHomeSummary. :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 DbHomeSummary. :type database_software_image_id: str :param is_unified_auditing_enabled: The value to assign to the is_unified_auditing_enabled property of this DbHomeSummary. :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 �G/usr/lib/python3.9/site-packages/oci/database/models/db_home_summary.py�__init__6 sj M��zDbHomeSummary.__init__c C s | j S )a **[Required]** Gets the id of this DbHomeSummary. The `OCID`__ of the Database Home. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this DbHomeSummary. :rtype: str �r �r1 r3 r3 r4 r � s zDbHomeSummary.idc C s || _ dS )z� Sets the id of this DbHomeSummary. The `OCID`__ of the Database Home. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this DbHomeSummary. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a **[Required]** Gets the compartment_id of this DbHomeSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DbHomeSummary. :rtype: str �r! r7 r3 r3 r4 r � s zDbHomeSummary.compartment_idc C s || _ dS )a Sets the compartment_id of this DbHomeSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DbHomeSummary. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the display_name of this DbHomeSummary. The user-provided name for the Database Home. The name does not need to be unique. :return: The display_name of this DbHomeSummary. :rtype: str �r"