Show / Hide Table of Contents

Class Analysis

Analysis contains the configuration for the set of analyses to be performed on the target.

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

Properties

CustomChecks

Optional. Custom analysis checks from 3P metric providers.

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

Duration

Required. The amount of time in minutes the analysis on the target will last. If all analysis checks have successfully completed before the specified duration, the analysis is successful. If a check is still running while the specified duration passes, it will wait for that check to complete to determine if the analysis is successful. The maximum duration is 48 hours.

Declaration
[JsonProperty("duration")]
public virtual object Duration { 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

GoogleCloud

Optional. Google Cloud - based analysis checks.

Declaration
[JsonProperty("googleCloud")]
public virtual GoogleCloudAnalysis GoogleCloud { get; set; }
Property Value
Type Description
GoogleCloudAnalysis

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX