ruạṛ
a N��f�K � @ 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]�datetimezdict(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_tags� compartmentIdr �displayNamer �infrastructureType�databaseType�associatedResourceIds�lifecycleState�lifecycleDetails�timeCreated�freeformTags�definedTagsN)� swagger_types� 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� r>