StudioComponentSharedFileSystemConfigurationArgs

data class StudioComponentSharedFileSystemConfigurationArgs(val endpoint: Output<String>? = null, val fileSystemId: Output<String>? = null, val linuxMountPoint: Output<String>? = null, val shareName: Output<String>? = null, val windowsMountDrive: Output<String>? = null) : ConvertibleToJava<StudioComponentSharedFileSystemConfigurationArgs>

The configuration for a shared file storage system that is associated with a studio resource.

Constructors

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

Properties

Link copied to clipboard
val endpoint: Output<String>? = null

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

Link copied to clipboard
val fileSystemId: Output<String>? = null

The unique identifier for a file system.

Link copied to clipboard
val linuxMountPoint: Output<String>? = null

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

Link copied to clipboard
val shareName: Output<String>? = null

The name of the file share.

Link copied to clipboard
val windowsMountDrive: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StudioComponentSharedFileSystemConfigurationArgs