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