Infrastructure Manager v1 API - Class PreviewArtifacts (1.3.0)

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

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

Artifacts created by preview.

Inheritance

object > PreviewArtifacts

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

PreviewArtifacts()

public PreviewArtifacts()

PreviewArtifacts(PreviewArtifacts)

public PreviewArtifacts(PreviewArtifacts other)
Parameter
NameDescription
otherPreviewArtifacts

Properties

Artifacts

public string Artifacts { get; set; }

Output only. Location of artifacts in Google Cloud Storage. Format: gs://{bucket}/{object}

Property Value
TypeDescription
string

Content

public string Content { get; set; }

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

Property Value
TypeDescription
string