public class NFSMountConfiguration extends Object
| Constructor and Description |
|---|
NFSMountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
mountOptions()
Get these are 'net use' options in Windows and 'mount' options in Linux.
|
String |
relativeMountPath()
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
String |
source()
Get the source value.
|
NFSMountConfiguration |
withMountOptions(String mountOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
NFSMountConfiguration |
withRelativeMountPath(String relativeMountPath)
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
NFSMountConfiguration |
withSource(String source)
Set the source value.
|
public String source()
public NFSMountConfiguration withSource(String source)
source - the source value to setpublic String relativeMountPath()
public NFSMountConfiguration withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath value to setpublic String mountOptions()
public NFSMountConfiguration withMountOptions(String mountOptions)
mountOptions - the mountOptions value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/