DatastoreMountConfig
import type { DatastoreMountConfig } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";The Datastore Mount configuration
interface DatastoreMountConfig {
accessMode?: "ACCESS_MODE_UNSPECIFIED" | "READ_ONLY" | "READ_WRITE";
datastore?: string;
datastoreNetwork?: DatastoreNetwork;
readonly fileShare?: string;
nfsVersion?: "NFS_VERSION_UNSPECIFIED" | "NFS_V3";
readonly servers?: string[];
}§Properties
§
accessMode?: "ACCESS_MODE_UNSPECIFIED" | "READ_ONLY" | "READ_WRITE"
[src]Optional. The access mode of the NFS volume. Optional. Default value used will be READ_WRITE
§
datastore?: string
[src]Required. The resource name of the datastore to mount. Resource names are
schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/us-central1/datastores/my-datastore
§
datastoreNetwork?: DatastoreNetwork
[src]Required. The network configuration for the datastore.