Class DeleteRestorePlanRequest (0.5.8)

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

Request message for DeleteRestorePlan.

Attributes

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