NamespaceJunctionArgs

data class NamespaceJunctionArgs(val namespacePath: Output<String>? = null, val nfsAccessPolicy: Output<String>? = null, val nfsExport: Output<String>? = null, val targetPath: Output<String>? = null) : ConvertibleToJava<NamespaceJunctionArgs>

A namespace junction.

Constructors

Link copied to clipboard
constructor(namespacePath: Output<String>? = null, nfsAccessPolicy: Output<String>? = null, nfsExport: Output<String>? = null, targetPath: Output<String>? = null)

Properties

Link copied to clipboard
val namespacePath: Output<String>? = null

Namespace path on a cache for a Storage Target.

Link copied to clipboard
val nfsAccessPolicy: Output<String>? = null

Name of the access policy applied to this junction.

Link copied to clipboard
val nfsExport: Output<String>? = null

NFS export where targetPath exists.

Link copied to clipboard
val targetPath: Output<String>? = null

Path in Storage Target to which namespacePath points.

Functions

Link copied to clipboard
open override fun toJava(): NamespaceJunctionArgs