CopyBackupMetadata

Metadata type for the google.longrunning.Operation returned by backups.copy.

JSON representation
{
  "name": string,
  "sourceBackupInfo": {
    object (BackupInfo)
  },
  "progress": {
    object (OperationProgress)
  }
}
Fields
name

string

The name of the backup being created through the copy operation. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.

sourceBackupInfo

object (BackupInfo)

Information about the source backup that is being copied from.

progress

object (OperationProgress)

The progress of the backups.copy operation.