ruạṛ
a ���f)T � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zd:d;� Zd<d=� Zd>d?� Zd@S )A�ExternalDbSystemz/ The details of an external DB system. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�INACTIVEc K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )aa Initializes a new ExternalDbSystem 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 ExternalDbSystem. :type id: str :param display_name: The value to assign to the display_name property of this ExternalDbSystem. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalDbSystem. :type compartment_id: str :param db_system_discovery_id: The value to assign to the db_system_discovery_id property of this ExternalDbSystem. :type db_system_discovery_id: str :param discovery_agent_id: The value to assign to the discovery_agent_id property of this ExternalDbSystem. :type discovery_agent_id: str :param is_cluster: The value to assign to the is_cluster property of this ExternalDbSystem. :type is_cluster: bool :param home_directory: The value to assign to the home_directory property of this ExternalDbSystem. :type home_directory: str :param database_management_config: The value to assign to the database_management_config property of this ExternalDbSystem. :type database_management_config: oci.database_management.models.ExternalDbSystemDatabaseManagementConfigDetails :param stack_monitoring_config: The value to assign to the stack_monitoring_config property of this ExternalDbSystem. :type stack_monitoring_config: oci.database_management.models.ExternalDbSystemStackMonitoringConfigDetails :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalDbSystem. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "INACTIVE", '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 ExternalDbSystem. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ExternalDbSystem. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalDbSystem. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ExternalDbSystem. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalDbSystem. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalDbSystem. :type system_tags: dict(str, dict(str, object)) �str�boolZ/ExternalDbSystemDatabaseManagementConfigDetailsZ,ExternalDbSystemStackMonitoringConfigDetailsZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�db_system_discovery_id�discovery_agent_id� is_cluster�home_directory�database_management_config�stack_monitoring_config�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZdbSystemDiscoveryIdZdiscoveryAgentIdZ isClusterZ homeDirectoryZdatabaseManagementConfigZstackMonitoringConfigZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_db_system_discovery_id�_discovery_agent_id�_is_cluster�_home_directory�_database_management_config�_stack_monitoring_config�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r1 �U/usr/lib/python3.9/site-packages/oci/database_management/models/external_db_system.py�__init__* sd I��zExternalDbSystem.__init__c C s | j S )a **[Required]** Gets the id of this ExternalDbSystem. The `OCID`__ of the external DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalDbSystem. :rtype: str �r �r/ r1 r1 r2 r � s zExternalDbSystem.idc C s || _ dS )a Sets the id of this ExternalDbSystem. The `OCID`__ of the external DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalDbSystem. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the display_name of this ExternalDbSystem. The user-friendly name for the DB system. The name does not have to be unique. :return: The display_name of this ExternalDbSystem. :rtype: str �r r5 r1 r1 r2 r � s zExternalDbSystem.display_namec C s || _ dS )z� Sets the display_name of this ExternalDbSystem. The user-friendly name for the DB system. The name does not have to be unique. :param display_name: The display_name of this ExternalDbSystem. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )a" **[Required]** Gets the compartment_id of this ExternalDbSystem. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ExternalDbSystem. :rtype: str �r! r5 r1 r1 r2 r � s zExternalDbSystem.compartment_idc C s || _ dS )a Sets the compartment_id of this ExternalDbSystem. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ExternalDbSystem. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )a+ Gets the db_system_discovery_id of this ExternalDbSystem. The `OCID`__ of the DB system discovery. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The db_system_discovery_id of this ExternalDbSystem. :rtype: str �r"