OBJECT
AzureExocomputeRegionConfig
Description
Represents 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.
link GraphQL Schema definition
- type AzureExocomputeRegionConfig {
- # Azure region for the cloud account in which Exocompute is configured.
- AzureCloudAccountRegion! :
- # Native ID of the subnet, configured for usage in this region for the Exocompute
- # cluster.
- String! :
- # Specifies whether Exocompute is managed by Rubrik or not.
- Boolean! :
- # Native ID of the subnet, configured for usage in this region for the Exocompute
- # pods.
- String! :
- # The CIDR range assigned for pods when launching Exocompute with the CNI overlay
- # network plugin mode.
- String! :
- }