CreateBackupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request for
CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup]
.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. This must be one of the clusters in the instance in which this table is located. The backup will be stored in this cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster} .
|
backup_id |
str
Required. The id of the backup to be created. The backup_id along with the parent parent are combined
as {parent}/backups/{backup_id} to create the full backup
name, of the form:
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id} .
This string must be between 1 and 50 characters in length
and match the regex [*a-zA-Z0-9][-*.a-zA-Z0-9]*.
|
backup |
google.cloud.bigtable_admin_v2.types.Backup
Required. The backup to create. |