ProfileCollection

class oci.optimizer.models.ProfileCollection(**kwargs)

Bases: object

A list of profiles that match filter criteria, if any. Results contain ProfileSummary objects.

Methods

__init__(**kwargs) Initializes a new ProfileCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ProfileCollection.
__init__(**kwargs)

Initializes a new ProfileCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.optimizer.models.ProfileSummary]) – The value to assign to the items property of this ProfileCollection.
items

[Required] Gets the items of this ProfileCollection. A collection of profile summaries.

Returns:The items of this ProfileCollection.
Return type:list[oci.optimizer.models.ProfileSummary]