📂 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
›
management_agent
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_agent/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: kubernetes_cluster_data_source_summary.cpython-39.pyc
a ���fc � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataSourceSummary� )�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 )�"KubernetesClusterDataSourceSummaryz6 A Kubernetes collection data source summary. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) aQ Initializes a new KubernetesClusterDataSourceSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.management_agent.models.KubernetesClusterDataSourceSummary.type` attribute of this class is ``KUBERNETES_CLUSTER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this KubernetesClusterDataSourceSummary. :type key: str :param type: The value to assign to the type property of this KubernetesClusterDataSourceSummary. Allowed values for this property are: "KUBERNETES_CLUSTER", "PROMETHEUS_EMITTER" :type type: str :param name: The value to assign to the name property of this KubernetesClusterDataSourceSummary. :type name: str :param is_daemon_set: The value to assign to the is_daemon_set property of this KubernetesClusterDataSourceSummary. :type is_daemon_set: bool �str�bool)�key�type�name� is_daemon_setr r r ZisDaemonSetNZKUBERNETES_CLUSTER)Z swagger_typesZ attribute_mapZ_keyZ_type�_name�_is_daemon_set)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/management_agent/models/kubernetes_cluster_data_source_summary.py�__init__ s ��z+KubernetesClusterDataSourceSummary.__init__c C s | j S )z� Gets the is_daemon_set of this KubernetesClusterDataSourceSummary. true if the Kubernetes cluster type is Daemon set :return: The is_daemon_set of this KubernetesClusterDataSourceSummary. :rtype: bool �r �r r r r r >