NamespaceJunction interface
A namespace junction.
Properties
namespace |
Namespace path on a cache for a Storage Target. |
nfs |
Name of the access policy applied to this junction. |
nfs |
NFS export where targetPath exists. |
target |
Path in Storage Target to which namespacePath points. |
Property Details
namespacePath
Namespace path on a cache for a Storage Target.
namespacePath?: string
Property Value
string
nfsAccessPolicy
Name of the access policy applied to this junction.
nfsAccessPolicy?: string
Property Value
string
nfsExport
NFS export where targetPath exists.
nfsExport?: string
Property Value
string
targetPath
Path in Storage Target to which namespacePath points.
targetPath?: string
Property Value
string