ProfileLevelCollection

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

Bases: object

A list of profile levels that match the filter criteria, if any. The result contains ProfileLevelSummary objects.

Methods

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

Attributes

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

Initializes a new ProfileLevelCollection 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.ProfileLevelSummary]) – The value to assign to the items property of this ProfileLevelCollection.
items

[Required] Gets the items of this ProfileLevelCollection. A collection of profile levels.

Returns:The items of this ProfileLevelCollection.
Return type:list[oci.optimizer.models.ProfileLevelSummary]