Show / Hide Table of Contents

Class AlertStrategy

Control over how the notification channels in notification_channels are notified when this alert fires.

Inheritance
object
AlertStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class AlertStrategy : IDirectResponseSchema

Properties

AutoClose

If an alert policy that was active has no data for this long, any open incidents will close

Declaration
[JsonProperty("autoClose")]
public virtual object AutoClose { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NotificationChannelStrategy

Control how notifications will be sent out, on a per-channel basis.

Declaration
[JsonProperty("notificationChannelStrategy")]
public virtual IList<NotificationChannelStrategy> NotificationChannelStrategy { get; set; }
Property Value
Type Description
IList<NotificationChannelStrategy>

NotificationRateLimit

Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.

Declaration
[JsonProperty("notificationRateLimit")]
public virtual NotificationRateLimit NotificationRateLimit { get; set; }
Property Value
Type Description
NotificationRateLimit

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX