Preferences

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

Bases: object

Preferences to send notifications on the fleet activities

Methods

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

Attributes

on_job_failure Gets the on_job_failure of this Preferences.
on_topology_modification Gets the on_topology_modification of this Preferences.
on_upcoming_schedule Gets the on_upcoming_schedule of this Preferences.
__init__(**kwargs)

Initializes a new Preferences 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 Preferences.
  • on_job_failure (bool) – The value to assign to the on_job_failure property of this Preferences.
  • on_topology_modification (bool) – The value to assign to the on_topology_modification property of this Preferences.
on_job_failure

Gets the on_job_failure of this Preferences. Enables or disables notification on Job Failures.’

Returns:The on_job_failure of this Preferences.
Return type:bool
on_topology_modification

Gets the on_topology_modification of this Preferences. Enables or disables notification on Environment Fleet Topology Modification.

Returns:The on_topology_modification of this Preferences.
Return type:bool
on_upcoming_schedule

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

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