VMware Dra Model Custom Properties Args
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>)