Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RestoreInstanceRequest

import type { RestoreInstanceRequest } from "https://googleapis.deno.dev/v1/file:v1.ts";

RestoreInstanceRequest restores an existing instance's file share from a backup.

interface RestoreInstanceRequest {
fileShare?: string;
sourceBackup?: string;
}

§Properties

§
fileShare?: string
[src]

Required. Name of the file share in the Filestore instance that the backup is being restored to.

§
sourceBackup?: string
[src]

The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.