📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_asm_serviced_database.cpython-39.opt-1.pyc
a ���fP3 � @ 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 dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ExternalAsmServicedDatabasez@ The details of a database serviced by an external ASM. � EXTERNAL_SIDB�EXTERNAL_RAC� CLOUD_SIDB� CLOUD_RAC�SHARED� DEDICATED�CDB�PDB�NON_CDB�ACD�ADBc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ExternalAsmServicedDatabase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param disk_groups: The value to assign to the disk_groups property of this ExternalAsmServicedDatabase. :type disk_groups: list[str] :param id: The value to assign to the id property of this ExternalAsmServicedDatabase. :type id: str :param display_name: The value to assign to the display_name property of this ExternalAsmServicedDatabase. :type display_name: str :param db_unique_name: The value to assign to the db_unique_name property of this ExternalAsmServicedDatabase. :type db_unique_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalAsmServicedDatabase. :type compartment_id: str :param database_type: The value to assign to the database_type property of this ExternalAsmServicedDatabase. Allowed values for this property are: "EXTERNAL_SIDB", "EXTERNAL_RAC", "CLOUD_SIDB", "CLOUD_RAC", "SHARED", "DEDICATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_type: str :param database_sub_type: The value to assign to the database_sub_type property of this ExternalAsmServicedDatabase. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_sub_type: str :param is_managed: The value to assign to the is_managed property of this ExternalAsmServicedDatabase. :type is_managed: bool z list[str]�str�bool)�disk_groups�id�display_name�db_unique_name�compartment_id� database_type�database_sub_type� is_managedZ diskGroupsr ZdisplayNameZdbUniqueNameZ compartmentIdZdatabaseTypeZdatabaseSubTypeZ isManagedN) Z swagger_typesZ attribute_map�_disk_groups�_id� _display_name�_db_unique_name�_compartment_id�_database_type�_database_sub_type�_is_managed)�self�kwargs� r&