ByolCollection

class oci.ocvp.models.ByolCollection(**kwargs)

Bases: object

A list of BYOLs.

Methods

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

Attributes

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

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

[Required] Gets the items of this ByolCollection. A list of Byols.

Returns:The items of this ByolCollection.
Return type:list[oci.ocvp.models.ByolSummary]