Backup
import type { Backup } from "https://googleapis.deno.dev/v1/file:v1.ts";
A Filestore backup.
§Properties
Output only. Capacity of the source file share when the backup was created.
A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
Output only. Amount of bytes that will be downloaded if the backup is restored. This may be different than storage bytes, since sequential backups of the same disk will share storage.
Output only. The file system protocol of the source Filestore instance that this backup is created from.
Output only. The resource name of the backup, in the format
projects/{project_number}/locations/{location_id}/backups/{backup_id}
.
The resource name of the source Filestore instance, in the format
projects/{project_number}/locations/{location_id}/instances/{instance_id}
,
used to create this backup.
Output only. The service tier of the source Filestore instance that this backup is created from.
Output only. The backup state.
Output only. The size of the storage used by the backup. As backups share storage, this number is expected to change with backup creation/deletion.
Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a namespaced name and each value a short name. Example: "123456789012/environment" : "production", "123456789013/costCenter" : "marketing" See the documentation for more information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing#retrieving_tag_key