ManagementAgentPluginDetails¶
-
class
oci.management_agent.models.
ManagementAgentPluginDetails
(**kwargs)¶ Bases:
object
The information about the current management agent plugins that agent is having.
Attributes
PLUGIN_STATUS_FAILED
A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. PLUGIN_STATUS_INVALID
A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. PLUGIN_STATUS_RUNNING
A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. PLUGIN_STATUS_STOPPED
A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. is_enabled
Gets the is_enabled of this ManagementAgentPluginDetails. plugin_display_name
Gets the plugin_display_name of this ManagementAgentPluginDetails. plugin_id
Gets the plugin_id of this ManagementAgentPluginDetails. plugin_name
[Required] Gets the plugin_name of this ManagementAgentPluginDetails. plugin_status
Gets the plugin_status of this ManagementAgentPluginDetails. plugin_status_message
Gets the plugin_status_message of this ManagementAgentPluginDetails. plugin_version
Gets the plugin_version of this ManagementAgentPluginDetails. Methods
__init__
(**kwargs)Initializes a new ManagementAgentPluginDetails object with values from keyword arguments. -
PLUGIN_STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. This constant has a value of “FAILED”
-
PLUGIN_STATUS_INVALID
= 'INVALID'¶ A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. This constant has a value of “INVALID”
-
PLUGIN_STATUS_RUNNING
= 'RUNNING'¶ A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. This constant has a value of “RUNNING”
-
PLUGIN_STATUS_STOPPED
= 'STOPPED'¶ A constant which can be used with the plugin_status property of a ManagementAgentPluginDetails. This constant has a value of “STOPPED”
-
__init__
(**kwargs)¶ Initializes a new ManagementAgentPluginDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - plugin_id (str) – The value to assign to the plugin_id property of this ManagementAgentPluginDetails.
- plugin_name (str) – The value to assign to the plugin_name property of this ManagementAgentPluginDetails.
- plugin_display_name (str) – The value to assign to the plugin_display_name property of this ManagementAgentPluginDetails.
- plugin_version (str) – The value to assign to the plugin_version property of this ManagementAgentPluginDetails.
- plugin_status (str) – 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’.
- plugin_status_message (str) – The value to assign to the plugin_status_message property of this ManagementAgentPluginDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this ManagementAgentPluginDetails.
-
is_enabled
¶ Gets the is_enabled of this ManagementAgentPluginDetails. flag indicating whether the plugin is in enabled mode or disabled mode.
Returns: The is_enabled of this ManagementAgentPluginDetails. Return type: bool
-
plugin_display_name
¶ Gets the plugin_display_name of this ManagementAgentPluginDetails. Management Agent Plugin Identifier, can be renamed
Returns: The plugin_display_name of this ManagementAgentPluginDetails. Return type: str
-
plugin_id
¶ Gets the plugin_id of this ManagementAgentPluginDetails. Plugin Id
Returns: The plugin_id of this ManagementAgentPluginDetails. Return type: str
-
plugin_name
¶ [Required] Gets the plugin_name of this ManagementAgentPluginDetails. Management Agent Plugin Name
Returns: The plugin_name of this ManagementAgentPluginDetails. Return type: str
-
plugin_status
¶ Gets the plugin_status of this ManagementAgentPluginDetails. Plugin Status
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’.
Returns: The plugin_status of this ManagementAgentPluginDetails. Return type: str
-
plugin_status_message
¶ Gets the plugin_status_message of this ManagementAgentPluginDetails. Status message of the Plugin
Returns: The plugin_status_message of this ManagementAgentPluginDetails. Return type: str
-
plugin_version
¶ Gets the plugin_version of this ManagementAgentPluginDetails. Plugin Version
Returns: The plugin_version of this ManagementAgentPluginDetails. Return type: str
-