public sealed class LockConfig : IMessage<LockConfig>, IEquatable<LockConfig>, IDeepCloneable<LockConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class LockConfig.
Determines whether or no a connection is locked. If locked, a reason must be specified.
Implements
IMessageLockConfig, IEquatableLockConfig, IDeepCloneableLockConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
LockConfig()
public LockConfig()
LockConfig(LockConfig)
public LockConfig(LockConfig other)
Parameter | |
---|---|
Name | Description |
other |
LockConfig |
Properties
Locked
public bool Locked { get; set; }
Indicates whether or not the connection is locked.
Property Value | |
---|---|
Type | Description |
bool |
Reason
public string Reason { get; set; }
Describes why a connection is locked.
Property Value | |
---|---|
Type | Description |
string |