INPUT_OBJECT

WorkloadRegionInput

Description

Regions for which the workloads are to be shown.

link GraphQL Schema definition

  • input WorkloadRegionInput {
  • # Region of the GCP location.
  • gcpNativeRegion: String!
  • # Region of the AWS location.
  • awsNativeRegion: AwsNativeRegion!
  • # Region of the Azure location.
  • azureNativeRegion: AzureNativeRegion!
  • }