VICredentialResponse

data class VICredentialResponse(val username: String? = null)

Username / Password Credentials to connect to vcenter.

Constructors

Link copied to clipboard
constructor(username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val username: String? = null

Gets or sets username to connect with the vCenter.