Show / Hide Table of Contents

Class CacheNfsTargetNamespaceJunctionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CacheNfsTargetNamespaceJunctionArgs
Inherited Members
ResourceArgs.Empty
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 Source

CacheNfsTargetNamespaceJunctionArgs()

Declaration
public CacheNfsTargetNamespaceJunctionArgs()

Properties

View Source

NamespacePath

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>
View Source

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>
View Source

TargetPath

The relative subdirectory path from the nfs_export to map to the namespace_path. Defaults to &quot;&quot;, in which case the whole nfs_export is exported.

Declaration
public Input<string> TargetPath { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.