INPUT_OBJECT

GcpGetExocomputeConfigsReq

Description

Input to get the exocompute configuration for a GCP project.

link GraphQL Schema definition

  • input GcpGetExocomputeConfigsReq {
  • # Optional argument to be used when calling the rpc internally.
  • accountId: String
  • # Cloud account ID.
  • cloudAccountId: UUID!
  • # Regions to filter against. If regions list is empty, configs for all
  • # regions are returned.
  • regions: [GcpCloudAccountRegion!]
  • # Flag to indicate whether to include health check information.
  • showHealthCheckStatus: Boolean
  • }

link Require by