Class CreateRestoreRequest (0.5.8)

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

Request message for CreateRestore.

Attributes

NameDescription
parent str
Required. The RestorePlan within which to create the Restore. Format: projects/*/locations/*/restorePlans/*
restore google.cloud.gke_backup_v1.types.Restore
Required. The restore resource to create.
restore_id str
Required. The client-provided short name for the Restore resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of Restores in this RestorePlan.