OccCapacityRequestCollection

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

Bases: object

A list of capacity requests.

Methods

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

Attributes

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

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

[Required] Gets the items of this OccCapacityRequestCollection. An array of capacity requests.

Returns:The items of this OccCapacityRequestCollection.
Return type:list[oci.capacity_management.models.OccCapacityRequestSummary]