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.
§
filestore?: string
[src]Required. Immutable. Name of the Filestore instance to create, in the
format projects/{project}/locations/{location}/instances/{instance}