MountPointMapArgs

data class MountPointMapArgs(val shareId: Output<String>) : ConvertibleToJava<MountPointMapArgs>

The share mount point.

Constructors

Link copied to clipboard
constructor(shareId: Output<String>)

Properties

Link copied to clipboard
val shareId: Output<String>

ID of the share mounted to the role VM.

Functions

Link copied to clipboard
open override fun toJava(): MountPointMapArgs