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.
Implements
IMessagePreviewArtifacts, IEquatablePreviewArtifacts, IDeepCloneablePreviewArtifacts, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
PreviewArtifacts()
public PreviewArtifacts()
PreviewArtifacts(PreviewArtifacts)
public PreviewArtifacts(PreviewArtifacts other)
Parameter | |
---|---|
Name | Description |
other | PreviewArtifacts |
Properties
Artifacts
public string Artifacts { get; set; }
Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |