📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: kubernetes_cluster_data_source.cpython-39.pyc
a ���fH � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DataSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�KubernetesClusterDataSourcez+ A Kubernetes cluster data source. c K st dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new KubernetesClusterDataSource object with values from keyword arguments. The default value of the :py:attr:`~oci.management_agent.models.KubernetesClusterDataSource.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 KubernetesClusterDataSource. :type key: str :param type: The value to assign to the type property of this KubernetesClusterDataSource. 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 KubernetesClusterDataSource. :type name: str :param compartment_id: The value to assign to the compartment_id property of this KubernetesClusterDataSource. :type compartment_id: str :param state: The value to assign to the state property of this KubernetesClusterDataSource. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED" :type state: str :param time_created: The value to assign to the time_created property of this KubernetesClusterDataSource. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this KubernetesClusterDataSource. :type time_updated: datetime :param namespace: The value to assign to the namespace property of this KubernetesClusterDataSource. :type namespace: str :param is_daemon_set: The value to assign to the is_daemon_set property of this KubernetesClusterDataSource. :type is_daemon_set: bool �strZdatetime�bool) �key�type�nameZcompartment_id�stateZtime_createdZtime_updated� namespace� is_daemon_setr r r Z compartmentIdr ZtimeCreatedZtimeUpdatedr ZisDaemonSetNZKUBERNETES_CLUSTER)Z swagger_typesZ attribute_mapZ_keyZ_type�_nameZ_compartment_id�_stateZ _time_createdZ _time_updated� _namespace�_is_daemon_set)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/management_agent/models/kubernetes_cluster_data_source.py�__init__ s<