CreateBackupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CreateBackupRequest creates a backup. .. attribute:: parent
Required. The backup's project and location, in the format
projects/{project_number}/locations/{location}
. In Cloud
Filestore, backup locations map to GCP regions, for example
us-west1.
:type: str
Attributes |
|
---|---|
Name | Description |
backup |
google.cloud.filestore_v1.types.Backup
Required. A [backup resource][google.cloud.filestore.v1.Backup] |
backup_id |
str
Required. The ID to use for the backup. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error. |