ManagementAgentPluginAggregationCollection¶
-
class
oci.management_agent.models.ManagementAgentPluginAggregationCollection(**kwargs)¶ Bases:
objectThe summary of Management Agent Plugin count items
Methods
__init__(**kwargs)Initializes a new ManagementAgentPluginAggregationCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ManagementAgentPluginAggregationCollection. -
__init__(**kwargs)¶ Initializes a new ManagementAgentPluginAggregationCollection 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.ManagementAgentPluginAggregation]) – The value to assign to the items property of this ManagementAgentPluginAggregationCollection.
-
items¶ [Required] Gets the items of this ManagementAgentPluginAggregationCollection. List in which each item describes an aggregation of Managment Agent Plugins
Returns: The items of this ManagementAgentPluginAggregationCollection. Return type: list[oci.management_agent.models.ManagementAgentPluginAggregation]
-