ruạṛ
a ���f74 � @ 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 @ sH e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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 ).�ConsoleConnectionz" ConsoleConnection model. �ACTIVE�CREATING�DELETED�DELETING�FAILEDc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new ConsoleConnection 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 ConsoleConnection. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ConsoleConnection. :type compartment_id: str :param db_node_id: The value to assign to the db_node_id property of this ConsoleConnection. :type db_node_id: str :param connection_string: The value to assign to the connection_string property of this ConsoleConnection. :type connection_string: str :param fingerprint: The value to assign to the fingerprint property of this ConsoleConnection. :type fingerprint: str :param service_host_key_fingerprint: The value to assign to the service_host_key_fingerprint property of this ConsoleConnection. :type service_host_key_fingerprint: str :param freeform_tags: The value to assign to the freeform_tags property of this ConsoleConnection. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConsoleConnection. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_details: The value to assign to the lifecycle_details property of this ConsoleConnection. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ConsoleConnection. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �strzdict(str, str)zdict(str, dict(str, object))) �id�compartment_id� db_node_id�connection_string�fingerprint�service_host_key_fingerprint� freeform_tags�defined_tags�lifecycle_details�lifecycle_stater Z compartmentIdZdbNodeIdZconnectionStringr ZserviceHostKeyFingerprintZfreeformTagsZdefinedTagsZlifecycleDetailsZlifecycleStateN)Z swagger_typesZ attribute_map�_id�_compartment_id�_db_node_id�_connection_string�_fingerprint�_service_host_key_fingerprint�_freeform_tags� _defined_tags�_lifecycle_details�_lifecycle_state)�self�kwargs� r# �J/usr/lib/python3.9/site-packages/oci/database/models/console_connection.py�__init__&