VMMServer Properties Credentials Args
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
fun VMMServerPropertiesCredentialsArgs(password: Output<String>? = null, username: Output<String>? = null)