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. Default value: 'default'. |
| 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?: undefined | string
Property Value
undefined | string
nfsAccessPolicy
Name of the access policy applied to this junction. Default value: 'default'.
nfsAccessPolicy?: undefined | string
Property Value
undefined | string
nfsExport
NFS export where targetPath exists.
nfsExport?: undefined | string
Property Value
undefined | string
targetPath
Path in Storage Target to which namespacePath points.
targetPath?: undefined | string
Property Value
undefined | string