Class DeleteBackupRequest (0.5.8)

DeleteBackupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DeleteBackup.

Attributes

NameDescription
name str
Required. Name of the Backup resource. Format: projects/*/locations/*/backupPlans/*/backups/*
etag str
Optional. If provided, this value must match the current value of the target Backup's etag field or the request is rejected.
force bool
Optional. If set to true, any VolumeBackups below this Backup will also be deleted. Otherwise, the request will only succeed if the Backup has no VolumeBackups.