NatGateway
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | -- |
id | String | false | -- |
tags | List<String> | false | -- |
region | String | true | -- |
privateSubnets | List<IpSubnet> | false | -- |
publicSubnets | List<IpSubnet> | false | -- |
Used by
network → cloudAccounts → vpcs → natGateways
See also
Data model path
- network:
Network- cloudAccounts: List<
CloudAccount>- vpcs: List<
VpcData>- natGateways: List<
NatGateway>
- natGateways: List<
- vpcs: List<
- cloudAccounts: List<