ruạṛ
a ���fbU � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZdAdB� Z dCdD� Z!dEdF� Z"dGS )H�Backupz- Database system backup information. � SCHEDULED�MANUAL�CREATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddd�| _ dd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Backup 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 Backup. :type id: str :param display_name: The value to assign to the display_name property of this Backup. :type display_name: str :param description: The value to assign to the description property of this Backup. :type description: str :param compartment_id: The value to assign to the compartment_id property of this Backup. :type compartment_id: str :param source_type: The value to assign to the source_type property of this Backup. Allowed values for this property are: "SCHEDULED", "MANUAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_type: str :param time_created: The value to assign to the time_created property of this Backup. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Backup. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Backup. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "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 Backup. :type lifecycle_details: str :param retention_period: The value to assign to the retention_period property of this Backup. :type retention_period: int :param backup_size: The value to assign to the backup_size property of this Backup. :type backup_size: int :param db_system_id: The value to assign to the db_system_id property of this Backup. :type db_system_id: str :param db_system_details: The value to assign to the db_system_details property of this Backup. :type db_system_details: oci.psql.models.DbSystemDetails :param last_accepted_request_token: The value to assign to the last_accepted_request_token property of this Backup. :type last_accepted_request_token: str :param last_completed_request_token: The value to assign to the last_completed_request_token property of this Backup. :type last_completed_request_token: str :param freeform_tags: The value to assign to the freeform_tags property of this Backup. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Backup. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Backup. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intZDbSystemDetailszdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�source_type�time_created�time_updated�lifecycle_state�lifecycle_details�retention_period�backup_size�db_system_id�db_system_details�last_accepted_request_token�last_completed_request_token� freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z compartmentIdZ sourceTypeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZretentionPeriodZ backupSizeZ dbSystemIdZdbSystemDetailsZlastAcceptedRequestTokenZlastCompletedRequestTokenZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_source_type� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_retention_period�_backup_size� _db_system_id�_db_system_details�_last_accepted_request_token�_last_completed_request_token�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r6 �:/usr/lib/python3.9/site-packages/oci/psql/models/backup.py�__init__. sp S��zBackup.__init__c C s | j S )z� **[Required]** Gets the id of this Backup. The `OCID`__ of the backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this Backup. :rtype: str �r"