Class NFSMountConfiguration
java.lang.Object
com.microsoft.azure.management.batch.NFSMountConfiguration
Information used to connect to an NFS file system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet these are 'net use' options in Windows and 'mount' options in Linux.Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.source()
Get the source value.withMountOptions
(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.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.withSource
(String source) Set the source value.
-
Constructor Details
-
NFSMountConfiguration
public NFSMountConfiguration()
-
-
Method Details
-
source
Get the source value.- Returns:
- the source value
-
withSource
Set the source value.- Parameters:
source
- the source value to set- Returns:
- the NFSMountConfiguration object itself.
-
relativeMountPath
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Returns:
- the relativeMountPath value
-
withRelativeMountPath
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Parameters:
relativeMountPath
- the relativeMountPath value to set- Returns:
- the NFSMountConfiguration object itself.
-
mountOptions
Get these are 'net use' options in Windows and 'mount' options in Linux.- Returns:
- the mountOptions value
-
withMountOptions
Set these are 'net use' options in Windows and 'mount' options in Linux.- Parameters:
mountOptions
- the mountOptions value to set- Returns:
- the NFSMountConfiguration object itself.
-