VMware Fabric Agent Model Custom Properties Args
data class VMwareFabricAgentModelCustomPropertiesArgs(val biosId: Output<String>, val instanceType: Output<String>, val marsAuthenticationIdentity: Output<IdentityModelArgs>) : ConvertibleToJava<VMwareFabricAgentModelCustomPropertiesArgs>
VMware fabric agent model custom properties.
Constructors
Link copied to clipboard
constructor(biosId: Output<String>, instanceType: Output<String>, marsAuthenticationIdentity: Output<IdentityModelArgs>)