Class CIFSMountConfiguration


  • public class CIFSMountConfiguration
    extends Object
    Information used to connect to a CIFS file system.
    • Constructor Detail

      • CIFSMountConfiguration

        public CIFSMountConfiguration()
    • Method Detail

      • username

        public String username()
        Get the username value.
        Returns:
        the username value
      • withUsername

        public CIFSMountConfiguration withUsername​(String username)
        Set the username value.
        Parameters:
        username - the username value to set
        Returns:
        the CIFSMountConfiguration object itself.
      • source

        public String source()
        Get the source value.
        Returns:
        the source value
      • withSource

        public CIFSMountConfiguration withSource​(String source)
        Set the source value.
        Parameters:
        source - the source value to set
        Returns:
        the CIFSMountConfiguration object itself.
      • relativeMountPath

        public String relativeMountPath()
        Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
        Returns:
        the relativeMountPath value
      • withRelativeMountPath

        public CIFSMountConfiguration withRelativeMountPath​(String relativeMountPath)
        Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
        Parameters:
        relativeMountPath - the relativeMountPath value to set
        Returns:
        the CIFSMountConfiguration object itself.
      • mountOptions

        public String mountOptions()
        Get these are 'net use' options in Windows and 'mount' options in Linux.
        Returns:
        the mountOptions value
      • withMountOptions

        public CIFSMountConfiguration withMountOptions​(String mountOptions)
        Set these are 'net use' options in Windows and 'mount' options in Linux.
        Parameters:
        mountOptions - the mountOptions value to set
        Returns:
        the CIFSMountConfiguration object itself.
      • password

        public String password()
        Get the password value.
        Returns:
        the password value
      • withPassword

        public CIFSMountConfiguration withPassword​(String password)
        Set the password value.
        Parameters:
        password - the password value to set
        Returns:
        the CIFSMountConfiguration object itself.