Show / Hide Table of Contents

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 Source

NamespacePath

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

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.