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).