Show / Hide Table of Contents

Class FailedAlertPolicy

FailedAlertPolicy contains information about an alert policy that was found to be firing during an alert policy check.

Inheritance
object
FailedAlertPolicy
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class FailedAlertPolicy : IDirectResponseSchema

Properties

AlertPolicy

Output only. The name of the alert policy that was found to be firing. Format is projects/{project}/locations/{location}/alertPolicies/{alertPolicy}.

Declaration
[JsonProperty("alertPolicy")]
public virtual string AlertPolicy { get; set; }
Property Value
Type Description
string

Alerts

Output only. Open alerts for the alerting policies that matched the alert policy check configuration.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX