Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::LockConfig.
Determines whether or no a connection is locked. If locked, a reason must be specified.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#locked
def locked() -> ::Boolean
Returns
- (::Boolean) — Indicates whether or not the connection is locked.
#locked=
def locked=(value) -> ::Boolean
Parameter
- value (::Boolean) — Indicates whether or not the connection is locked.
Returns
- (::Boolean) — Indicates whether or not the connection is locked.
#reason
def reason() -> ::String
Returns
- (::String) — Describes why a connection is locked.
#reason=
def reason=(value) -> ::String
Parameter
- value (::String) — Describes why a connection is locked.
Returns
- (::String) — Describes why a connection is locked.