OBJECT

GcpExocomputeConfig

Description

Contains the complete details of a exocompute configuration for a GCP project.

link GraphQL Schema definition

  • type GcpExocomputeConfig {
  • # Configuration ID.
  • configId: UUID!
  • # Contains the health check status of the particular Exocompute
  • # configuration.
  • healthCheckStatus: ExocomputeHealthCheckStatus
  • # Exocompute configuration for the region.
  • regionalExocomputeConfig: RegionalExocomputeConfig
  • }