public class MountSettings extends Object
| Constructor and Description |
|---|
MountSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
fileServerInternalIP()
Get internal IP address of the File Server which can be used to access the File Server from within the subnet.
|
String |
fileServerPublicIP()
Get public IP address of the File Server which can be used to SSH to the node from outside of the subnet.
|
String |
mountPoint()
Get path where the data disks are mounted on the File Server.
|
MountSettings |
withFileServerInternalIP(String fileServerInternalIP)
Set internal IP address of the File Server which can be used to access the File Server from within the subnet.
|
MountSettings |
withFileServerPublicIP(String fileServerPublicIP)
Set public IP address of the File Server which can be used to SSH to the node from outside of the subnet.
|
MountSettings |
withMountPoint(String mountPoint)
Set path where the data disks are mounted on the File Server.
|
public String mountPoint()
public MountSettings withMountPoint(String mountPoint)
mountPoint - the mountPoint value to setpublic String fileServerPublicIP()
public MountSettings withFileServerPublicIP(String fileServerPublicIP)
fileServerPublicIP - the fileServerPublicIP value to setpublic String fileServerInternalIP()
public MountSettings withFileServerInternalIP(String fileServerInternalIP)
fileServerInternalIP - the fileServerInternalIP value to setCopyright © 2019. All rights reserved.