ClientAccessRightResponse

data class ClientAccessRightResponse(val accessPermission: String, val client: String)

The mapping between a particular client IP and the type of access client has on the NFS share.

Constructors

Link copied to clipboard
constructor(accessPermission: String, client: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of access to be allowed for the client.

Link copied to clipboard

IP of the client.