ruạṛ
a ���fei � @ 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 ZdZdZdZdZdZdd� Ze dd� �Z e jdd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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@� �ZejdAd@� �Ze dBdC� �ZejdDdC� �Ze dEdF� �Z e jdGdF� �Z dHdI� Z!dJdK� Z"dLdM� Z#dNS )O�DbSystemSummaryz# A summary of a DB System. �ENABLED�DISABLEDc K s� dddddddddddddddddd d dddd�| _ dd ddddddddddddddddddd d!d�| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"S )#a` Initializes a new DbSystemSummary 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 DbSystemSummary. :type id: str :param display_name: The value to assign to the display_name property of this DbSystemSummary. :type display_name: str :param description: The value to assign to the description property of this DbSystemSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this DbSystemSummary. :type compartment_id: str :param is_highly_available: The value to assign to the is_highly_available property of this DbSystemSummary. :type is_highly_available: bool :param current_placement: The value to assign to the current_placement property of this DbSystemSummary. :type current_placement: oci.mysql.models.DbSystemPlacement :param is_heat_wave_cluster_attached: The value to assign to the is_heat_wave_cluster_attached property of this DbSystemSummary. :type is_heat_wave_cluster_attached: bool :param heat_wave_cluster: The value to assign to the heat_wave_cluster property of this DbSystemSummary. :type heat_wave_cluster: oci.mysql.models.HeatWaveClusterSummary :param availability_domain: The value to assign to the availability_domain property of this DbSystemSummary. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this DbSystemSummary. :type fault_domain: str :param endpoints: The value to assign to the endpoints property of this DbSystemSummary. :type endpoints: list[oci.mysql.models.DbSystemEndpoint] :param lifecycle_state: The value to assign to the lifecycle_state property of this DbSystemSummary. :type lifecycle_state: str :param mysql_version: The value to assign to the mysql_version property of this DbSystemSummary. :type mysql_version: str :param time_created: The value to assign to the time_created property of this DbSystemSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DbSystemSummary. :type time_updated: datetime :param deletion_policy: The value to assign to the deletion_policy property of this DbSystemSummary. :type deletion_policy: oci.mysql.models.DeletionPolicyDetails :param freeform_tags: The value to assign to the freeform_tags property of this DbSystemSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DbSystemSummary. :type defined_tags: dict(str, dict(str, object)) :param backup_policy: The value to assign to the backup_policy property of this DbSystemSummary. :type backup_policy: oci.mysql.models.BackupPolicy :param shape_name: The value to assign to the shape_name property of this DbSystemSummary. :type shape_name: str :param crash_recovery: The value to assign to the crash_recovery property of this DbSystemSummary. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type crash_recovery: str :param database_management: The value to assign to the database_management property of this DbSystemSummary. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_management: str �str�boolZDbSystemPlacementZHeatWaveClusterSummaryzlist[DbSystemEndpoint]ZdatetimeZDeletionPolicyDetailszdict(str, str)zdict(str, dict(str, object))ZBackupPolicy)�id�display_name�description�compartment_id�is_highly_available�current_placement�is_heat_wave_cluster_attached�heat_wave_cluster�availability_domain�fault_domain� endpoints�lifecycle_state� mysql_version�time_created�time_updated�deletion_policy� freeform_tags�defined_tags� backup_policy� shape_name�crash_recovery�database_managementr ZdisplayNamer Z compartmentIdZisHighlyAvailableZcurrentPlacementZisHeatWaveClusterAttachedZheatWaveClusterZavailabilityDomainZfaultDomainr ZlifecycleStateZmysqlVersionZtimeCreatedZtimeUpdatedZdeletionPolicyZfreeformTagsZdefinedTagsZbackupPolicyZ shapeNameZ crashRecoveryZdatabaseManagementN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_is_highly_available�_current_placement�_is_heat_wave_cluster_attached�_heat_wave_cluster�_availability_domain� _fault_domain� _endpoints�_lifecycle_state�_mysql_version� _time_created� _time_updated�_deletion_policy�_freeform_tags� _defined_tags�_backup_policy�_shape_name�_crash_recovery�_database_management)�self�kwargs� r9 �F/usr/lib/python3.9/site-packages/oci/mysql/models/db_system_summary.py�__init__"