Show / Hide Table of Contents

Class GoogleCloudAnalysis

GoogleCloudAnalysis is a set of Google Cloud-based checks to perform on the deployment.

Inheritance
object
GoogleCloudAnalysis
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 GoogleCloudAnalysis : IDirectResponseSchema

Properties

AlertPolicyChecks

Optional. A list of Cloud Monitoring Alert Policy checks to perform as part of the analysis.

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

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