ruạṛ
a N��f�5 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�CreateDbHomeBasez� Details for creating a Database Home. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �NONE� DB_BACKUP�DATABASE�VM_CLUSTER_BACKUP�VM_CLUSTER_NEWc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateDbHomeBase object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database.models.CreateDbHomeWithDbSystemIdFromDatabaseDetails` * :class:`~oci.database.models.CreateDbHomeWithDbSystemIdFromBackupDetails` * :class:`~oci.database.models.CreateDbHomeWithVmClusterIdFromBackupDetails` * :class:`~oci.database.models.CreateDbHomeWithDbSystemIdDetails` * :class:`~oci.database.models.CreateDbHomeWithVmClusterIdDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDbHomeBase. :type display_name: str :param kms_key_id: The value to assign to the kms_key_id property of this CreateDbHomeBase. :type kms_key_id: str :param kms_key_version_id: The value to assign to the kms_key_version_id property of this CreateDbHomeBase. :type kms_key_version_id: str :param database_software_image_id: The value to assign to the database_software_image_id property of this CreateDbHomeBase. :type database_software_image_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDbHomeBase. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDbHomeBase. :type defined_tags: dict(str, dict(str, object)) :param source: The value to assign to the source property of this CreateDbHomeBase. Allowed values for this property are: "NONE", "DB_BACKUP", "DATABASE", "VM_CLUSTER_BACKUP", "VM_CLUSTER_NEW" :type source: str :param is_desupported_version: The value to assign to the is_desupported_version property of this CreateDbHomeBase. :type is_desupported_version: bool �strzdict(str, str)zdict(str, dict(str, object))�bool)�display_name� kms_key_id�kms_key_version_id�database_software_image_id� freeform_tags�defined_tags�source�is_desupported_version�displayName�kmsKeyId�kmsKeyVersionId�databaseSoftwareImageId�freeformTags�definedTagsr �isDesupportedVersionN) � swagger_types� attribute_map� _display_name�_kms_key_id�_kms_key_version_id�_database_software_image_id�_freeform_tags� _defined_tags�_source�_is_desupported_version)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_db_home_base.py�__init__&