ruạṛ
a N��f�A � @ 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 @ sb e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�"CreateDatabaseSoftwareImageDetailsz� Parameters for creating a database software image in the specified compartment. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �VM_BM_SHAPE� EXADATA_SHAPE�EXACC_SHAPE� GRID_IMAGE�DATABASE_IMAGEc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a^ Initializes a new CreateDatabaseSoftwareImageDetails 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 CreateDatabaseSoftwareImageDetails. :type compartment_id: str :param database_version: The value to assign to the database_version property of this CreateDatabaseSoftwareImageDetails. :type database_version: str :param display_name: The value to assign to the display_name property of this CreateDatabaseSoftwareImageDetails. :type display_name: str :param image_shape_family: The value to assign to the image_shape_family property of this CreateDatabaseSoftwareImageDetails. Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE" :type image_shape_family: str :param image_type: The value to assign to the image_type property of this CreateDatabaseSoftwareImageDetails. Allowed values for this property are: "GRID_IMAGE", "DATABASE_IMAGE" :type image_type: str :param patch_set: The value to assign to the patch_set property of this CreateDatabaseSoftwareImageDetails. :type patch_set: str :param database_software_image_one_off_patches: The value to assign to the database_software_image_one_off_patches property of this CreateDatabaseSoftwareImageDetails. :type database_software_image_one_off_patches: list[str] :param ls_inventory: The value to assign to the ls_inventory property of this CreateDatabaseSoftwareImageDetails. :type ls_inventory: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDatabaseSoftwareImageDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDatabaseSoftwareImageDetails. :type defined_tags: dict(str, dict(str, object)) :param source_db_home_id: The value to assign to the source_db_home_id property of this CreateDatabaseSoftwareImageDetails. :type source_db_home_id: str �strz list[str]zdict(str, str)zdict(str, dict(str, object)))�compartment_id�database_version�display_name�image_shape_family� image_type� patch_set�'database_software_image_one_off_patches�ls_inventory� freeform_tags�defined_tags�source_db_home_id� compartmentId�databaseVersion�displayName�imageShapeFamily� imageType�patchSet�"databaseSoftwareImageOneOffPatches�lsInventory�freeformTags�definedTags�sourceDbHomeIdN) � swagger_types� attribute_map�_compartment_id�_database_version� _display_name�_image_shape_family�_image_type� _patch_set�(_database_software_image_one_off_patches� _ls_inventory�_freeform_tags� _defined_tags�_source_db_home_id)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_database_software_image_details.py�__init__&