Class: Google::Cloud::AlloyDB::V1alpha::BackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::BackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Message describing a BackupSource.
Instance Attribute Summary collapse
-
#backup_name ⇒ ::String
Required.
-
#backup_uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#backup_name ⇒ ::String
Returns Required. The name of the backup resource with the format:
- projects/{project}/locations/{region}/backups/{backup_id}.
304 305 306 307 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 304 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_uid ⇒ ::String (readonly)
Returns Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.
304 305 306 307 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 304 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |