📂 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_database_software_image_details.cpython-39.pyc
a ���f�B � @ 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 @ sf 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�"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� EXADBXS_SHAPE� GRID_IMAGE�DATABASE_IMAGEc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )ao 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", "EXADBXS_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_idZ compartmentIdZdatabaseVersionZdisplayNameZimageShapeFamilyZ imageTypeZpatchSetZ"databaseSoftwareImageOneOffPatchesZlsInventoryZfreeformTagsZdefinedTagsZsourceDbHomeIdN) Z swagger_typesZ 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� r&