OBJECT
WorkloadRegion
Description
Region of the workload.
link GraphQL Schema definition
- type WorkloadRegion {
- # Region of the GCP location.
- String! :
- # Region of the AWS location.
- AwsNativeRegion! :
- # Region of the Azure location.
- AzureNativeRegion! :
- }