BdsCapacityReservationCollection

class oci.bds.models.BdsCapacityReservationCollection(**kwargs)

Bases: object

Results of a BDS capacity reservation search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.bds.models.BdsCapacityReservationSummary]) – The value to assign to the items property of this BdsCapacityReservationCollection.
items

[Required] Gets the items of this BdsCapacityReservationCollection. List of BDS capacity reservation summaries.

Returns:The items of this BdsCapacityReservationCollection.
Return type:list[oci.bds.models.BdsCapacityReservationSummary]