OBJECT
GcpNativeNetwork
Description
Represents a GCP native VPC network.
link GraphQL Schema definition
- type GcpNativeNetwork {
- # 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!]! : [
- # Firewall rules of the GCP native VPC network.
- GcpNativeFirewallRule!]! : [
- }