Show / Hide Table of Contents

Class AlarmSuppressionAlarmTarget

The alarm target of the alarm suppression.

Inheritance
object
AlarmSuppressionTarget
AlarmSuppressionAlarmTarget
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class AlarmSuppressionAlarmTarget : AlarmSuppressionTarget

Properties

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

In this article
Back to top