📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: peer_target_database_summary.cpython-39.pyc
a ���f�2 � @ 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 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"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�PeerTargetDatabaseSummaryz? The details of the peer target database in Data Safe. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�NEEDS_ATTENTION�FAILEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new PeerTargetDatabaseSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this PeerTargetDatabaseSummary. :type display_name: str :param description: The value to assign to the description property of this PeerTargetDatabaseSummary. :type description: str :param key: The value to assign to the key property of this PeerTargetDatabaseSummary. :type key: int :param role: The value to assign to the role property of this PeerTargetDatabaseSummary. :type role: str :param database_unique_name: The value to assign to the database_unique_name property of this PeerTargetDatabaseSummary. :type database_unique_name: str :param dataguard_association_id: The value to assign to the dataguard_association_id property of this PeerTargetDatabaseSummary. :type dataguard_association_id: str :param time_created: The value to assign to the time_created property of this PeerTargetDatabaseSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PeerTargetDatabaseSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this PeerTargetDatabaseSummary. :type lifecycle_details: str �str�intZdatetime) �display_name�description�key�role�database_unique_name�dataguard_association_id�time_created�lifecycle_state�lifecycle_detailsZdisplayNamer r r ZdatabaseUniqueNameZdataguardAssociationIdZtimeCreatedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map� _display_name�_description�_key�_role�_database_unique_name�_dataguard_association_id� _time_created�_lifecycle_state�_lifecycle_details)�self�kwargs� r% �U/usr/lib/python3.9/site-packages/oci/data_safe/models/peer_target_database_summary.py�__init__2 s: -� �z"PeerTargetDatabaseSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this PeerTargetDatabaseSummary. The display name of the peer target database in Data Safe. :return: The display_name of this PeerTargetDatabaseSummary. :rtype: str �r �r# r% r% r&