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;
}