📂 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: namespace.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 @ 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 )� NamespacezU This is the namespace details of a tenancy in Logging Analytics application c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new Namespace object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this Namespace. :type namespace_name: str :param compartment_id: The value to assign to the compartment_id property of this Namespace. :type compartment_id: str :param is_onboarded: The value to assign to the is_onboarded property of this Namespace. :type is_onboarded: bool :param is_log_set_enabled: The value to assign to the is_log_set_enabled property of this Namespace. :type is_log_set_enabled: bool :param is_data_ever_ingested: The value to assign to the is_data_ever_ingested property of this Namespace. :type is_data_ever_ingested: bool �str�bool)�namespace_name�compartment_id�is_onboarded�is_log_set_enabled�is_data_ever_ingestedZ namespaceNameZ compartmentIdZisOnboardedZisLogSetEnabledZisDataEverIngestedN)Z swagger_typesZ attribute_map�_namespace_name�_compartment_id� _is_onboarded�_is_log_set_enabled�_is_data_ever_ingested)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/log_analytics/models/namespace.py�__init__ s"