📂 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.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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ManagementAgentPluginz/ Summary of the ManagementAgentPlugin. �LINUX�WINDOWS�SOLARIS�CREATING�UPDATING�ACTIVE�INACTIVE� TERMINATED�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new ManagementAgentPlugin object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ManagementAgentPlugin. :type id: str :param name: The value to assign to the name property of this ManagementAgentPlugin. :type name: str :param version: The value to assign to the version property of this ManagementAgentPlugin. :type version: int :param supported_platform_types: The value to assign to the supported_platform_types property of this ManagementAgentPlugin. Allowed values for items in this list are: "LINUX", "WINDOWS", "SOLARIS" :type supported_platform_types: list[str] :param display_name: The value to assign to the display_name property of this ManagementAgentPlugin. :type display_name: str :param description: The value to assign to the description property of this ManagementAgentPlugin. :type description: str :param is_console_deployable: The value to assign to the is_console_deployable property of this ManagementAgentPlugin. :type is_console_deployable: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementAgentPlugin. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str �str�intz list[str]�bool)�id�name�version�supported_platform_types�display_name�description�is_console_deployable�lifecycle_stater r r �supportedPlatformTypes�displayNamer �isConsoleDeployable�lifecycleStateN) � swagger_types� attribute_map�_id�_name�_version�_supported_platform_types� _display_name�_description�_is_console_deployable�_lifecycle_state)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/management_agent/models/management_agent_plugin.py�__init__<