Cache Nfs Target Namespace Junction Args
data class CacheNfsTargetNamespaceJunctionArgs(val accessPolicyName: Output<String>? = null, val namespacePath: Output<String>, val nfsExport: Output<String>, val targetPath: Output<String>? = null) : ConvertibleToJava<CacheNfsTargetNamespaceJunctionArgs>
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.