ruạṛ
a ���f�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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#dGdH� Z$dIdJ� Z%dKdL� Z&dMS )N�ExternalClusterInstancez6 The details of an external cluster instance. �HUB�LEAF�CREATING� NOT_CONNECTED�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddddddd�| _ dddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new ExternalClusterInstance 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 ExternalClusterInstance. :type id: str :param display_name: The value to assign to the display_name property of this ExternalClusterInstance. :type display_name: str :param component_name: The value to assign to the component_name property of this ExternalClusterInstance. :type component_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalClusterInstance. :type compartment_id: str :param external_cluster_id: The value to assign to the external_cluster_id property of this ExternalClusterInstance. :type external_cluster_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalClusterInstance. :type external_db_system_id: str :param external_db_node_id: The value to assign to the external_db_node_id property of this ExternalClusterInstance. :type external_db_node_id: str :param external_connector_id: The value to assign to the external_connector_id property of this ExternalClusterInstance. :type external_connector_id: str :param host_name: The value to assign to the host_name property of this ExternalClusterInstance. :type host_name: str :param node_role: The value to assign to the node_role property of this ExternalClusterInstance. Allowed values for this property are: "HUB", "LEAF", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type node_role: str :param crs_base_directory: The value to assign to the crs_base_directory property of this ExternalClusterInstance. :type crs_base_directory: str :param adr_home_directory: The value to assign to the adr_home_directory property of this ExternalClusterInstance. :type adr_home_directory: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalClusterInstance. Allowed values for this property are: "CREATING", "NOT_CONNECTED", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "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 ExternalClusterInstance. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ExternalClusterInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalClusterInstance. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ExternalClusterInstance. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalClusterInstance. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalClusterInstance. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�component_name�compartment_id�external_cluster_id�external_db_system_id�external_db_node_id�external_connector_id� host_name� node_role�crs_base_directory�adr_home_directory�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ componentNameZ compartmentIdZexternalClusterIdZexternalDbSystemIdZexternalDbNodeIdZexternalConnectorIdZhostNameZnodeRoleZcrsBaseDirectoryZadrHomeDirectoryZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_component_name�_compartment_id�_external_cluster_id�_external_db_system_id�_external_db_node_id�_external_connector_id� _host_name� _node_role�_crs_base_directory�_adr_home_directory�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r: �\/usr/lib/python3.9/site-packages/oci/database_management/models/external_cluster_instance.py�__init__: sv W��z ExternalClusterInstance.__init__c C s | j S )a& **[Required]** Gets the id of this ExternalClusterInstance. The `OCID`__ of the external cluster instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalClusterInstance. :rtype: str �r% �r8 r: r: r; r � s zExternalClusterInstance.idc C s || _ dS )a Sets the id of this ExternalClusterInstance. The `OCID`__ of the external cluster instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalClusterInstance. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )a **[Required]** Gets the display_name of this ExternalClusterInstance. The user-friendly name for the cluster instance. The name does not have to be unique. :return: The display_name of this ExternalClusterInstance. :rtype: str �r&