Integration Connectors v1 API - Class LockConfig (1.1.0)

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.

Inheritance

object > LockConfig

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

LockConfig()

public LockConfig()

LockConfig(LockConfig)

public LockConfig(LockConfig other)
Parameter
NameDescription
otherLockConfig

Properties

Locked

public bool Locked { get; set; }

Indicates whether or not the connection is locked.

Property Value
TypeDescription
bool

Reason

public string Reason { get; set; }

Describes why a connection is locked.

Property Value
TypeDescription
string