public sealed class AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly : IMessage<AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly>, IEquatable<AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly>, IDeepCloneable<AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly.
Used to schedule the query to run every so many hours.
Implements
IMessageAlertPolicyTypesConditionTypesSqlConditionTypesHourly, IEquatableAlertPolicyTypesConditionTypesSqlConditionTypesHourly, IDeepCloneableAlertPolicyTypesConditionTypesSqlConditionTypesHourly, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
Hourly()
public Hourly()
Hourly(Hourly)
public Hourly(AlertPolicy.Types.Condition.Types.SqlCondition.Types.Hourly other)
Parameter | |
---|---|
Name | Description |
other |
AlertPolicyTypesConditionTypesSqlConditionTypesHourly |
Properties
HasMinuteOffset
public bool HasMinuteOffset { get; }
Gets whether the "minute_offset" field is set
Property Value | |
---|---|
Type | Description |
bool |
MinuteOffset
public int MinuteOffset { get; set; }
Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
Property Value | |
---|---|
Type | Description |
int |
Periodicity
public int Periodicity { get; set; }
Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours.
Property Value | |
---|---|
Type | Description |
int |