Infrastructure Manager v1 API - Class ApplyResults (1.3.0)

public sealed class ApplyResults : IMessage<ApplyResults>, IEquatable<ApplyResults>, IDeepCloneable<ApplyResults>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class ApplyResults.

Outputs and artifacts from applying a deployment.

Inheritance

object > ApplyResults

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ApplyResults()

public ApplyResults()

ApplyResults(ApplyResults)

public ApplyResults(ApplyResults other)
Parameter
NameDescription
otherApplyResults

Properties

Artifacts

public string Artifacts { get; set; }

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

Property Value
TypeDescription
string

Content

public string Content { get; set; }

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

Property Value
TypeDescription
string

Outputs

public MapField<string, TerraformOutput> Outputs { get; }

Map of output name to output info.

Property Value
TypeDescription
MapFieldstringTerraformOutput