Class: Google::Cloud::DatabaseCenter::V1beta::DeletionProtectionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/databasecenter/v1beta/signals.rb

Overview

Deletion protection signal info for a database resource.

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabled::Boolean

Returns Is deletion protection enabled.

Returns:

  • (::Boolean)

    Is deletion protection enabled.



263
264
265
266
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 263

class DeletionProtectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sub_resource::Google::Cloud::DatabaseCenter::V1beta::SubResource

Returns Optional. Sub resource details associated with the signal.

Returns:



263
264
265
266
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 263

class DeletionProtectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end