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

FileShareConfig

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

File share configuration for the instance.

interface FileShareConfig {
capacityGb?: bigint;
name?: string;
nfsExportOptions?: NfsExportOptions[];
sourceBackup?: string;
}

§Properties

§
capacityGb?: bigint
[src]

File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.

§
name?: string
[src]

Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.

§
nfsExportOptions?: NfsExportOptions[]
[src]

Nfs Export Options. There is a limit of 10 export options per file share.

§
sourceBackup?: string
[src]

The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.