INPUT_OBJECT

AzureExocomputeOptionalConfigInRegionInput

Description

Represents optional parameters that are to be configured during the configuration of exocompute for azure.

link GraphQL Schema definition

  • input AzureExocomputeOptionalConfigInRegionInput {
  • # 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
  • }