ruạṛ
a ���f9a � @ 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%� �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#e dKdL� �Z$e$jdMdL� �Z$dNdO� Z%dPdQ� Z&dRdS� Z'dTS )U�Replicaz# A DB System read replica. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�NEEDS_ATTENTION�FAILEDc K s� ddddddddddddddddddddddd �| _ d ddd ddddddddddddddddddd �| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!am Initializes a new Replica object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param secure_connections: The value to assign to the secure_connections property of this Replica. :type secure_connections: oci.mysql.models.SecureConnectionDetails :param id: The value to assign to the id property of this Replica. :type id: str :param db_system_id: The value to assign to the db_system_id property of this Replica. :type db_system_id: str :param compartment_id: The value to assign to the compartment_id property of this Replica. :type compartment_id: str :param display_name: The value to assign to the display_name property of this Replica. :type display_name: str :param description: The value to assign to the description property of this Replica. :type description: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Replica. 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 Replica. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Replica. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Replica. :type time_updated: datetime :param mysql_version: The value to assign to the mysql_version property of this Replica. :type mysql_version: str :param availability_domain: The value to assign to the availability_domain property of this Replica. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this Replica. :type fault_domain: str :param ip_address: The value to assign to the ip_address property of this Replica. :type ip_address: str :param port: The value to assign to the port property of this Replica. :type port: int :param port_x: The value to assign to the port_x property of this Replica. :type port_x: int :param freeform_tags: The value to assign to the freeform_tags property of this Replica. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Replica. :type defined_tags: dict(str, dict(str, object)) :param is_delete_protected: The value to assign to the is_delete_protected property of this Replica. :type is_delete_protected: bool :param shape_name: The value to assign to the shape_name property of this Replica. :type shape_name: str :param configuration_id: The value to assign to the configuration_id property of this Replica. :type configuration_id: str :param replica_overrides: The value to assign to the replica_overrides property of this Replica. :type replica_overrides: oci.mysql.models.ReplicaOverrides ZSecureConnectionDetails�strZdatetime�intzdict(str, str)zdict(str, dict(str, object))�boolZReplicaOverrides)�secure_connections�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_overridesZsecureConnectionsr Z dbSystemIdZ compartmentIdZdisplayNamer ZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZmysqlVersionZavailabilityDomainZfaultDomainZ ipAddressr ZportXZfreeformTagsZdefinedTagsZisDeleteProtectedZ shapeNameZconfigurationIdZreplicaOverridesN)Z swagger_typesZ attribute_map�_secure_connections�_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@ �</usr/lib/python3.9/site-packages/oci/mysql/models/replica.py�__init__2 s� a��zReplica.__init__c C s | j S )z� Gets the secure_connections of this Replica. :return: The secure_connections of this Replica. :rtype: oci.mysql.models.SecureConnectionDetails �r( �r>