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