Class SharedFileSystemConfiguration

    • Method Detail

      • endpoint

        public final String endpoint()

        The endpoint of the shared file system that is accessed by the studio component resource.

        Returns:
        The endpoint of the shared file system that is accessed by the studio component resource.
      • fileSystemId

        public final String fileSystemId()

        The unique identifier for a file system.

        Returns:
        The unique identifier for a file system.
      • linuxMountPoint

        public final String linuxMountPoint()

        The mount location for a shared file system on a Linux virtual workstation.

        Returns:
        The mount location for a shared file system on a Linux virtual workstation.
      • shareName

        public final String shareName()

        The name of the file share.

        Returns:
        The name of the file share.
      • windowsMountDrive

        public final String windowsMountDrive()

        The mount location for a shared file system on a Windows virtual workstation.

        Returns:
        The mount location for a shared file system on a Windows virtual workstation.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)