Infrastructure Profile Args
data class InfrastructureProfileArgs(val firmwareType: Output<Either<String, FirmwareType>>? = null, val inventoryItemId: Output<String>? = null, val smbiosUuid: Output<String>? = null, val templateId: Output<String>? = null, val vCenterId: Output<String>? = null) : ConvertibleToJava<InfrastructureProfileArgs>
Specifies the vCenter infrastructure specific settings for the virtual machine.