ruạṛ
a ���f�i � @ 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�ExternalClusterz- The details of an external cluster. �CREATING� NOT_CONNECTED�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddddddddd �| _ d ddd dddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ExternalCluster 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 ExternalCluster. :type id: str :param display_name: The value to assign to the display_name property of this ExternalCluster. :type display_name: str :param component_name: The value to assign to the component_name property of this ExternalCluster. :type component_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalCluster. :type compartment_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalCluster. :type external_db_system_id: str :param external_connector_id: The value to assign to the external_connector_id property of this ExternalCluster. :type external_connector_id: str :param grid_home: The value to assign to the grid_home property of this ExternalCluster. :type grid_home: str :param is_flex_cluster: The value to assign to the is_flex_cluster property of this ExternalCluster. :type is_flex_cluster: bool :param additional_details: The value to assign to the additional_details property of this ExternalCluster. :type additional_details: dict(str, str) :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalCluster. 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 ExternalCluster. :type lifecycle_details: str :param network_configurations: The value to assign to the network_configurations property of this ExternalCluster. :type network_configurations: list[oci.database_management.models.ExternalClusterNetworkConfiguration] :param vip_configurations: The value to assign to the vip_configurations property of this ExternalCluster. :type vip_configurations: list[oci.database_management.models.ExternalClusterVipConfiguration] :param scan_configurations: The value to assign to the scan_configurations property of this ExternalCluster. :type scan_configurations: list[oci.database_management.models.ExternalClusterScanListenerConfiguration] :param ocr_file_location: The value to assign to the ocr_file_location property of this ExternalCluster. :type ocr_file_location: str :param time_created: The value to assign to the time_created property of this ExternalCluster. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalCluster. :type time_updated: datetime :param version: The value to assign to the version property of this ExternalCluster. :type version: str :param freeform_tags: The value to assign to the freeform_tags property of this ExternalCluster. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalCluster. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalCluster. :type system_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)z)list[ExternalClusterNetworkConfiguration]z%list[ExternalClusterVipConfiguration]z.list[ExternalClusterScanListenerConfiguration]Zdatetimezdict(str, dict(str, object)))�id�display_name�component_name�compartment_id�external_db_system_id�external_connector_id� grid_home�is_flex_cluster�additional_details�lifecycle_state�lifecycle_details�network_configurations�vip_configurations�scan_configurations�ocr_file_location�time_created�time_updated�version� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ componentNameZ compartmentIdZexternalDbSystemIdZexternalConnectorIdZgridHomeZ isFlexClusterZadditionalDetailsZlifecycleStateZlifecycleDetailsZnetworkConfigurationsZvipConfigurationsZscanConfigurationsZocrFileLocationZtimeCreatedZtimeUpdatedr"