ruạṛ
a ���fL � @ 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 ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!d7d8� Z"d9d:� Z#d;d<� Z$d=S )>�TargetDatabaseSummaryz1 Summary of a Data Safe target database. �ORACLE_CLOUD�CLOUD_AT_CUSTOMER�ON_PREMISES�NON_ORACLE_CLOUD�DATABASE_CLOUD_SERVICE�AUTONOMOUS_DATABASE�INSTALLED_DATABASE�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�NEEDS_ATTENTION�FAILEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a` Initializes a new TargetDatabaseSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this TargetDatabaseSummary. :type compartment_id: str :param id: The value to assign to the id property of this TargetDatabaseSummary. :type id: str :param display_name: The value to assign to the display_name property of this TargetDatabaseSummary. :type display_name: str :param description: The value to assign to the description property of this TargetDatabaseSummary. :type description: str :param infrastructure_type: The value to assign to the infrastructure_type property of this TargetDatabaseSummary. Allowed values for this property are: "ORACLE_CLOUD", "CLOUD_AT_CUSTOMER", "ON_PREMISES", "NON_ORACLE_CLOUD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type infrastructure_type: str :param database_type: The value to assign to the database_type property of this TargetDatabaseSummary. Allowed values for this property are: "DATABASE_CLOUD_SERVICE", "AUTONOMOUS_DATABASE", "INSTALLED_DATABASE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_type: str :param associated_resource_ids: The value to assign to the associated_resource_ids property of this TargetDatabaseSummary. :type associated_resource_ids: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this TargetDatabaseSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "NEEDS_ATTENTION", "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 TargetDatabaseSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this TargetDatabaseSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this TargetDatabaseSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this TargetDatabaseSummary. :type defined_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�compartment_id�id�display_name�description�infrastructure_type� database_type�associated_resource_ids�lifecycle_state�lifecycle_details�time_created� freeform_tags�defined_tagsZ compartmentIdr ZdisplayNamer ZinfrastructureTypeZdatabaseTypeZassociatedResourceIdsZlifecycleStateZlifecycleDetailsZtimeCreatedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id�_id� _display_name�_description�_infrastructure_type�_database_type�_associated_resource_ids�_lifecycle_state�_lifecycle_details� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r1 �P/usr/lib/python3.9/site-packages/oci/data_safe/models/target_database_summary.py�__init__N sL =��zTargetDatabaseSummary.__init__c C s | j S )a **[Required]** Gets the compartment_id of this TargetDatabaseSummary. The OCID of the compartment that contains the Data Safe target database. :return: The compartment_id of this TargetDatabaseSummary. :rtype: str �r# �r/ r1 r1 r2 r � s z$TargetDatabaseSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this TargetDatabaseSummary. The OCID of the compartment that contains the Data Safe target database. :param compartment_id: The compartment_id of this TargetDatabaseSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the id of this TargetDatabaseSummary. The OCID of the Data Safe target database. :return: The id of this TargetDatabaseSummary. :rtype: str �r$ r5 r1 r1 r2 r � s zTargetDatabaseSummary.idc C s || _ dS )z� Sets the id of this TargetDatabaseSummary. The OCID of the Data Safe target database. :param id: The id of this TargetDatabaseSummary. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the display_name of this TargetDatabaseSummary. The display name of the target database in Data Safe. :return: The display_name of this TargetDatabaseSummary. :rtype: str �r% r5 r1 r1 r2 r � s z"TargetDatabaseSummary.display_namec C s || _ dS )z� Sets the display_name of this TargetDatabaseSummary. The display name of the target database in Data Safe. :param display_name: The display_name of this TargetDatabaseSummary. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the description of this TargetDatabaseSummary. The description of the target database in Data Safe. :return: The description of this TargetDatabaseSummary. :rtype: str �r&