LabConnectionSettingArgs

data class LabConnectionSettingArgs(val clientRdpAccess: Output<String>? = null, val clientSshAccess: Output<String>? = null) : ConvertibleToJava<LabConnectionSettingArgs>

Constructors

Link copied to clipboard
constructor(clientRdpAccess: Output<String>? = null, clientSshAccess: Output<String>? = null)

Properties

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

The enabled access level for Client Access over RDP. Possible value is Public.

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

The enabled access level for Client Access over SSH. Possible value is Public.

Functions

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