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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DbServerHistorySummaryz; Details of a database server maintenance history. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DbServerHistorySummary 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 DbServerHistorySummary. :type id: str :param display_name: The value to assign to the display_name property of this DbServerHistorySummary. :type display_name: str :param db_server_patching_details: The value to assign to the db_server_patching_details property of this DbServerHistorySummary. :type db_server_patching_details: oci.database.models.DbServerPatchingDetails �strZDbServerPatchingDetails)�id�display_name�db_server_patching_detailsr ZdisplayNameZdbServerPatchingDetailsN)Z swagger_typesZ attribute_map�_id� _display_name�_db_server_patching_details)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/database/models/db_server_history_summary.py�__init__ s ��zDbServerHistorySummary.__init__c C s | j S )z� **[Required]** Gets the id of this DbServerHistorySummary. The OCID of the database server. :return: The id of this DbServerHistorySummary. :rtype: str �r �r r r r r 4 s zDbServerHistorySummary.idc C s || _ dS )z� Sets the id of this DbServerHistorySummary. The OCID of the database server. :param id: The id of this DbServerHistorySummary. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the display_name of this DbServerHistorySummary. The user-friendly name for the database server. The name does not need to be unique. :return: The display_name of this DbServerHistorySummary. :rtype: str �r r r r r r L s z#DbServerHistorySummary.display_namec C s || _ dS )a Sets the display_name of this DbServerHistorySummary. The user-friendly name for the database server. The name does not need to be unique. :param display_name: The display_name of this DbServerHistorySummary. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the db_server_patching_details of this DbServerHistorySummary. :return: The db_server_patching_details of this DbServerHistorySummary. :rtype: oci.database.models.DbServerPatchingDetails �r r r r r r d s z1DbServerHistorySummary.db_server_patching_detailsc C s || _ dS )z� Sets the db_server_patching_details of this DbServerHistorySummary. :param db_server_patching_details: The db_server_patching_details of this DbServerHistorySummary. :type: oci.database.models.DbServerPatchingDetails Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zDbServerHistorySummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zDbServerHistorySummary.__eq__c C s | |k S r r r r r r �__ne__� s zDbServerHistorySummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"