ENUM

AKSNodeCountBucket

Description

Bucket size for the number of nodes launched in an AKS cluster.

link GraphQL Schema definition

  • enum AKSNodeCountBucket {
  • # Number of nodes expected will be large.
  • AKS_NODE_COUNT_BUCKET_LARGE
  • # Number of nodes expected will be medium.
  • AKS_NODE_COUNT_BUCKET_MEDIUM
  • # Number of nodes expected will be small.
  • AKS_NODE_COUNT_BUCKET_SMALL
  • # Number of nodes are not specified, defaults to medium.
  • AKS_NODE_COUNT_BUCKET_UNSPECIFIED
  • # Number of nodes expected will be very large.
  • AKS_NODE_COUNT_BUCKET_XLARGE
  • }