Class ApplyResults
Outputs and artifacts from applying a deployment.
Implements
Inherited Members
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> |