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.
- : [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!
- # Azure resource ID of the private DNS zone which will be used to resolve private
- # endpoints if using private access to snapshots.
- : String!
- # Determines whether Rubrik IPs are whitelisted for the Kubernetes API server of
- # the AKS cluster.
- : Boolean!
- }
link Require by
- AzureExocomputeConfigDetailsExocompute configurations details.
- AzureExocomputeGetConfigResponseAzure Exocompute configuration.
- AzureExocomputeRegionConfigRepresents an Azure Exocompute Configuration for a specific region. The Azure Exocompute Configuration includes the subnet native ID to be used for launching an Azure Kubernetes Service (AKS) Cluster in a specific region.