OBJECT
GcpExocomputeConfig
Description
Contains the complete details of a exocompute configuration for a GCP project.
link GraphQL Schema definition
- type GcpExocomputeConfig {
- # Configuration ID.
- : UUID!
- # Contains the health check status of the particular Exocompute
- # configuration.
- : ExocomputeHealthCheckStatus
- # Exocompute configuration for the region.
- : RegionalExocomputeConfig
- }