ruạṛ
a N��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 @ s� 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� �Zdd� Zdd� Zdd � Zd!S )"�ConsoleConnectionz" ConsoleConnection model. �ACTIVE�CREATING�DELETED�DELETING�FAILEDc K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) 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 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 �str)�id�compartment_id� db_node_id�connection_string�fingerprint�lifecycle_stater � compartmentId�dbNodeId�connectionStringr �lifecycleStateN)� swagger_types� attribute_map�_id�_compartment_id�_db_node_id�_connection_string�_fingerprint�_lifecycle_state)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/console_connection.py�__init__$ s( !� � zConsoleConnection.__init__c C s | j S )z� **[Required]** Gets the id of this ConsoleConnection. The OCID of the console connection. :return: The id of this ConsoleConnection. :rtype: str �r �r r! r! r"