ManagementAgentAggregation

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

Bases: object

A count of Management Agents sharing the values for specified dimensions.

Methods

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

Attributes

count Gets the count of this ManagementAgentAggregation.
dimensions Gets the dimensions of this ManagementAgentAggregation.
__init__(**kwargs)

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

Parameters:
count

Gets the count of this ManagementAgentAggregation. The number of Management Agents in this group

Returns:The count of this ManagementAgentAggregation.
Return type:int
dimensions

Gets the dimensions of this ManagementAgentAggregation.

Returns:The dimensions of this ManagementAgentAggregation.
Return type:oci.management_agent.models.ManagementAgentAggregationDimensions