OBJECT

WorkloadRegion

Description

Region of the workload.

link GraphQL Schema definition

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