Class NFSMountConfigurationResponse


  • public final class NFSMountConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • mountOptions

        public java.util.Optional<java.lang.String> mountOptions()
        Returns:
        These are 'net use' options in Windows and 'mount' options in Linux.
      • relativeMountPath

        public java.lang.String relativeMountPath()
        Returns:
        All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
      • source

        public java.lang.String source()