OBJECT

GcpNativeSubnetwork

Description

GCP native subnetwork.

link GraphQL Schema definition

  • type GcpNativeSubnetwork {
  • # Name of the subnet.
  • name: String!
  • # Region of the subnet.
  • region: String!
  • }