📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
container_instances
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_instances/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_volume_details.cpython-39.opt-1.pyc
a ���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 @ sx e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�CreateContainerVolumeDetailsz~ A volume represents a directory with data that is accessible across multiple containers in a container instance. �EMPTYDIR� CONFIGFILEc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new CreateContainerVolumeDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.container_instances.models.CreateContainerConfigFileVolumeDetails` * :class:`~oci.container_instances.models.CreateContainerEmptyDirVolumeDetails` 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 CreateContainerVolumeDetails. :type name: str :param volume_type: The value to assign to the volume_type property of this CreateContainerVolumeDetails. Allowed values for this property are: "EMPTYDIR", "CONFIGFILE" :type volume_type: str �str)�name�volume_typer � volumeTypeN)Z swagger_typesZ attribute_map�_name�_volume_type)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/container_instances/models/create_container_volume_details.py�__init__ s ��z%CreateContainerVolumeDetails.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r Z&CreateContainerConfigFileVolumeDetailsr Z$CreateContainerEmptyDirVolumeDetailsr Nr )Zobject_dictionary�typer r r �get_subtype<