public sealed class ServiceLockInfo : IMessage<ServiceLockInfo>, IEquatable<ServiceLockInfo>, IDeepCloneable<ServiceLockInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ServiceLockInfo.
ServiceLockInfo represents the details of a lock taken by the service on a Backup resource.
Implements
IMessageServiceLockInfo, IEquatableServiceLockInfo, IDeepCloneableServiceLockInfo, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ServiceLockInfo()
public ServiceLockInfo()
ServiceLockInfo(ServiceLockInfo)
public ServiceLockInfo(ServiceLockInfo other)
Parameter | |
---|---|
Name | Description |
other |
ServiceLockInfo |
Properties
Operation
public string Operation { get; set; }
Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.
Property Value | |
---|---|
Type | Description |
string |