Infrastructure Manager v1 API - Class Statefile (1.3.0)

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

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

Contains info about a Terraform state file

Inheritance

object > Statefile

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

Statefile()

public Statefile()

Statefile(Statefile)

public Statefile(Statefile other)
Parameter
NameDescription
otherStatefile

Properties

SignedUri

public string SignedUri { get; set; }

Output only. Cloud Storage signed URI used for downloading or uploading the state file.

Property Value
TypeDescription
string