ENUM

GcpInstanceType

Description

GCP Instance Type.

link GraphQL Schema definition

  • enum GcpInstanceType {
  • # None or other instance type selected.
  • GCP_TYPE_UNSPECIFIED
  • # N2d-highmem-16 instance type.
  • N2D_HIGHMEM_16
  • # N2d-standard-16 instance type.
  • N2D_STANDARD_16
  • # N2d-standard-8 instance type.
  • N2D_STANDARD_8
  • # N2-highmem-16 instance type.
  • N2_HIGHMEM_16
  • # N2-standard-16 instance type.
  • N2_STANDARD_16
  • # N2-standard-8 instance type.
  • N2_STANDARD_8
  • }