CreateBackupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateBackup.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The BackupPlan within which to create the Backup. Format: projects/*/locations/*/backupPlans/*
|
backup |
google.cloud.gke_backup_v1.types.Backup
Optional. The Backup resource to create. |
backup_id |
str
Optional. The client-provided short name for the Backup 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 Backups in this BackupPlan |