VMMServerPropertiesCredentialsArgs

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

Credentials to connect to VMMServer.

Constructors

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

Properties

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

Credentials to use to connect to VMMServer.

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

Username to use to connect to VMMServer.

Functions

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