public sealed class ApplyResults : IMessage<ApplyResults>, IEquatable<ApplyResults>, IDeepCloneable<ApplyResults>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class ApplyResults.
Outputs and artifacts from applying a deployment.
Implements
IMessageApplyResults, IEquatableApplyResults, IDeepCloneableApplyResults, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ApplyResults()
public ApplyResults()ApplyResults(ApplyResults)
public ApplyResults(ApplyResults other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplyResults |
Properties
Artifacts
public string Artifacts { get; set; }Location of artifacts (e.g. logs) in Google Cloud Storage.
Format: gs://{bucket}/{object}
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Outputs
public MapField<string, TerraformOutput> Outputs { get; }Map of output name to output info.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringTerraformOutput |
|