ruạṛ
a O��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�CreateBackupDetailsz, Complete information for a Backup. �FULL�INCREMENTALc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )ao Initializes a new CreateBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateBackupDetails. :type display_name: str :param description: The value to assign to the description property of this CreateBackupDetails. :type description: str :param backup_type: The value to assign to the backup_type property of this CreateBackupDetails. Allowed values for this property are: "FULL", "INCREMENTAL" :type backup_type: str :param db_system_id: The value to assign to the db_system_id property of this CreateBackupDetails. :type db_system_id: str :param retention_in_days: The value to assign to the retention_in_days property of this CreateBackupDetails. :type retention_in_days: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateBackupDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBackupDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object)))�display_name�description�backup_type�db_system_id�retention_in_days� freeform_tags�defined_tags�displayNamer � backupType� dbSystemId�retentionInDays�freeformTags�definedTagsN) � swagger_types� attribute_map� _display_name�_description�_backup_type� _db_system_id�_retention_in_days�_freeform_tags� _defined_tags)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/create_backup_details.py�__init__ s. $�� zCreateBackupDetails.__init__c C s | j S )z� Gets the display_name of this CreateBackupDetails. A user-supplied display name for the backup. :return: The display_name of this CreateBackupDetails. :rtype: str �r �r! r# r# r$ r W s z CreateBackupDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateBackupDetails. A user-supplied display name for the backup. :param display_name: The display_name of this CreateBackupDetails. :type: str Nr&