ServiceNasConfigMountPoint

data class ServiceNasConfigMountPoint(val mountDir: String, val serverAddr: String)

Constructors

Link copied to clipboard
constructor(mountDir: String, serverAddr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The local address where to mount your remote NAS directory.

Link copied to clipboard

The address of the remote NAS directory.