SoftwareUpdateCollection

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

Bases: object

Results of a software update search. Contains both software update summaries and a summary of the search.

Methods

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

Attributes

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

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

[Required] Gets the items of this SoftwareUpdateCollection. List of all the available software updates.

Returns:The items of this SoftwareUpdateCollection.
Return type:list[oci.bds.models.SoftwareUpdateSummary]