Class: Google::Cloud::BackupDR::V1::AlloyDBClusterDataSourceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::AlloyDBClusterDataSourceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_alloydb.rb
Overview
AlloyDBClusterDataSourceProperties represents the properties of a AlloyDB cluster resource that are stored in the DataSource. .
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Name of the AlloyDB cluster backed up by the datasource.
30 31 32 33 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_alloydb.rb', line 30 class AlloyDBClusterDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |