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

SapDiscoveryResourceInstancePropertiesDiskMount

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

Disk mount on the instance.

interface SapDiscoveryResourceInstancePropertiesDiskMount {
diskNames?: string[];
mountPoint?: string;
name?: string;
}

§Properties

§
diskNames?: string[]
[src]

Optional. Names of the disks providing this mount point.

§
mountPoint?: string
[src]

Optional. Filesystem mount point.

§
name?: string
[src]

Optional. Name of the disk.