Class CacheNfsTargetNamespaceJunction
Inheritance
System.Object
CacheNfsTargetNamespaceJunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Hpc.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CacheNfsTargetNamespaceJunction
Fields
View SourceNamespacePath
The client-facing file path of this NFS target within the HPC Cache NFS Target.
Declaration
public readonly string NamespacePath
Field Value
| Type | Description |
|---|---|
| System.String |
NfsExport
The NFS export of this NFS target within the HPC Cache NFS Target.
Declaration
public readonly string NfsExport
Field Value
| Type | Description |
|---|---|
| System.String |
TargetPath
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.
Declaration
public readonly string TargetPath
Field Value
| Type | Description |
|---|---|
| System.String |