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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) � RetentionRulez* The details of a retention rule. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new RetentionRule 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 RetentionRule. :type id: str :param display_name: The value to assign to the display_name property of this RetentionRule. :type display_name: str :param duration: The value to assign to the duration property of this RetentionRule. :type duration: oci.object_storage.models.Duration :param etag: The value to assign to the etag property of this RetentionRule. :type etag: str :param time_rule_locked: The value to assign to the time_rule_locked property of this RetentionRule. :type time_rule_locked: datetime :param time_created: The value to assign to the time_created property of this RetentionRule. :type time_created: datetime :param time_modified: The value to assign to the time_modified property of this RetentionRule. :type time_modified: datetime �str�Duration�datetime)�id�display_name�duration�etag�time_rule_locked�time_created� time_modifiedr �displayNamer r �timeRuleLocked�timeCreated�timeModifiedN) � swagger_types� attribute_map�_id� _display_name� _duration�_etag�_time_rule_locked� _time_created�_time_modified)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/retention_rule.py�__init__ s. #�� zRetentionRule.__init__c C s | j S )z� **[Required]** Gets the id of this RetentionRule. Unique identifier for the retention rule. :return: The id of this RetentionRule. :rtype: str �r �r r r r! r N s zRetentionRule.idc C s || _ dS )z� Sets the id of this RetentionRule. Unique identifier for the retention rule. :param id: The id of this RetentionRule. :type: str Nr# )r r r r r! r Z s c C s | j S )z� **[Required]** Gets the display_name of this RetentionRule. User specified name for the retention rule. :return: The display_name of this RetentionRule. :rtype: str �r r$ r r r! r f s zRetentionRule.display_namec C s || _ dS )z� Sets the display_name of this RetentionRule. User specified name for the retention rule. :param display_name: The display_name of this RetentionRule. :type: str Nr% )r r r r r! r r s c C s | j S )z� Gets the duration of this RetentionRule. :return: The duration of this RetentionRule. :rtype: oci.object_storage.models.Duration �r r$ r r r! r ~ s zRetentionRule.durationc C s || _ dS )z� Sets the duration of this RetentionRule. :param duration: The duration of this RetentionRule. :type: oci.object_storage.models.Duration Nr&