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.
- String!] : [
- # Cluster tier of the provisioned aks cluster.
- AKSProvisionTier :
- # Bucket to determine the node count in the aks cluster.
- AKSNodeCountBucket :
- # Resource group prefix for AKS nodes.
- String :
- # Disk encryption is enabled for nodes on the AKS cluster.
- Boolean :
- # Enable user-defined routing as the outbound type for AKS load balancer.
- Boolean :
- # Determines whether Rubrik IPs are whitelisted for the Kubernetes API server of
- # the AKS cluster.
- Boolean :
- }