ManagedInstanceAnalyticCollection¶
-
class
oci.os_management_hub.models.
ManagedInstanceAnalyticCollection
(**kwargs)¶ Bases:
object
A set of managed instance metrics returned for the
summarize_managed_instance_analytics()
operation.Methods
__init__
(**kwargs)Initializes a new ManagedInstanceAnalyticCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagedInstanceAnalyticCollection. -
__init__
(**kwargs)¶ Initializes a new ManagedInstanceAnalyticCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.os_management_hub.models.ManagedInstanceAnalyticSummary]) – The value to assign to the items property of this ManagedInstanceAnalyticCollection.
-
items
¶ [Required] Gets the items of this ManagedInstanceAnalyticCollection. List of managed instance analytic summary objects.
Returns: The items of this ManagedInstanceAnalyticCollection. Return type: list[oci.os_management_hub.models.ManagedInstanceAnalyticSummary]
-