FsuJobCollection

class oci.fleet_software_update.models.FsuJobCollection(**kwargs)

Bases: object

Results of a Exadata Fleet Update Job Summary listing. Contains FleetSoftwareUpdateJobSummary items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_software_update.models.FsuJobSummary]) – The value to assign to the items property of this FsuJobCollection.
items

[Required] Gets the items of this FsuJobCollection. Items in collection.

Returns:The items of this FsuJobCollection.
Return type:list[oci.fleet_software_update.models.FsuJobSummary]