INPUT_OBJECT

SetGcpExocomputeConfigsInput

Description

Input to upsert the exocompute configuration for a GCP project.

link GraphQL Schema definition

  • input SetGcpExocomputeConfigsInput {
  • # Cloud account ID.
  • cloudAccountId: UUID!
  • # Contains input for optional health checks that needs to be run.
  • optionalHealthChecks: OptionalHealthChecksInput
  • # List of exocompute configurations for the regions.
  • regionalExocomputeConfigs: [RegionalExocomputeConfigInput!]!
  • # Flag to trigger health check.
  • triggerHealthCheck: Boolean!
  • }

link Require by