📂 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
›
sch
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/sch/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitoring_source_selected_namespace_details.cpython-39.pyc
a ���fc � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� MonitoringSourceNamespaceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�(MonitoringSourceSelectedNamespaceDetailsz; The namespaces for the compartment-specific list. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a@ Initializes a new MonitoringSourceSelectedNamespaceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.MonitoringSourceSelectedNamespaceDetails.kind` attribute of this class is ``selected`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this MonitoringSourceSelectedNamespaceDetails. Allowed values for this property are: "selected" :type kind: str :param namespaces: The value to assign to the namespaces property of this MonitoringSourceSelectedNamespaceDetails. :type namespaces: list[oci.sch.models.MonitoringSourceSelectedNamespace] �strz'list[MonitoringSourceSelectedNamespace])�kind� namespacesr r NZselected)Z swagger_typesZ attribute_mapZ_kind�_namespaces)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/sch/models/monitoring_source_selected_namespace_details.py�__init__ s ��z1MonitoringSourceSelectedNamespaceDetails.__init__c C s | j S )a; **[Required]** Gets the namespaces of this MonitoringSourceSelectedNamespaceDetails. The namespaces for the compartment-specific list. :return: The namespaces of this MonitoringSourceSelectedNamespaceDetails. :rtype: list[oci.sch.models.MonitoringSourceSelectedNamespace] �r �r r r r r 0 s z3MonitoringSourceSelectedNamespaceDetails.namespacesc C s || _ dS )a5 Sets the namespaces of this MonitoringSourceSelectedNamespaceDetails. The namespaces for the compartment-specific list. :param namespaces: The namespaces of this MonitoringSourceSelectedNamespaceDetails. :type: list[oci.sch.models.MonitoringSourceSelectedNamespace] Nr )r r r r r r <