ENUM

ProcessorType

Description

ProcessorType defines the CPU architecture types available for cloud instances.

link GraphQL Schema definition

  • enum ProcessorType {
  • # AMD-based processor architecture.
  • AMD
  • # Intel-based processor architecture.
  • INTEL
  • # Processor type is not specified or unknown.
  • PROCESSOR_TYPE_UNSPECIFIED
  • }