SchedulingPlanCollection¶
-
class
oci.database.models.
SchedulingPlanCollection
(**kwargs)¶ Bases:
object
Results of Scheduling Plan resources lists. Contains ScheduledActionSummary items.
Methods
__init__
(**kwargs)Initializes a new SchedulingPlanCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SchedulingPlanCollection. -
__init__
(**kwargs)¶ Initializes a new SchedulingPlanCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database.models.SchedulingPlanSummary]) – The value to assign to the items property of this SchedulingPlanCollection.
-
items
¶ [Required] Gets the items of this SchedulingPlanCollection. List of Scheduling Plan resources.
Returns: The items of this SchedulingPlanCollection. Return type: list[oci.database.models.SchedulingPlanSummary]
-