Class: Google::Cloud::DatabaseCenter::V1beta::AutomatedBackupPolicyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::AutomatedBackupPolicyInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/signals.rb
Overview
Automated backup policy signal info
Instance Attribute Summary collapse
-
#is_enabled ⇒ ::Boolean
Is automated policy enabled.
-
#sub_resource ⇒ ::Google::Cloud::DatabaseCenter::V1beta::SubResource
Optional.
Instance Attribute Details
#is_enabled ⇒ ::Boolean
Returns Is automated policy enabled.
251 252 253 254 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 251 class AutomatedBackupPolicyInfo 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.
251 252 253 254 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 251 class AutomatedBackupPolicyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |