Show / Hide Table of Contents

Class ApplyResults

Outputs and artifacts from applying a deployment.

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

Properties

Artifacts

Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}

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

Content

Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}

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

ETag

The ETag of the item.

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

Outputs

Map of output name to output info.

Declaration
[JsonProperty("outputs")]
public virtual IDictionary<string, TerraformOutput> Outputs { get; set; }
Property Value
Type Description
IDictionary<string, TerraformOutput>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX