PersistentDirectory
import type { PersistentDirectory } from "https://googleapis.deno.dev/v1/workstations:v1.ts";A directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.
interface PersistentDirectory {
gceHd?: GceHyperdiskBalancedHighAvailability;
gcePd?: GceRegionalPersistentDisk;
mountPath?: string;
}§Properties
§
A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk.
§
gcePd?: GceRegionalPersistentDisk
[src]A PersistentDirectory backed by a Compute Engine persistent disk.