FsuDiscoverySummaryCollection¶
-
class
oci.fleet_software_update.models.
FsuDiscoverySummaryCollection
(**kwargs)¶ Bases:
object
List of FleetSoftwareUpdateDiscoverySummary objects.
Methods
__init__
(**kwargs)Initializes a new FsuDiscoverySummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FsuDiscoverySummaryCollection. -
__init__
(**kwargs)¶ Initializes a new FsuDiscoverySummaryCollection 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.FsuDiscoverySummary]) – The value to assign to the items property of this FsuDiscoverySummaryCollection.
-
items
¶ [Required] Gets the items of this FsuDiscoverySummaryCollection. List of FleetSoftwareUpdateDiscoverySummary entries.
Returns: The items of this FsuDiscoverySummaryCollection. Return type: list[oci.fleet_software_update.models.FsuDiscoverySummary]
-