📂 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_data_guard_association_details.cpython-39.opt-1.pyc
a ���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 @ s$ e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�!CreateDataGuardAssociationDetailsz� The configuration details for creating a Data Guard association between databases. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �MAXIMUM_AVAILABILITY�MAXIMUM_PERFORMANCE�MAXIMUM_PROTECTION�SYNC�ASYNC�FASTSYNCc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a> Initializes a new CreateDataGuardAssociationDetails 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.CreateDataGuardAssociationWithNewDbSystemDetails` * :class:`~oci.database.models.CreateDataGuardAssociationToExistingVmClusterDetails` * :class:`~oci.database.models.CreateDataGuardAssociationToExistingDbSystemDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_software_image_id: The value to assign to the database_software_image_id property of this CreateDataGuardAssociationDetails. :type database_software_image_id: str :param database_admin_password: The value to assign to the database_admin_password property of this CreateDataGuardAssociationDetails. :type database_admin_password: str :param protection_mode: The value to assign to the protection_mode property of this CreateDataGuardAssociationDetails. Allowed values for this property are: "MAXIMUM_AVAILABILITY", "MAXIMUM_PERFORMANCE", "MAXIMUM_PROTECTION" :type protection_mode: str :param transport_type: The value to assign to the transport_type property of this CreateDataGuardAssociationDetails. Allowed values for this property are: "SYNC", "ASYNC", "FASTSYNC" :type transport_type: str :param creation_type: The value to assign to the creation_type property of this CreateDataGuardAssociationDetails. :type creation_type: str :param is_active_data_guard_enabled: The value to assign to the is_active_data_guard_enabled property of this CreateDataGuardAssociationDetails. :type is_active_data_guard_enabled: bool :param peer_db_unique_name: The value to assign to the peer_db_unique_name property of this CreateDataGuardAssociationDetails. :type peer_db_unique_name: str :param peer_sid_prefix: The value to assign to the peer_sid_prefix property of this CreateDataGuardAssociationDetails. :type peer_sid_prefix: str �str�bool)�database_software_image_id�database_admin_password�protection_mode�transport_type� creation_type�is_active_data_guard_enabled�peer_db_unique_name�peer_sid_prefixZdatabaseSoftwareImageIdZdatabaseAdminPasswordZprotectionModeZ transportType�creationTypeZisActiveDataGuardEnabledZpeerDbUniqueNameZ peerSidPrefixN) Z swagger_typesZ attribute_map�_database_software_image_id�_database_admin_password�_protection_mode�_transport_type�_creation_type�_is_active_data_guard_enabled�_peer_db_unique_name�_peer_sid_prefix)�self�kwargs� r"