ScheduledFleetCollection¶
-
class
oci.fleet_apps_management.models.
ScheduledFleetCollection
(**kwargs)¶ Bases:
object
Results of a Scheduled ActionGroup search.
Methods
__init__
(**kwargs)Initializes a new ScheduledFleetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduledFleetCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduledFleetCollection 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_apps_management.models.ScheduledFleetSummary]) – The value to assign to the items property of this ScheduledFleetCollection.
-
items
¶ [Required] Gets the items of this ScheduledFleetCollection. List of ScheduledFleets.
Returns: The items of this ScheduledFleetCollection. Return type: list[oci.fleet_apps_management.models.ScheduledFleetSummary]
-