Class MountSettings

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

public class MountSettings extends Object
File Server mount Information.
  • Constructor Details

    • MountSettings

      public MountSettings()
  • Method Details

    • mountPoint

      public String mountPoint()
      Get path where the data disks are mounted on the File Server.
      Returns:
      the mountPoint value
    • 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.
    • 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
    • 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.
    • 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
    • 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.