CacheNfsTargetNamespaceJunction

data class CacheNfsTargetNamespaceJunction(val accessPolicyName: String? = null, val namespacePath: String, val nfsExport: String, val targetPath: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the access policy applied to this target. Defaults to default.

Link copied to clipboard

The client-facing file path of this NFS target within the HPC Cache NFS Target.

Link copied to clipboard

The NFS export of this NFS target within the HPC Cache NFS Target.

Link copied to clipboard
val targetPath: String? = null

The relative subdirectory path from the nfs_export to map to the namespace_path. Defaults to "", in which case the whole nfs_export is exported.