public sealed class Statefile : IMessage<Statefile>, IEquatable<Statefile>, IDeepCloneable<Statefile>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class Statefile.
Contains info about a Terraform state file
Implements
IMessageStatefile, IEquatableStatefile, IDeepCloneableStatefile, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
Statefile()
public Statefile()Statefile(Statefile)
public Statefile(Statefile other)| Parameter | |
|---|---|
| Name | Description |
other |
Statefile |
Properties
SignedUri
public string SignedUri { get; set; }Output only. Cloud Storage signed URI used for downloading or uploading the state file.
| Property Value | |
|---|---|
| Type | Description |
string |
|