OBJECT

GcpNativeNetwork

Description

Represents a GCP native VPC network.

link GraphQL Schema definition

  • type GcpNativeNetwork {
  • # Name of the GCP native VPC network.
  • name: String!
  • # Project ID of the GCP native VPC network.
  • nativeProjectId: String!
  • # Subnetworks of the GCP native VPC network.
  • subnetworks: [GcpNativeSubnetwork!]!
  • # Firewall rules of the GCP native VPC network.
  • firewallRules: [GcpNativeFirewallRule!]!
  • }

link Require by