ByolAllocationCollection¶
-
class
oci.ocvp.models.ByolAllocationCollection(**kwargs)¶ Bases:
objectA list of BYOL Allocations.
Methods
__init__(**kwargs)Initializes a new ByolAllocationCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ByolAllocationCollection. -
__init__(**kwargs)¶ Initializes a new ByolAllocationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ocvp.models.ByolAllocationSummary]) – The value to assign to the items property of this ByolAllocationCollection.
-
items¶ [Required] Gets the items of this ByolAllocationCollection. A list of BYOL Allocations.
Returns: The items of this ByolAllocationCollection. Return type: list[oci.ocvp.models.ByolAllocationSummary]
-