VolumeMountOption

data class VolumeMountOption(val export: String? = null, val exportFull: String? = null, val instructions: String? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
constructor(export: String? = null, exportFull: String? = null, instructions: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val export: String? = null

(Output) Export path of the volume.

Link copied to clipboard
val exportFull: String? = null

(Output) Full export path of the volume. Format for NFS volumes: <export_ip>:/<shareName> Format for SMB volumes: \\\\netbios_prefix-four_random_hex_letters.domain_name\\shareName

Link copied to clipboard
val instructions: String? = null

(Output) Human-readable mount instructions.

Link copied to clipboard
val protocol: String? = null

(Output) Protocol to mount with.