MountSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.batchai.MountSettings

public class MountSettings

File Server mount Information.

Method Summary

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.

Method Details

fileServerInternalIP

public String 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

fileServerPublicIP

public String 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

mountPoint

public String mountPoint()

Get path where the data disks are mounted on the File Server.

Returns:

the mountPoint value

withFileServerInternalIP

public 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.

Parameters:

fileServerInternalIP - the fileServerInternalIP value to set

Returns:

the MountSettings object itself.

withFileServerPublicIP

public 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.

Parameters:

fileServerPublicIP - the fileServerPublicIP value to set

Returns:

the MountSettings object itself.

withMountPoint

public MountSettings withMountPoint(String mountPoint)

Set path where the data disks are mounted on the File Server.

Parameters:

mountPoint - the mountPoint value to set

Returns:

the MountSettings object itself.

Applies to