VscMountPointInstanceVsc

data class VscMountPointInstanceVsc(val vscId: String? = null, val vscStatus: String? = null, val vscType: String? = null)

Constructors

Link copied to clipboard
constructor(vscId: String? = null, vscStatus: String? = null, vscType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vscId: String? = null

VSC Channel primary key representation, used to retrieve the specified VSC Channel.

Link copied to clipboard
val vscStatus: String? = null

VSC Mount status.

Link copied to clipboard
val vscType: String? = null

The VSC type.