📂 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
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_mount_configuration_details.cpython-39.pyc
a ���f+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� StorageMountConfigurationDetails� )�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 d d� Z dd� Zdd� ZdS )�&ObjectStorageMountConfigurationDetailsz3 The Object Storage Configuration Details. c K sV ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a Initializes a new ObjectStorageMountConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.ObjectStorageMountConfigurationDetails.storage_type` attribute of this class is ``OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param storage_type: The value to assign to the storage_type property of this ObjectStorageMountConfigurationDetails. Allowed values for this property are: "FILE_STORAGE", "OBJECT_STORAGE" :type storage_type: str :param destination_directory_name: The value to assign to the destination_directory_name property of this ObjectStorageMountConfigurationDetails. :type destination_directory_name: str :param destination_path: The value to assign to the destination_path property of this ObjectStorageMountConfigurationDetails. :type destination_path: str :param namespace: The value to assign to the namespace property of this ObjectStorageMountConfigurationDetails. :type namespace: str :param bucket: The value to assign to the bucket property of this ObjectStorageMountConfigurationDetails. :type bucket: str :param prefix: The value to assign to the prefix property of this ObjectStorageMountConfigurationDetails. :type prefix: str �str)Zstorage_typeZdestination_directory_nameZdestination_path� namespace�bucket�prefixZstorageTypeZdestinationDirectoryNameZdestinationPathr r r NZOBJECT_STORAGE)Z swagger_typesZ attribute_mapZ _storage_typeZ_destination_directory_nameZ_destination_path� _namespace�_bucket�_prefix)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/data_science/models/object_storage_mount_configuration_details.py�__init__ s* !� � z/ObjectStorageMountConfigurationDetails.__init__c C s | j S )z� **[Required]** Gets the namespace of this ObjectStorageMountConfigurationDetails. The object storage namespace :return: The namespace of this ObjectStorageMountConfigurationDetails. :rtype: str �r �r r r r r L s z0ObjectStorageMountConfigurationDetails.namespacec C s || _ dS )z� Sets the namespace of this ObjectStorageMountConfigurationDetails. The object storage namespace :param namespace: The namespace of this ObjectStorageMountConfigurationDetails. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the bucket of this ObjectStorageMountConfigurationDetails. The object storage bucket :return: The bucket of this ObjectStorageMountConfigurationDetails. :rtype: str �r r r r r r d s z-ObjectStorageMountConfigurationDetails.bucketc C s || _ dS )z� Sets the bucket of this ObjectStorageMountConfigurationDetails. The object storage bucket :param bucket: The bucket of this ObjectStorageMountConfigurationDetails. :type: str Nr )r r r r r r p s c C s | j S )z� Gets the prefix of this ObjectStorageMountConfigurationDetails. Prefix in the bucket to mount :return: The prefix of this ObjectStorageMountConfigurationDetails. :rtype: str �r r r r r r | s z-ObjectStorageMountConfigurationDetails.prefixc C s || _ dS )z� Sets the prefix of this ObjectStorageMountConfigurationDetails. Prefix in the bucket to mount :param prefix: The prefix of this ObjectStorageMountConfigurationDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z/ObjectStorageMountConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z-ObjectStorageMountConfigurationDetails.__eq__c C s | |k S r r r r r r �__ne__� s z-ObjectStorageMountConfigurationDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"