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