NamespaceJunctionResponse

data class NamespaceJunctionResponse(val namespacePath: String? = null, val nfsAccessPolicy: String? = null, val nfsExport: String? = null, val targetPath: String? = null)

A namespace junction.

Constructors

Link copied to clipboard
constructor(namespacePath: String? = null, nfsAccessPolicy: String? = null, nfsExport: String? = null, targetPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val namespacePath: String? = null

Namespace path on a cache for a Storage Target.

Link copied to clipboard
val nfsAccessPolicy: String? = null

Name of the access policy applied to this junction.

Link copied to clipboard
val nfsExport: String? = null

NFS export where targetPath exists.

Link copied to clipboard
val targetPath: String? = null

Path in Storage Target to which namespacePath points.