📂 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
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: replica_summary.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 @ sr 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%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"e dHdI� �Z#e#jdJdI� �Z#dKdL� Z$dMdN� Z%dOdP� Z&dQS )R�ReplicaSummaryz& Summary of the read replica. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�NEEDS_ATTENTION�FAILEDc K s� dddddddddddddddddddddd�| _ d d ddd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )aD Initializes a new ReplicaSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ReplicaSummary. :type id: str :param db_system_id: The value to assign to the db_system_id property of this ReplicaSummary. :type db_system_id: str :param compartment_id: The value to assign to the compartment_id property of this ReplicaSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ReplicaSummary. :type display_name: str :param description: The value to assign to the description property of this ReplicaSummary. :type description: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ReplicaSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "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 ReplicaSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ReplicaSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ReplicaSummary. :type time_updated: datetime :param mysql_version: The value to assign to the mysql_version property of this ReplicaSummary. :type mysql_version: str :param availability_domain: The value to assign to the availability_domain property of this ReplicaSummary. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this ReplicaSummary. :type fault_domain: str :param ip_address: The value to assign to the ip_address property of this ReplicaSummary. :type ip_address: str :param port: The value to assign to the port property of this ReplicaSummary. :type port: int :param port_x: The value to assign to the port_x property of this ReplicaSummary. :type port_x: int :param freeform_tags: The value to assign to the freeform_tags property of this ReplicaSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ReplicaSummary. :type defined_tags: dict(str, dict(str, object)) :param is_delete_protected: The value to assign to the is_delete_protected property of this ReplicaSummary. :type is_delete_protected: bool :param shape_name: The value to assign to the shape_name property of this ReplicaSummary. :type shape_name: str :param configuration_id: The value to assign to the configuration_id property of this ReplicaSummary. :type configuration_id: str :param replica_overrides: The value to assign to the replica_overrides property of this ReplicaSummary. :type replica_overrides: oci.mysql.models.ReplicaOverrides �strZdatetime�intzdict(str, str)zdict(str, dict(str, object))�boolZReplicaOverrides)�id�db_system_id�compartment_id�display_name�description�lifecycle_state�lifecycle_details�time_created�time_updated� mysql_version�availability_domain�fault_domain� ip_address�port�port_x� freeform_tags�defined_tags�is_delete_protected� shape_name�configuration_id�replica_overridesr Z dbSystemIdZ compartmentIdZdisplayNamer ZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZmysqlVersionZavailabilityDomainZfaultDomainZ ipAddressr ZportXZfreeformTagsZdefinedTagsZisDeleteProtectedZ shapeNameZconfigurationIdZreplicaOverridesN)Z swagger_typesZ attribute_map�_id� _db_system_id�_compartment_id� _display_name�_description�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_mysql_version�_availability_domain� _fault_domain�_ip_address�_port�_port_x�_freeform_tags� _defined_tags�_is_delete_protected�_shape_name�_configuration_id�_replica_overrides)�self�kwargs� r>