📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
container_instances
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_instances/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_empty_dir_volume_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateContainerVolumeDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�$CreateContainerEmptyDirVolumeDetailsz4 The empty directory for container instance c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new CreateContainerEmptyDirVolumeDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.container_instances.models.CreateContainerEmptyDirVolumeDetails.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 CreateContainerEmptyDirVolumeDetails. :type name: str :param volume_type: The value to assign to the volume_type property of this CreateContainerEmptyDirVolumeDetails. Allowed values for this property are: "EMPTYDIR", "CONFIGFILE" :type volume_type: str :param backing_store: The value to assign to the backing_store property of this CreateContainerEmptyDirVolumeDetails. :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/create_container_empty_dir_volume_details.py�__init__ s ��z-CreateContainerEmptyDirVolumeDetails.__init__c C s | j S )a! Gets the backing_store of this CreateContainerEmptyDirVolumeDetails. Volume type that we are using for empty dir where it could be either File Storage or Memory :return: The backing_store of this CreateContainerEmptyDirVolumeDetails. :rtype: str �r �r r r r r 5 s z2CreateContainerEmptyDirVolumeDetails.backing_storec C s || _ dS )a- Sets the backing_store of this CreateContainerEmptyDirVolumeDetails. 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 CreateContainerEmptyDirVolumeDetails. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s z-CreateContainerEmptyDirVolumeDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s z+CreateContainerEmptyDirVolumeDetails.__eq__c C s | |k S r r r r r r �__ne__V s z+CreateContainerEmptyDirVolumeDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"