ENUM

VmType

Description

Type of VM, standard or dense.

link GraphQL Schema definition

  • enum VmType {
  • # Dense Node.
  • DENSE
  • # Standard Node.
  • STANDARD
  • }