ENUM

AzureInstanceType

Description

Azure instance types.

link GraphQL Schema definition

  • enum AzureInstanceType {
  • # V5 Dense Node.
  • STANDARD_D16S_V5
  • # V5 Custom Node Type - STANDARD_D32S_V5.
  • STANDARD_D32S_V5
  • # V5 Standard Node.
  • STANDARD_D8S_V5
  • # V2 Dense Node.
  • STANDARD_DS5_V2
  • # No instance type selected.
  • TYPE_UNSPECIFIED
  • }