ruạṛ
a ���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 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!dEdF� Z"dGdH� Z#dIdJ� Z$dKS )L�ExternalAsmz) The details of an external ASM. �CREATING� NOT_CONNECTED�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddddddd�| _ dd d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a] Initializes a new ExternalAsm 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 ExternalAsm. :type id: str :param display_name: The value to assign to the display_name property of this ExternalAsm. :type display_name: str :param component_name: The value to assign to the component_name property of this ExternalAsm. :type component_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalAsm. :type compartment_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalAsm. :type external_db_system_id: str :param external_connector_id: The value to assign to the external_connector_id property of this ExternalAsm. :type external_connector_id: str :param grid_home: The value to assign to the grid_home property of this ExternalAsm. :type grid_home: str :param is_cluster: The value to assign to the is_cluster property of this ExternalAsm. :type is_cluster: bool :param is_flex_enabled: The value to assign to the is_flex_enabled property of this ExternalAsm. :type is_flex_enabled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalAsm. 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 ExternalAsm. :type lifecycle_details: str :param serviced_databases: The value to assign to the serviced_databases property of this ExternalAsm. :type serviced_databases: list[oci.database_management.models.ExternalAsmServicedDatabase] :param additional_details: The value to assign to the additional_details property of this ExternalAsm. :type additional_details: dict(str, str) :param time_created: The value to assign to the time_created property of this ExternalAsm. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalAsm. :type time_updated: datetime :param version: The value to assign to the version property of this ExternalAsm. :type version: str :param freeform_tags: The value to assign to the freeform_tags property of this ExternalAsm. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalAsm. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalAsm. :type system_tags: dict(str, dict(str, object)) �str�boolz!list[ExternalAsmServicedDatabase]zdict(str, str)Zdatetimezdict(str, dict(str, object)))�id�display_name�component_name�compartment_id�external_db_system_id�external_connector_id� grid_home� is_cluster�is_flex_enabled�lifecycle_state�lifecycle_details�serviced_databases�additional_details�time_created�time_updated�version� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ componentNameZ compartmentIdZexternalDbSystemIdZexternalConnectorIdZgridHomeZ isClusterZ isFlexEnabledZlifecycleStateZlifecycleDetailsZservicedDatabasesZadditionalDetailsZtimeCreatedZtimeUpdatedr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_component_name�_compartment_id�_external_db_system_id�_external_connector_id� _grid_home�_is_cluster�_is_flex_enabled�_lifecycle_state�_lifecycle_details�_serviced_databases�_additional_details� _time_created� _time_updated�_version�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r9 �O/usr/lib/python3.9/site-packages/oci/database_management/models/external_asm.py�__init__2 sv U��zExternalAsm.__init__c C s | j S )a **[Required]** Gets the id of this ExternalAsm. The `OCID`__ of the external ASM. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalAsm. :rtype: str �r$ �r7 r9 r9 r: r � s zExternalAsm.idc C s || _ dS )z� Sets the id of this ExternalAsm. The `OCID`__ of the external ASM. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalAsm. :type: str Nr<