ManagementAgentPluginAggregation¶
-
class
oci.management_agent.models.
ManagementAgentPluginAggregation
(**kwargs)¶ Bases:
object
A count of Management Agents Plugins sharing the values for specified dimensions.
Methods
__init__
(**kwargs)Initializes a new ManagementAgentPluginAggregation object with values from keyword arguments. Attributes
count
Gets the count of this ManagementAgentPluginAggregation. dimensions
Gets the dimensions of this ManagementAgentPluginAggregation. -
__init__
(**kwargs)¶ Initializes a new ManagementAgentPluginAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - dimensions (oci.management_agent.models.ManagementAgentPluginAggregationDimensions) – The value to assign to the dimensions property of this ManagementAgentPluginAggregation.
- count (int) – The value to assign to the count property of this ManagementAgentPluginAggregation.
-
count
¶ Gets the count of this ManagementAgentPluginAggregation. The number of Management Agent Plugins in this group
Returns: The count of this ManagementAgentPluginAggregation. Return type: int
-
dimensions
¶ Gets the dimensions of this ManagementAgentPluginAggregation.
Returns: The dimensions of this ManagementAgentPluginAggregation. Return type: oci.management_agent.models.ManagementAgentPluginAggregationDimensions
-