StudioComponentSharedFileSystemConfiguration

data class StudioComponentSharedFileSystemConfiguration(val endpoint: String? = null, val fileSystemId: String? = null, val linuxMountPoint: String? = null, val shareName: String? = null, val windowsMountDrive: String? = null)

Constructors

constructor(endpoint: String? = null, fileSystemId: String? = null, linuxMountPoint: String? = null, shareName: String? = null, windowsMountDrive: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

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

Link copied to clipboard
val fileSystemId: String? = null

The unique identifier for a file system.

Link copied to clipboard
val linuxMountPoint: String? = null

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

Link copied to clipboard
val shareName: String? = null

The name of the file share.

Link copied to clipboard

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