INPUT_OBJECT
SetGcpExocomputeConfigsInput
Description
Input to upsert the exocompute configuration for a GCP project.
link GraphQL Schema definition
- input SetGcpExocomputeConfigsInput {
- # Cloud account ID.
- : UUID!
- # Contains input for optional health checks that needs to be run.
- : OptionalHealthChecksInput
- # List of exocompute configurations for the regions.
- : [RegionalExocomputeConfigInput!]!
- # Flag to trigger health check.
- : Boolean!
- }