Show / Hide Table of Contents

Class Preferences

Preferences to send notifications on the fleet activities.

Inheritance
object
Preferences
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class Preferences

Properties

OnJobFailure

Declaration
[JsonProperty(PropertyName = "onJobFailure")]
public bool? OnJobFailure { get; set; }
Property Value
Type Description
bool?

Enables or disables notification on Job Failures.

OnResourceNonCompliance

Declaration
[JsonProperty(PropertyName = "onResourceNonCompliance")]
public bool? OnResourceNonCompliance { get; set; }
Property Value
Type Description
bool?

Enables or disables notification when fleet resource becomes non compliant.

OnRunbookNewerVersion

Declaration
[JsonProperty(PropertyName = "onRunbookNewerVersion")]
public bool? OnRunbookNewerVersion { get; set; }
Property Value
Type Description
bool?

Enables or disables notification when a newer version of runbook associated with a fleet is available

OnTaskFailure

Declaration
[JsonProperty(PropertyName = "onTaskFailure")]
public bool? OnTaskFailure { get; set; }
Property Value
Type Description
bool?

Enables or disables notification on task failure.

OnTaskPause

Declaration
[JsonProperty(PropertyName = "onTaskPause")]
public bool? OnTaskPause { get; set; }
Property Value
Type Description
bool?

Enables or disables notification when a task is paused.

OnTaskSuccess

Declaration
[JsonProperty(PropertyName = "onTaskSuccess")]
public bool? OnTaskSuccess { get; set; }
Property Value
Type Description
bool?

Enables or disables notification on task success.

OnTopologyModification

Declaration
[JsonProperty(PropertyName = "onTopologyModification")]
public bool? OnTopologyModification { get; set; }
Property Value
Type Description
bool?

Enables or disables notification on Environment Fleet Topology Modification.

UpcomingSchedule

Declaration
[JsonProperty(PropertyName = "upcomingSchedule")]
public UpcomingSchedule UpcomingSchedule { get; set; }
Property Value
Type Description
UpcomingSchedule
In this article
Back to top