ruạṛ
a ���flT � @ 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<� �Zd>d?� Zd@dA� Z dBdC� Z!dDS )E�AuditArchiveRetrievala[ Represents the archive retrieve request for the audit data. You can retrieve audit data for a target database from the archive and store it online. For more information, see `Retrieve Audit Data for a Target Database from the Archive`__. __ https://docs.oracle.com/en/cloud/paas/data-safe/udscs/security-assessment-overview.html �CREATING�ACTIVE�NEEDS_ATTENTION�FAILED�DELETING�DELETED�UPDATINGc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a^ Initializes a new AuditArchiveRetrieval 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 AuditArchiveRetrieval. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AuditArchiveRetrieval. :type compartment_id: str :param display_name: The value to assign to the display_name property of this AuditArchiveRetrieval. :type display_name: str :param description: The value to assign to the description property of this AuditArchiveRetrieval. :type description: str :param start_date: The value to assign to the start_date property of this AuditArchiveRetrieval. :type start_date: datetime :param end_date: The value to assign to the end_date property of this AuditArchiveRetrieval. :type end_date: datetime :param target_id: The value to assign to the target_id property of this AuditArchiveRetrieval. :type target_id: str :param time_requested: The value to assign to the time_requested property of this AuditArchiveRetrieval. :type time_requested: datetime :param time_completed: The value to assign to the time_completed property of this AuditArchiveRetrieval. :type time_completed: datetime :param time_of_expiry: The value to assign to the time_of_expiry property of this AuditArchiveRetrieval. :type time_of_expiry: datetime :param audit_event_count: The value to assign to the audit_event_count property of this AuditArchiveRetrieval. :type audit_event_count: int :param error_info: The value to assign to the error_info property of this AuditArchiveRetrieval. :type error_info: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AuditArchiveRetrieval. Allowed values for this property are: "CREATING", "ACTIVE", "NEEDS_ATTENTION", "FAILED", "DELETING", "DELETED", "UPDATING", '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 AuditArchiveRetrieval. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this AuditArchiveRetrieval. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AuditArchiveRetrieval. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AuditArchiveRetrieval. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description� start_date�end_date� target_id�time_requested�time_completed�time_of_expiry�audit_event_count� error_info�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNamer Z startDateZendDateZtargetIdZ timeRequestedZ timeCompletedZtimeOfExpiryZauditEventCountZ errorInfoZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_description�_start_date� _end_date� _target_id�_time_requested�_time_completed�_time_of_expiry�_audit_event_count�_error_info�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r4 �P/usr/lib/python3.9/site-packages/oci/data_safe/models/audit_archive_retrieval.py�__init__1 sj M��zAuditArchiveRetrieval.__init__c C s | j S )z� **[Required]** Gets the id of this AuditArchiveRetrieval. The OCID of the archive retrieval. :return: The id of this AuditArchiveRetrieval. :rtype: str �r! �r2 r4 r4 r5 r � s zAuditArchiveRetrieval.idc C s || _ dS )z� Sets the id of this AuditArchiveRetrieval. The OCID of the archive retrieval. :param id: The id of this AuditArchiveRetrieval. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this AuditArchiveRetrieval. The OCID of the compartment that contains archive retrieval. :return: The compartment_id of this AuditArchiveRetrieval. :rtype: str �r"