ManagementAgentPluginAggregationDimensions

class oci.management_agent.models.ManagementAgentPluginAggregationDimensions(**kwargs)

Bases: object

The Aggregation of Management Agent Plugin Dimensions

Methods

__init__(**kwargs) Initializes a new ManagementAgentPluginAggregationDimensions object with values from keyword arguments.

Attributes

plugin_display_name Gets the plugin_display_name of this ManagementAgentPluginAggregationDimensions.
plugin_name Gets the plugin_name of this ManagementAgentPluginAggregationDimensions.
__init__(**kwargs)

Initializes a new ManagementAgentPluginAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • plugin_name (str) – The value to assign to the plugin_name property of this ManagementAgentPluginAggregationDimensions.
  • plugin_display_name (str) – The value to assign to the plugin_display_name property of this ManagementAgentPluginAggregationDimensions.
plugin_display_name

Gets the plugin_display_name of this ManagementAgentPluginAggregationDimensions. Management Agent Plugin Display Name

Returns:The plugin_display_name of this ManagementAgentPluginAggregationDimensions.
Return type:str
plugin_name

Gets the plugin_name of this ManagementAgentPluginAggregationDimensions. Management Agent Plugin Name

Returns:The plugin_name of this ManagementAgentPluginAggregationDimensions.
Return type:str