NFSResponse

data class NFSResponse(val remotePath: String, val server: String)

Represents an NFS volume.

Constructors

Link copied to clipboard
fun NFSResponse(remotePath: String, server: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Remote source path exported from the NFS, e.g., "/share".

Link copied to clipboard

The IP address of the NFS.