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.
- : String
- # Cloud account ID.
- : UUID!
- # Regions to filter against. If regions list is empty, configs for all
- # regions are returned.
- : [GcpCloudAccountRegion!]
- # Flag to indicate whether to include health check information.
- : Boolean
- }