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

MountDatastoreRequest

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

Mount Datastore Request message

interface MountDatastoreRequest {
datastoreMountConfig?: DatastoreMountConfig;
ignoreColocation?: boolean;
requestId?: string;
}

§Properties

§
datastoreMountConfig?: DatastoreMountConfig
[src]

Required. The datastore mount configuration.

§
ignoreColocation?: boolean
[src]

Optional. If set to true, the colocation requirement will be ignored. If set to false, the colocation requirement will be enforced. If not set, the colocation requirement will be enforced. Colocation requirement is the requirement that the cluster must be in the same region/zone of datastore(regional/zonal datastore).

§
requestId?: string
[src]

Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).