OccOverviewCollection

class oci.capacity_management.models.OccOverviewCollection(**kwargs)

Bases: object

A list representing response of overview API.

Methods

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

Attributes

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

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

Parameters:items (list[oci.capacity_management.models.OccOverviewSummary]) – The value to assign to the items property of this OccOverviewCollection.
items

[Required] Gets the items of this OccOverviewCollection. An array of overview summary.

Returns:The items of this OccOverviewCollection.
Return type:list[oci.capacity_management.models.OccOverviewSummary]