ManagementAgentAggregation¶
-
class
oci.management_agent.models.ManagementAgentAggregation(**kwargs)¶ Bases:
objectA count of Management Agents sharing the values for specified dimensions.
Methods
__init__(**kwargs)Initializes a new ManagementAgentAggregation object with values from keyword arguments. Attributes
countGets the count of this ManagementAgentAggregation. dimensionsGets 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: - dimensions (oci.management_agent.models.ManagementAgentAggregationDimensions) – The value to assign to the dimensions property of this ManagementAgentAggregation.
- count (int) – The value to assign to the count property of this ManagementAgentAggregation.
-
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
-