ReferenceVmArgs

data class ReferenceVmArgs(val password: Output<String>? = null, val userName: Output<String>) : ConvertibleToJava<ReferenceVmArgs>

Details of a Reference Vm

Constructors

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

Properties

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

The password of the virtual machine. This will be set to null in GET resource API

Link copied to clipboard
val userName: Output<String>

The username of the virtual machine

Functions

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