ruạṛ
a ���f�Y � @ 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 dBdC� Z!dDdE� Z"dFdG� Z#dHS )I�ExternalDbNodez3 The details of an external database node. �CREATING� NOT_CONNECTED�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new ExternalDbNode 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 ExternalDbNode. :type id: str :param display_name: The value to assign to the display_name property of this ExternalDbNode. :type display_name: str :param component_name: The value to assign to the component_name property of this ExternalDbNode. :type component_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalDbNode. :type compartment_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalDbNode. :type external_db_system_id: str :param external_connector_id: The value to assign to the external_connector_id property of this ExternalDbNode. :type external_connector_id: str :param host_name: The value to assign to the host_name property of this ExternalDbNode. :type host_name: str :param cpu_core_count: The value to assign to the cpu_core_count property of this ExternalDbNode. :type cpu_core_count: float :param memory_size_in_gbs: The value to assign to the memory_size_in_gbs property of this ExternalDbNode. :type memory_size_in_gbs: float :param additional_details: The value to assign to the additional_details property of this ExternalDbNode. :type additional_details: dict(str, str) :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalDbNode. 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 ExternalDbNode. :type lifecycle_details: str :param domain_name: The value to assign to the domain_name property of this ExternalDbNode. :type domain_name: str :param time_created: The value to assign to the time_created property of this ExternalDbNode. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalDbNode. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ExternalDbNode. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalDbNode. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalDbNode. :type system_tags: dict(str, dict(str, object)) �str�floatzdict(str, str)Zdatetimezdict(str, dict(str, object)))�id�display_name�component_name�compartment_id�external_db_system_id�external_connector_id� host_name�cpu_core_count�memory_size_in_gbs�additional_details�lifecycle_state�lifecycle_details�domain_name�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ componentNameZ compartmentIdZexternalDbSystemIdZexternalConnectorIdZhostNameZcpuCoreCountZmemorySizeInGBsZadditionalDetailsZlifecycleStateZlifecycleDetailsZ domainNameZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_component_name�_compartment_id�_external_db_system_id�_external_connector_id� _host_name�_cpu_core_count�_memory_size_in_gbs�_additional_details�_lifecycle_state�_lifecycle_details�_domain_name� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r7 �S/usr/lib/python3.9/site-packages/oci/database_management/models/external_db_node.py�__init__2 sp Q��zExternalDbNode.__init__c C s | j S )a **[Required]** Gets the id of this ExternalDbNode. The `OCID`__ of the external DB node. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalDbNode. :rtype: str �r# �r5 r7 r7 r8 r � s zExternalDbNode.idc C s || _ dS )z� Sets the id of this ExternalDbNode. The `OCID`__ of the external DB node. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalDbNode. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the display_name of this ExternalDbNode. The user-friendly name for the external DB node. The name does not have to be unique. :return: The display_name of this ExternalDbNode. :rtype: str �r$ r; r7 r7 r8 r � s zExternalDbNode.display_namec C s || _ dS )z� Sets the display_name of this ExternalDbNode. The user-friendly name for the external DB node. The name does not have to be unique. :param display_name: The display_name of this ExternalDbNode. :type: str Nr<