Class: Google::Cloud::Connectors::V1::LockConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::LockConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Determines whether or no a connection is locked. If locked, a reason must be specified.
Instance Attribute Summary collapse
-
#locked ⇒ ::Boolean
Indicates whether or not the connection is locked.
-
#reason ⇒ ::String
Describes why a connection is locked.
Instance Attribute Details
#locked ⇒ ::Boolean
Returns Indicates whether or not the connection is locked.
267 268 269 270 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 267 class LockConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String
Returns Describes why a connection is locked.
267 268 269 270 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 267 class LockConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |