📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: unprocessed_data_bucket.cpython-39.pyc
a ���ft � @ 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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�UnprocessedDataBucketzO Configuration details of the bucket that stores unprocessed payloads. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UnprocessedDataBucket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this UnprocessedDataBucket. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this UnprocessedDataBucket. :type bucket_name: str :param is_enabled: The value to assign to the is_enabled property of this UnprocessedDataBucket. :type is_enabled: bool :param time_created: The value to assign to the time_created property of this UnprocessedDataBucket. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this UnprocessedDataBucket. :type time_updated: datetime �str�boolZdatetime)� namespace�bucket_name� is_enabled�time_created�time_updatedr Z bucketNameZ isEnabledZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map� _namespace�_bucket_name�_is_enabled� _time_created� _time_updated)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/log_analytics/models/unprocessed_data_bucket.py�__init__ s"