ruạṛ
a N��fw! � @ 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 jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!� ExportSummaryz, Summary information for an export. �CREATING�ACTIVE�DELETING�DELETEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ExportSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param export_set_id: The value to assign to the export_set_id property of this ExportSummary. :type export_set_id: str :param file_system_id: The value to assign to the file_system_id property of this ExportSummary. :type file_system_id: str :param id: The value to assign to the id property of this ExportSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExportSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param path: The value to assign to the path property of this ExportSummary. :type path: str :param time_created: The value to assign to the time_created property of this ExportSummary. :type time_created: datetime �str�datetime)� export_set_id�file_system_id�id�lifecycle_state�path�time_created�exportSetId�fileSystemIdr �lifecycleStater �timeCreatedN)� swagger_types� attribute_map�_export_set_id�_file_system_id�_id�_lifecycle_state�_path� _time_created)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/file_storage/models/export_summary.py�__init__ s( !� � zExportSummary.__init__c C s | j S )a# **[Required]** Gets the export_set_id of this ExportSummary. The `OCID`__ of this export's export set. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The export_set_id of this ExportSummary. :rtype: str �r �r r! r! r"