Class: Google::Cloud::OracleDatabase::V1::DbBackupConfig::BackupDestinationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbBackupConfig::BackupDestinationDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/database.rb
Overview
The details of the database backup destination.
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ ::Google::Cloud::OracleDatabase::V1::DbBackupConfig::BackupDestinationType
Returns Optional. The type of the database backup destination.
219 220 221 222 |
# File 'proto_docs/google/cloud/oracledatabase/v1/database.rb', line 219 class BackupDestinationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |