CreateFilestoreInstance
import type { CreateFilestoreInstance } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a new filestore instance should be created.
interface CreateFilestoreInstance {
readonly filestore?: string;
}