LaunchProfileStreamingSessionStorageRootArgs

data class LaunchProfileStreamingSessionStorageRootArgs(val linux: Output<String>? = null, val windows: Output<String>? = null) : ConvertibleToJava<LaunchProfileStreamingSessionStorageRootArgs>

The upload storage root location (folder) on streaming workstations where files are uploaded.

Constructors

constructor(linux: Output<String>? = null, windows: Output<String>? = null)

Properties

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

The folder path in Linux workstations where files are uploaded.

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

The folder path in Windows workstations where files are uploaded.

Functions

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