VMwareFabricAgentModelCustomPropertiesArgs

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

VMware fabric agent model custom properties.

Constructors

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 fabric agent machine.

Link copied to clipboard
val instanceType: Output<String>

Discriminator property for FabricAgentModelCustomProperties. Expected value is 'VMware'.

Link copied to clipboard

Identity model.

Functions

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