📂 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
›
ai_anomaly_detection
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_anomaly_detection/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_location.cpython-39.pyc
a ���f3 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OutputJobDetails� )�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 )�ObjectStorageLocationz� This is the specialised JSON format with an additional field for 'locationType'. This is a required field used for deciding if it is an object-storage location. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a% Initializes a new ObjectStorageLocation object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_anomaly_detection.models.ObjectStorageLocation.output_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 output_type: The value to assign to the output_type property of this ObjectStorageLocation. Allowed values for this property are: "OBJECT_STORAGE" :type output_type: str :param namespace_name: The value to assign to the namespace_name property of this ObjectStorageLocation. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageLocation. :type bucket_name: str :param prefix: The value to assign to the prefix property of this ObjectStorageLocation. :type prefix: str �str)Zoutput_type�namespace_name�bucket_name�prefixZ outputTypeZ namespaceNameZ bucketNamer NZOBJECT_STORAGE)Z swagger_typesZ attribute_mapZ_output_type�_namespace_name�_bucket_name�_prefix)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/ai_anomaly_detection/models/object_storage_location.py�__init__ s ��zObjectStorageLocation.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectStorageLocation. Object Storage namespace. :return: The namespace_name of this ObjectStorageLocation. :rtype: str �r �r r r r r ? s z$ObjectStorageLocation.namespace_namec C s || _ dS )z� Sets the namespace_name of this ObjectStorageLocation. Object Storage namespace. :param namespace_name: The namespace_name of this ObjectStorageLocation. :type: str Nr )r r r r r r K s c C s | j S )z� **[Required]** Gets the bucket_name of this ObjectStorageLocation. Object Storage bucket name. :return: The bucket_name of this ObjectStorageLocation. :rtype: str �r r r r r r W s z!ObjectStorageLocation.bucket_namec C s || _ dS )z� Sets the bucket_name of this ObjectStorageLocation. Object Storage bucket name. :param bucket_name: The bucket_name of this ObjectStorageLocation. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the prefix of this ObjectStorageLocation. Object Storage folder name. :return: The prefix of this ObjectStorageLocation. :rtype: str �r r r r r r o s zObjectStorageLocation.prefixc C s || _ dS )z� Sets the prefix of this ObjectStorageLocation. Object Storage folder name. :param prefix: The prefix of this ObjectStorageLocation. :type: str Nr )r r r r r r { s c C s t | �S �N)r r r r r �__repr__� s zObjectStorageLocation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zObjectStorageLocation.__eq__c C s | |k S r r r r r r �__ne__� s zObjectStorageLocation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"