ruạṛ
a O��f�2 � @ 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 @ sL e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ObjectVersionSummarya[ To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �Standard�InfrequentAccess�Archive�Archived� Restoring�Restoredc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a% Initializes a new ObjectVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ObjectVersionSummary. :type name: str :param size: The value to assign to the size property of this ObjectVersionSummary. :type size: int :param md5: The value to assign to the md5 property of this ObjectVersionSummary. :type md5: str :param time_created: The value to assign to the time_created property of this ObjectVersionSummary. :type time_created: datetime :param time_modified: The value to assign to the time_modified property of this ObjectVersionSummary. :type time_modified: datetime :param etag: The value to assign to the etag property of this ObjectVersionSummary. :type etag: str :param storage_tier: The value to assign to the storage_tier property of this ObjectVersionSummary. Allowed values for this property are: "Standard", "InfrequentAccess", "Archive", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type storage_tier: str :param archival_state: The value to assign to the archival_state property of this ObjectVersionSummary. Allowed values for this property are: "Archived", "Restoring", "Restored", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type archival_state: str :param version_id: The value to assign to the version_id property of this ObjectVersionSummary. :type version_id: str :param is_delete_marker: The value to assign to the is_delete_marker property of this ObjectVersionSummary. :type is_delete_marker: bool �str�int�datetime�bool) �name�size�md5�time_created� time_modified�etag�storage_tier�archival_state� version_id�is_delete_markerr r r �timeCreated�timeModifiedr �storageTier� archivalState� versionId�isDeleteMarkerN)� swagger_types� attribute_map�_name�_size�_md5� _time_created�_time_modified�_etag� _storage_tier�_archival_state�_version_id�_is_delete_marker)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/object_version_summary.py�__init__, s@ 3�� zObjectVersionSummary.__init__c C s | j S )a **[Required]** Gets the name of this ObjectVersionSummary. The name of the object. Avoid entering confidential information. Example: test/object1.log :return: The name of this ObjectVersionSummary. :rtype: str �r# �r- r/ r/ r0 r � s zObjectVersionSummary.namec C s || _ dS )z� Sets the name of this ObjectVersionSummary. The name of the object. Avoid entering confidential information. Example: test/object1.log :param name: The name of this ObjectVersionSummary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the size of this ObjectVersionSummary. Size of the object in bytes. :return: The size of this ObjectVersionSummary. :rtype: int �r$ r3 r/ r/ r0 r � s zObjectVersionSummary.sizec C s || _ dS )z� Sets the size of this ObjectVersionSummary. Size of the object in bytes. :param size: The size of this ObjectVersionSummary. :type: int Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the md5 of this ObjectVersionSummary. Base64-encoded MD5 hash of the object data. :return: The md5 of this ObjectVersionSummary. :rtype: str �r% r3 r/ r/ r0 r � s zObjectVersionSummary.md5c C s || _ dS )z� Sets the md5 of this ObjectVersionSummary. Base64-encoded MD5 hash of the object data. :param md5: The md5 of this ObjectVersionSummary. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )a. Gets the time_created of this ObjectVersionSummary. The date and time the object was created, as described in `RFC 2616`__. __ https://tools.ietf.org/html/rfc2616#section-14.29 :return: The time_created of this ObjectVersionSummary. :rtype: datetime �r&