Class AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit (2.5.0)

public sealed class NotificationRateLimit : IMessage<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IEquatable<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IDeepCloneable<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IBufferMessage, IMessage

Control over the rate of notifications sent to this alert policy's notification channels.

Inheritance

Object > AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

NotificationRateLimit()

public NotificationRateLimit()

NotificationRateLimit(AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit)

public NotificationRateLimit(AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit other)
Parameter
NameDescription
otherAlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit

Properties

Period

public Duration Period { get; set; }

Not more than one notification per period.

Property Value
TypeDescription
Duration