OBJECT
AzureExocomputeGetConfigResponse
Description
Azure Exocompute configuration.
link GraphQL Schema definition
- type AzureExocomputeGetConfigResponse {
- # Cluster ID of the customer-managed Exocompute.
- : String!
- # Cluster name of the customer-managed Exocompute.
- : String!
- # Unique ID of the Exocompute configuration.
- : String!
- # Whether this Exocompute uses a Private Container Registry (PCR).
- : Boolean!
- # Status of the latest Exocompute health check.
- : ExocomputeHealthCheckStatus!
- # Specifies if Exocompute is managed by RSC.
- : Boolean!
- # Details of the latest Exocompute cluster.
- : ExocomputeClusterDetails
- # Specifies the error message received if any.
- : String!
- # Optional configurations for aks cluster.
- : AzureExocomputeOptionalConfigInRegion
- # Customer Azure App ID authorized to pull images from Rubrik's Elastic Container
- # Registry.
- : String!
- # Latest approved exotask bundle version for your Private Container Registry.
- : String!
- # URL of the user's PCR.
- : String!
- # The CIDR range assigned to pods when launching Exocompute with the CNI overlay
- # network plugin mode. For more details, visit
- # https://learn.microsoft.com/en-us/azure/aks/azure-cni-overlay.
- : String!
- # Native ID of cluster subnet corresponding to the Exocompute configuration. This
- # subnet will be used to allocate IP addresses to the nodes of the cluster. For
- # more details, visit
- # https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni.
- : String!
- # Azure region for the cloud account in which Exocompute is configured.
- : AzureCloudAccountRegion!
- # Native ID of cluster subnet corresponding to the Exocompute configuration. This
- # subnet will be used to allocate IP addresses to the nodes of the cluster. For
- # more details, visit
- # https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni.
- : String!
- }