Class FailedAlertPolicy
FailedAlertPolicy contains information about an alert policy that was found to be firing during an alert policy check.
Implements
Inherited Members
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 |