MountPointMapResponse

data class MountPointMapResponse(val mountPoint: String, val mountType: String, val roleId: String, val roleType: String, val shareId: String)

The share mount point.

Constructors

Link copied to clipboard
constructor(mountPoint: String, mountType: String, roleId: String, roleType: String, shareId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mount point for the share.

Link copied to clipboard

Mounting type.

Link copied to clipboard

ID of the role to which share is mounted.

Link copied to clipboard

Role type.

Link copied to clipboard

ID of the share mounted to the role VM.