ManagementAgentPluginDetails¶
-
class
oci.management_agent.models.
ManagementAgentPluginDetails
(**kwargs)¶ Bases:
object
The information about the current management agent plugins that agent is having.
Methods
__init__
(**kwargs)Initializes a new ManagementAgentPluginDetails object with values from keyword arguments. Attributes
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_version
Gets the plugin_version of this ManagementAgentPluginDetails. -
__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.
- 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_version
¶ Gets the plugin_version of this ManagementAgentPluginDetails. Plugin Version
Returns: The plugin_version of this ManagementAgentPluginDetails. Return type: str
-