Google Cloud Monitoring v3 API - Class AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit (3.9.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit.

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(NotificationRateLimit)

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

Properties

Period

public Duration Period { get; set; }

Not more than one notification per period.

Property Value
TypeDescription
Duration