Skip to main content
NEO Lite Pro is Biznet GIO’s higher-tier KVM VPS line: NVMe storage, AMD EPYC CPUs, and higher guaranteed IOPS than plain NEO Lite. Everything on Understanding the product catalog applies here too - product_id on biznetgio_neolite_pro_vm / NeoliteProVm triggers a real change-package order if it changes, so do not let products[0] decide it for you. For the full resource schemas and multi-language code, see the Terraform and Pulumi reference pages.

Pricing (source: biznetgio.com/pricelist#neo-lite-pro)

Add-ons: additional disk Rp2.200/GB/month, snapshot Rp2.000/GB/month.
Public list prices, current as of this writing. Treat your own account’s biznetgio_neolite_pro_products.all.products[].billing as the authoritative charge - see the two price sources.

What biznetgio_neolite_pro_products gives you

Field-for-field identical shape to plain NEO Lite’s catalog: product_id, name, description, category_id, category_name, options (type, cores, memory in megabytes, allow_downgrade), and billing[] per cycle. See the NEO Lite catalog page for the full field table - it applies here unchanged, just against the _pro_ products endpoint.

Worked example: picking a specific tier

Same recipe as NEO Lite: print your own catalog first, then filter on the typed spec fields rather than trusting position.

Catalogs not wrapped as data sources

Same gap as NEO Lite: additional disk products (GET /neolite-pros/disks/products) and snapshot products have no catalog data source. Discover manually:
biznetgio_neolite_pro_change_package_options and biznetgio_neolite_pro_storage_upgrade_options cover upgrade pricing for an existing account, the same way their plain NEO Lite counterparts do - see the NEO Lite catalog page.

Look-alike, not confirmed the same: VPS Windows

Biznet GIO’s public pricelist also lists a VPS Windows product using the exact same tier naming convention as NEO Lite Pro (SS.2.1, MS.2.2, MM.4.4, and so on) with the same CPU/RAM numbers, at a higher price that presumably bundles a Windows Server license. It is tempting to assume this is just a NEO Lite Pro VM with a Windows OS selected via select_os. That is not confirmed. Neither provider’s source code contains the word “Windows” anywhere - not in the resource schemas, not in the client code, not in the OS-list handling. Before assuming VPS Windows is reachable through biznetgio_neolite_pro_vm:
  1. Print your account’s neolite_pro_os_list output for a candidate product id.
  2. Look for a Windows-flavored entry in oss[].name (something like windows-2022 or windows-2025).
  3. If nothing appears, VPS Windows is not orderable through this provider on your account, and you should order it through the portal instead.
Full VPS Windows pricing is on the Services outside these providers page.