BdsCapacityReservationConfigurationCollection¶
-
class
oci.bds.models.BdsCapacityReservationConfigurationCollection(**kwargs)¶ Bases:
objectResults of a BDS capacity reservation configuration search.
Methods
__init__(**kwargs)Initializes a new BdsCapacityReservationConfigurationCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this BdsCapacityReservationConfigurationCollection. -
__init__(**kwargs)¶ Initializes a new BdsCapacityReservationConfigurationCollection 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.BdsCapacityReservationConfigurationSummary]) – The value to assign to the items property of this BdsCapacityReservationConfigurationCollection.
-
items¶ [Required] Gets the items of this BdsCapacityReservationConfigurationCollection. List of BDS capacity reservation configuration summaries.
Returns: The items of this BdsCapacityReservationConfigurationCollection. Return type: list[oci.bds.models.BdsCapacityReservationConfigurationSummary]
-