Class MountSettings
java.lang.Object
com.microsoft.azure.management.batchai.MountSettings
File Server mount Information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet internal IP address of the File Server which can be used to access the File Server from within the subnet.Get public IP address of the File Server which can be used to SSH to the node from outside of the subnet.Get path where the data disks are mounted on the File Server.withFileServerInternalIP
(String fileServerInternalIP) Set internal IP address of the File Server which can be used to access the File Server from within the subnet.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.withMountPoint
(String mountPoint) Set path where the data disks are mounted on the File Server.
-
Constructor Details
-
MountSettings
public MountSettings()
-
-
Method Details
-
mountPoint
Get path where the data disks are mounted on the File Server.- Returns:
- the mountPoint value
-
withMountPoint
Set path where the data disks are mounted on the File Server.- Parameters:
mountPoint
- the mountPoint value to set- Returns:
- the MountSettings object itself.
-
fileServerPublicIP
Get public IP address of the File Server which can be used to SSH to the node from outside of the subnet.- Returns:
- the fileServerPublicIP value
-
withFileServerPublicIP
Set public IP address of the File Server which can be used to SSH to the node from outside of the subnet.- Parameters:
fileServerPublicIP
- the fileServerPublicIP value to set- Returns:
- the MountSettings object itself.
-
fileServerInternalIP
Get internal IP address of the File Server which can be used to access the File Server from within the subnet.- Returns:
- the fileServerInternalIP value
-
withFileServerInternalIP
Set internal IP address of the File Server which can be used to access the File Server from within the subnet.- Parameters:
fileServerInternalIP
- the fileServerInternalIP value to set- Returns:
- the MountSettings object itself.
-