ruạṛ
a ���fT � @ 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 d � Zedd� �Z e jd d� �Z edd� �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� �Zd;d<� Zd=d>� Zd?d@� Z dAS )B�ExternalAsmInstancez2 The details of an external ASM instance. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddddd�| _ dddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new ExternalAsmInstance 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 ExternalAsmInstance. :type id: str :param display_name: The value to assign to the display_name property of this ExternalAsmInstance. :type display_name: str :param component_name: The value to assign to the component_name property of this ExternalAsmInstance. :type component_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalAsmInstance. :type compartment_id: str :param external_asm_id: The value to assign to the external_asm_id property of this ExternalAsmInstance. :type external_asm_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalAsmInstance. :type external_db_system_id: str :param external_db_node_id: The value to assign to the external_db_node_id property of this ExternalAsmInstance. :type external_db_node_id: str :param adr_home_directory: The value to assign to the adr_home_directory property of this ExternalAsmInstance. :type adr_home_directory: str :param host_name: The value to assign to the host_name property of this ExternalAsmInstance. :type host_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalAsmInstance. Allowed values for this property are: "CREATING", "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 ExternalAsmInstance. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ExternalAsmInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalAsmInstance. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ExternalAsmInstance. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalAsmInstance. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalAsmInstance. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�component_name�compartment_id�external_asm_id�external_db_system_id�external_db_node_id�adr_home_directory� host_name�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ componentNameZ compartmentIdZ externalAsmIdZexternalDbSystemIdZexternalDbNodeIdZadrHomeDirectoryZhostNameZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_component_name�_compartment_id�_external_asm_id�_external_db_system_id�_external_db_node_id�_adr_home_directory� _host_name�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r1 �X/usr/lib/python3.9/site-packages/oci/database_management/models/external_asm_instance.py�__init__. sd I��zExternalAsmInstance.__init__c C s | j S )a **[Required]** Gets the id of this ExternalAsmInstance. The `OCID`__ of the external ASM instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalAsmInstance. :rtype: str �r �r/ r1 r1 r2 r � s zExternalAsmInstance.idc C s || _ dS )a Sets the id of this ExternalAsmInstance. The `OCID`__ of the external ASM instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalAsmInstance. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )a **[Required]** Gets the display_name of this ExternalAsmInstance. The user-friendly name for the ASM instance. The name does not have to be unique. :return: The display_name of this ExternalAsmInstance. :rtype: str �r r5 r1 r1 r2 r � s z ExternalAsmInstance.display_namec C s || _ dS )z� Sets the display_name of this ExternalAsmInstance. The user-friendly name for the ASM instance. The name does not have to be unique. :param display_name: The display_name of this ExternalAsmInstance. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the component_name of this ExternalAsmInstance. The name of the external ASM instance. :return: The component_name of this ExternalAsmInstance. :rtype: str �r! r5 r1 r1 r2 r � s z"ExternalAsmInstance.component_namec C s || _ dS )z� Sets the component_name of this ExternalAsmInstance. The name of the external ASM instance. :param component_name: The component_name of this ExternalAsmInstance. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )a( **[Required]** Gets the compartment_id of this ExternalAsmInstance. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ExternalAsmInstance. :rtype: str �r"