ServiceNasConfig

data class ServiceNasConfig(val groupId: Int, val mountPoints: List<ServiceNasConfigMountPoint>, val userId: Int)

Constructors

Link copied to clipboard
fun ServiceNasConfig(groupId: Int, mountPoints: List<ServiceNasConfigMountPoint>, userId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The group id of your NAS file system.

Link copied to clipboard

Config the NAS mount points, including following attributes:

Link copied to clipboard
val userId: Int

The user id of your NAS file system.