public class UnmanagedFileSystemReference extends Object
| Constructor and Description |
|---|
UnmanagedFileSystemReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
mountCommand()
Get mount command line.
|
String |
relativeMountPath()
Get the relative path on the compute node where the unmanaged file system will be mounted.
|
UnmanagedFileSystemReference |
withMountCommand(String mountCommand)
Set mount command line.
|
UnmanagedFileSystemReference |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the unmanaged file system will be mounted.
|
public String mountCommand()
public UnmanagedFileSystemReference withMountCommand(String mountCommand)
mountCommand - the mountCommand value to setpublic String relativeMountPath()
public UnmanagedFileSystemReference withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath value to setCopyright © 2019. All rights reserved.