📂 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
›
recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/recovery/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: fetch_protected_database_configuration_details.cpython-39.pyc
a ���f� � @ 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 � �Zejdd � �Zdd � Z dd� Zdd� ZdS )�*FetchProtectedDatabaseConfigurationDetailsz6 Provides which configuration details to get. �CABUNDLE�TNSNAMES�HOSTS�RCVCONF�ALLc K s ddi| _ ddi| _d| _dS )a Initializes a new FetchProtectedDatabaseConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param configuration_type: The value to assign to the configuration_type property of this FetchProtectedDatabaseConfigurationDetails. Allowed values for this property are: "CABUNDLE", "TNSNAMES", "HOSTS", "RCVCONF", "ALL" :type configuration_type: str �configuration_type�strZconfigurationTypeN)Z swagger_typesZ attribute_map�_configuration_type)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/recovery/models/fetch_protected_database_configuration_details.py�__init__&