Class CacheNfsTargetNamespaceJunctionArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CacheNfsTargetNamespaceJunctionArgs : ResourceArgs
Constructors
View SourceCacheNfsTargetNamespaceJunctionArgs()
Declaration
public CacheNfsTargetNamespaceJunctionArgs()
Properties
View SourceNamespacePath
The client-facing file path of this NFS target within the HPC Cache NFS Target.
Declaration
public Input<string> NamespacePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NfsExport
The NFS export of this NFS target within the HPC Cache NFS Target.
Declaration
public Input<string> NfsExport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TargetPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |