OBJECT

AzureExocomputeConfigDetails

Description

Exocompute configurations details.

link GraphQL Schema definition

  • type AzureExocomputeConfigDetails {
  • # ID for exocompute configuration.
  • configUuid: String!
  • # Region in which exocompute is configured. It will be in the format like EASTUS.
  • region: 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.
  • subnetNativeId: 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.
  • podSubnetNativeId: 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.
  • podOverlayNetworkCidr: String!
  • # Specifies if Exocompute is managed by RSC.
  • isRscManaged: Boolean!
  • # Error message received while creating Exocompute configuration.
  • message: String!
  • # Status of the latest Exocompute health check.
  • healthCheckStatus: ExocomputeHealthCheckStatus!
  • # Whether this Exocompute uses a Private Container Registry (PCR).
  • hasPcr: Boolean!
  • # URL of the user's PCR.
  • pcrUrl: String!
  • # Latest approved exotask bundle version for your Private Container Registry.
  • pcrLatestApprovedBundleVersion: String!
  • # Customer Azure App ID authorized to pull images from Rubrik's Elastic Container
  • # Registry.
  • pcrImagePullAzureAppId: String!
  • # Cluster name of the customer-managed Exocompute.
  • byokClusterName: String!
  • # Cluster ID of the customer-managed Exocompute.
  • byokClusterId: String!
  • # Details of the latest Exocompute cluster.
  • latestExoclusterDetails: ExocomputeClusterDetails
  • }