ruạṛ
a N��f^ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ContainerVolume� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sR e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zd d � Z dd� Zd d� ZdS )�ContainerEmptyDirVolumez) The empty director of container �EPHEMERAL_STORAGE�MEMORYc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new ContainerEmptyDirVolume object with values from keyword arguments. The default value of the :py:attr:`~oci.container_instances.models.ContainerEmptyDirVolume.volume_type` attribute of this class is ``EMPTYDIR`` and it should not be changed. 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 ContainerEmptyDirVolume. :type name: str :param volume_type: The value to assign to the volume_type property of this ContainerEmptyDirVolume. Allowed values for this property are: "EMPTYDIR", "CONFIGFILE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type volume_type: str :param backing_store: The value to assign to the backing_store property of this ContainerEmptyDirVolume. Allowed values for this property are: "EPHEMERAL_STORAGE", "MEMORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type backing_store: str �str)�name�volume_type� backing_storer � volumeType�backingStoreN�EMPTYDIR)� swagger_types� attribute_map�_name�_volume_type�_backing_store)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/container_empty_dir_volume.py�__init__ s ��z ContainerEmptyDirVolume.__init__c C s | j S )a� Gets the backing_store of this ContainerEmptyDirVolume. Volume type that we are using for empty dir where it could be either File Storage or Memory Allowed values for this property are: "EPHEMERAL_STORAGE", "MEMORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The backing_store of this ContainerEmptyDirVolume. :rtype: str )r �r r r r r @ s z%ContainerEmptyDirVolume.backing_storec C s ddg}t ||�sd}|| _dS )a Sets the backing_store of this ContainerEmptyDirVolume. Volume type that we are using for empty dir where it could be either File Storage or Memory :param backing_store: The backing_store of this ContainerEmptyDirVolume. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r O s c C s t | �S �N)r r r r r �__repr__^ s z ContainerEmptyDirVolume.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__a s zContainerEmptyDirVolume.__eq__c C s | |k S r r r"