Class AlarmSuppressionAlarmTarget
The alarm target of the alarm suppression.
Inherited Members
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class AlarmSuppressionAlarmTarget : AlarmSuppressionTargetProperties
AlarmId
Declaration
[Required(ErrorMessage = "AlarmId is required.")]
[JsonProperty(PropertyName = "alarmId")]
public string AlarmId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the alarm that is the target of the alarm suppression. | 
Remarks
Required