NamespaceJunction Class

  • java.lang.Object
    • com.microsoft.azure.management.storagecache.v2020_03_01.NamespaceJunction

public class NamespaceJunction

A namespace junction.

Constructor Summary

Constructor Description
NamespaceJunction()

Method Summary

Modifier and Type Method and Description
java.lang.String namespacePath()

Get namespace path on a Cache for a Storage Target.

java.lang.String nfsExport()

Get nFS export where targetPath exists.

java.lang.String targetPath()

Get path in Storage Target to which namespacePath points.

NamespaceJunction withNamespacePath(String namespacePath)

Set namespace path on a Cache for a Storage Target.

NamespaceJunction withNfsExport(String nfsExport)

Set nFS export where targetPath exists.

NamespaceJunction withTargetPath(String targetPath)

Set path in Storage Target to which namespacePath points.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NamespaceJunction

public NamespaceJunction()

Method Details

namespacePath

public String namespacePath()

Get namespace path on a Cache for a Storage Target.

Returns:

the namespacePath value

nfsExport

public String nfsExport()

Get nFS export where targetPath exists.

Returns:

the nfsExport value

targetPath

public String targetPath()

Get path in Storage Target to which namespacePath points.

Returns:

the targetPath value

withNamespacePath

public NamespaceJunction withNamespacePath(String namespacePath)

Set namespace path on a Cache for a Storage Target.

Parameters:

namespacePath - the namespacePath value to set

Returns:

the NamespaceJunction object itself.

withNfsExport

public NamespaceJunction withNfsExport(String nfsExport)

Set nFS export where targetPath exists.

Parameters:

nfsExport - the nfsExport value to set

Returns:

the NamespaceJunction object itself.

withTargetPath

public NamespaceJunction withTargetPath(String targetPath)

Set path in Storage Target to which namespacePath points.

Parameters:

targetPath - the targetPath value to set

Returns:

the NamespaceJunction object itself.

Applies to