OBJECT

AzureExocomputeOptionalConfigInRegion

Description

Represents optional parameters to be configured during the exocompute configuration for Azure.

link GraphQL Schema definition

  • type AzureExocomputeOptionalConfigInRegion {
  • # Additional IPs that must be whitelisted for the Kubernetes API server of the AKS
  • # cluster.
  • additionalWhitelistIps: [String!]!
  • # Cluster tier of the provisioned AKS cluster.
  • aksClusterTier: AKSProvisionTier!
  • # Bucket to determine the node count in the AKS cluster.
  • aksNodeCountBucket: AKSNodeCountBucket!
  • # Resource group prefix for AKS nodes.
  • aksNodeRgPrefix: String!
  • # Disk encryption is enabled for nodes on the AKS cluster.
  • diskEncryptionAtHost: Boolean!
  • # Enable user-defined routing as the outbound type for AKS load balancer.
  • enableUserDefinedRouting: Boolean!
  • # Determines whether Rubrik IPs are whitelisted for the Kubernetes API server of
  • # the AKS cluster.
  • shouldWhitelistRubrikIps: Boolean!
  • }