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

NewFilestoreConfig

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

When set in a StorageResourceConfig, indicates that a new Filestore instance should be created.

interface NewFilestoreConfig {
description?: string;
fileShares?: FileShareConfig[];
filestore?: string;
protocol?: "PROTOCOL_UNSPECIFIED" | "NFSV3" | "NFSV41";
tier?: "TIER_UNSPECIFIED" | "ZONAL" | "REGIONAL";
}

§Properties

§
description?: string
[src]

Optional. Immutable. Description of the instance. Maximum of 2048 characters.

§
fileShares?: FileShareConfig[]
[src]

Required. Immutable. File system shares on the instance. Exactly one file share must be specified.

§
filestore?: string
[src]

Required. Immutable. Name of the Filestore instance to create, in the format projects/{project}/locations/{location}/instances/{instance}

§
protocol?: "PROTOCOL_UNSPECIFIED" | "NFSV3" | "NFSV41"
[src]

Optional. Immutable. Access protocol to use for all file shares in the instance. Defaults to NFS V3 if not set.

§
tier?: "TIER_UNSPECIFIED" | "ZONAL" | "REGIONAL"
[src]

Required. Immutable. Service tier to use for the instance.