ManagementAgentAggregationCollection¶
-
class
oci.management_agent.models.
ManagementAgentAggregationCollection
(**kwargs)¶ Bases:
object
The summary of Management Agent count items
Methods
__init__
(**kwargs)Initializes a new ManagementAgentAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagementAgentAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new ManagementAgentAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.management_agent.models.ManagementAgentAggregation]) – The value to assign to the items property of this ManagementAgentAggregationCollection.
-
items
¶ [Required] Gets the items of this ManagementAgentAggregationCollection. List in which each item describes an aggregation of Managment Agents
Returns: The items of this ManagementAgentAggregationCollection. Return type: list[oci.management_agent.models.ManagementAgentAggregation]
-