public class FileServerReference extends Object
Constructor and Description |
---|
FileServerReference() |
Modifier and Type | Method and Description |
---|---|
ResourceId |
fileServer()
Get resource ID of the existing File Server to be mounted.
|
String |
mountOptions()
Get mount options to be passed to mount command.
|
String |
relativeMountPath()
Get the relative path on the compute node where the File Server will be mounted.
|
String |
sourceDirectory()
Get file Server directory that needs to be mounted.
|
FileServerReference |
withFileServer(ResourceId fileServer)
Set resource ID of the existing File Server to be mounted.
|
FileServerReference |
withMountOptions(String mountOptions)
Set mount options to be passed to mount command.
|
FileServerReference |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the File Server will be mounted.
|
FileServerReference |
withSourceDirectory(String sourceDirectory)
Set file Server directory that needs to be mounted.
|
public ResourceId fileServer()
public FileServerReference withFileServer(ResourceId fileServer)
fileServer
- the fileServer value to setpublic String sourceDirectory()
public FileServerReference withSourceDirectory(String sourceDirectory)
sourceDirectory
- the sourceDirectory value to setpublic String relativeMountPath()
public FileServerReference withRelativeMountPath(String relativeMountPath)
relativeMountPath
- the relativeMountPath value to setpublic String mountOptions()
public FileServerReference withMountOptions(String mountOptions)
mountOptions
- the mountOptions value to setCopyright © 2019. All rights reserved.