📂 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
›
ai_anomaly_detection
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ai_anomaly_detection/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_source_details_object_storage.pyc
a M��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataSourceDetails� )�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 )�DataSourceDetailsObjectStoragez0 Data Source details for object storage c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DataSourceDetailsObjectStorage object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_anomaly_detection.models.DataSourceDetailsObjectStorage.data_source_type` attribute of this class is ``ORACLE_OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_source_type: The value to assign to the data_source_type property of this DataSourceDetailsObjectStorage. Allowed values for this property are: "ORACLE_OBJECT_STORAGE", "ORACLE_ATP", "INFLUX" :type data_source_type: str :param namespace: The value to assign to the namespace property of this DataSourceDetailsObjectStorage. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this DataSourceDetailsObjectStorage. :type bucket_name: str :param object_name: The value to assign to the object_name property of this DataSourceDetailsObjectStorage. :type object_name: str �str)�data_source_type� namespace�bucket_name�object_name�dataSourceTyper � bucketName� objectNameN�ORACLE_OBJECT_STORAGE)� swagger_types� attribute_map�_data_source_type� _namespace�_bucket_name�_object_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_anomaly_detection/models/data_source_details_object_storage.py�__init__ s ��z'DataSourceDetailsObjectStorage.__init__c C s | j S )z� Gets the namespace of this DataSourceDetailsObjectStorage. Object storage namespace :return: The namespace of this DataSourceDetailsObjectStorage. :rtype: str �r �r r r r r <