Cache Nfs Target Namespace Junction
data class CacheNfsTargetNamespaceJunction(val accessPolicyName: String? = null, val namespacePath: String, val nfsExport: String, val targetPath: String? = null)
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 relative subdirectory path from the nfs_export
to map to the namespace_path
. Defaults to ""
, in which case the whole nfs_export
is exported.