VMwareDraModelCustomPropertiesArgs

data class VMwareDraModelCustomPropertiesArgs(val biosId: Output<String>, val instanceType: Output<String>, val marsAuthenticationIdentity: Output<IdentityModelArgs>) : ConvertibleToJava<VMwareDraModelCustomPropertiesArgs>

VMware DRA model custom properties.

Constructors

Link copied to clipboard
constructor(biosId: Output<String>, instanceType: Output<String>, marsAuthenticationIdentity: Output<IdentityModelArgs>)

Properties

Link copied to clipboard
val biosId: Output<String>

Gets or sets the BIOS Id of the DRA machine.

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'VMware'.

Link copied to clipboard

Identity model.

Functions

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