OBJECT

AzureExocomputeGetConfigResponse

Description

Azure Exocompute configuration.

link GraphQL Schema definition

  • type AzureExocomputeGetConfigResponse {
  • # Unique ID of the Exocompute configuration.
  • configUuid: String!
  • # Azure region for the cloud account in which Exocompute is configured.
  • 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!
  • # Specifies the error message received if any.
  • message: String!
  • # Status of the latest Exocompute health check.
  • healthCheckStatus: ExocomputeHealthCheckStatus!
  • }