📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
management_agent
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/management_agent/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_agent_plugin_details.pyc
a O��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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�ManagementAgentPluginDetailszZ The information about the current management agent plugins that agent is having. �RUNNING�STOPPED�INVALID�FAILEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a< Initializes a new ManagementAgentPluginDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plugin_id: The value to assign to the plugin_id property of this ManagementAgentPluginDetails. :type plugin_id: str :param plugin_name: The value to assign to the plugin_name property of this ManagementAgentPluginDetails. :type plugin_name: str :param plugin_display_name: The value to assign to the plugin_display_name property of this ManagementAgentPluginDetails. :type plugin_display_name: str :param plugin_version: The value to assign to the plugin_version property of this ManagementAgentPluginDetails. :type plugin_version: str :param plugin_status: The value to assign to the plugin_status property of this ManagementAgentPluginDetails. Allowed values for this property are: "RUNNING", "STOPPED", "INVALID", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type plugin_status: str :param plugin_status_message: The value to assign to the plugin_status_message property of this ManagementAgentPluginDetails. :type plugin_status_message: str :param is_enabled: The value to assign to the is_enabled property of this ManagementAgentPluginDetails. :type is_enabled: bool �str�bool)� plugin_id�plugin_name�plugin_display_name�plugin_version� plugin_status�plugin_status_message� is_enabled�pluginId� pluginName�pluginDisplayName� pluginVersion�pluginStatus�pluginStatusMessage� isEnabledN) � swagger_types� attribute_map� _plugin_id�_plugin_name�_plugin_display_name�_plugin_version�_plugin_status�_plugin_status_message�_is_enabled)�self�kwargs� r&