VpcData
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | Never null for GCP. |
id | String | false | -- |
tags | Bag<String> | false | -- |
cloudRegions | Bag<String> | false | -- |
cloudType | CloudType | false | -- |
subnets | Bag<Subnet> | false | -- |
computeInstances | Bag<ComputeInstance> | false | -- |
serviceEndpoints | Bag<ServiceEndpoint> | false | The field serviceEndpoints is AWS only. |
securityGroups | Bag<SecurityGroup> | false | -- |
networkAcls | Bag<NetworkAcl> | false | -- |
routeTables | Bag<RouteTable> | false | -- |
vpnGateways | Bag<VpnGateway> | false | -- |
dcGatewayIds | Bag<String> | false | -- |
inetGateways | Bag<InetGateway> | false | -- |
loadBalancers | Bag<LoadBalancer> | false | -- |
natGateways | Bag<NatGateway> | false | -- |
vpcPeerings | Bag<VpcPeering> | false | -- |
ipv4CidrBlocks | Bag<IpSubnet> | false | -- |
ipv6CidrBlocks | Bag<IpSubnet> | false | -- |
firewalls | Bag<CloudFirewall> | false | -- |
Used by
network → cloudAccounts → vpcs
See also
Data model path
- network:
Network- cloudAccounts: Bag<
CloudAccount>- vpcs: Bag<
VpcData>
- vpcs: Bag<
- cloudAccounts: Bag<