UpcomingSchedule

class oci.fleet_apps_management.models.UpcomingSchedule(**kwargs)

Bases: object

Enables notification on upcoming schedule.

Methods

__init__(**kwargs) Initializes a new UpcomingSchedule object with values from keyword arguments.

Attributes

notify_before Gets the notify_before of this UpcomingSchedule.
on_upcoming_schedule Gets the on_upcoming_schedule of this UpcomingSchedule.
__init__(**kwargs)

Initializes a new UpcomingSchedule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • on_upcoming_schedule (bool) – The value to assign to the on_upcoming_schedule property of this UpcomingSchedule.
  • notify_before (str) – The value to assign to the notify_before property of this UpcomingSchedule.
notify_before

Gets the notify_before of this UpcomingSchedule. Specify when the notification should be sent.

Returns:The notify_before of this UpcomingSchedule.
Return type:str
on_upcoming_schedule

Gets the on_upcoming_schedule of this UpcomingSchedule. Enables notification on upcoming schedule.

Returns:The on_upcoming_schedule of this UpcomingSchedule.
Return type:bool