OBJECT
GcpNativeNetwork
Description
Represents a GCP native VPC network.
link GraphQL Schema definition
- type GcpNativeNetwork {
- # Firewall rules of the GCP native VPC network.
- : [GcpNativeFirewallRule!]!
- # Name of the GCP native VPC network.
- : String!
- # Project ID of the GCP native VPC network.
- : String!
- # Subnetworks of the GCP native VPC network.
- : [GcpNativeSubnetwork!]!
- }