public sealed class LockInfo : IMessage<LockInfo>, IEquatable<LockInfo>, IDeepCloneable<LockInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class LockInfo.
Details about the lock which locked the deployment.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
LockInfo()
public LockInfo()
LockInfo(LockInfo)
public LockInfo(LockInfo other)
Parameter | |
---|---|
Name | Description |
other | LockInfo |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Time that the lock was taken.
Property Value | |
---|---|
Type | Description |
Timestamp |
Info
public string Info { get; set; }
Extra information to store with the lock, provided by the caller.
Property Value | |
---|---|
Type | Description |
string |
LockId
public long LockId { get; set; }
Unique ID for the lock to be overridden with generation ID in the backend.
Property Value | |
---|---|
Type | Description |
long |
Operation
public string Operation { get; set; }
Terraform operation, provided by the caller.
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
Terraform version
Property Value | |
---|---|
Type | Description |
string |
Who
public string Who { get; set; }
user@hostname when available
Property Value | |
---|---|
Type | Description |
string |