Class: Google::Cloud::AlloyDB::V1beta::BackupSource

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

Overview

Message describing a BackupSource.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_name::String

Returns Required. The name of the backup resource with the format:

  • projects/{project}/locations/{region}/backups/{backup_id}.

Returns:

  • (::String)

    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/v1beta/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.

Returns:

  • (::String)

    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/v1beta/resources.rb', line 304

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