OBJECT

GcpNativeRegion

Description

Represents a GCP native region.

link GraphQL Schema definition

  • type GcpNativeRegion {
  • # Name of the GCP region.
  • name: String!
  • # Zones within the region.
  • zones: [String!]!
  • }