Class Recurrence
Alarm suppression recurring schedule. Only one recurrence condition is supported within the list of preconditions for a suppression (suppressionConditions).
Inherited Members
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class Recurrence : SuppressionConditionProperties
SuppressionDuration
Declaration
[Required(ErrorMessage = "SuppressionDuration is required.")]
[JsonProperty(PropertyName = "suppressionDuration")]
public string SuppressionDuration { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Duration of the recurring suppression. Specified as a string in ISO 8601 format. Minimum:  | 
Remarks
Required
SuppressionRecurrence
Declaration
[Required(ErrorMessage = "SuppressionRecurrence is required.")]
[JsonProperty(PropertyName = "suppressionRecurrence")]
public string SuppressionRecurrence { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Frequency and start time of the recurring suppression. The format follows the iCalendar specification (RFC 5545, section 3.3.10). Supported rule parts: 
 | 
Remarks
Required