TopUtilizedResourceCollection¶
-
class
oci.license_manager.models.
TopUtilizedResourceCollection
(**kwargs)¶ Bases:
object
The collection of top utilized resources.
Methods
__init__
(**kwargs)Initializes a new TopUtilizedResourceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TopUtilizedResourceCollection. -
__init__
(**kwargs)¶ Initializes a new TopUtilizedResourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.license_manager.models.TopUtilizedResourceSummary]) – The value to assign to the items property of this TopUtilizedResourceCollection.
-
items
¶ [Required] Gets the items of this TopUtilizedResourceCollection. The top utilized resource summary collection.
Returns: The items of this TopUtilizedResourceCollection. Return type: list[oci.license_manager.models.TopUtilizedResourceSummary]
-