Class: Google::Cloud::Connectors::V1::LockConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#locked::Boolean

Returns Indicates whether or not the connection is locked.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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