VpnConnection
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | -- |
id | String | false | -- |
tags | List<String> | false | -- |
isUp | Bool | false | -- |
tunnelSrcIps | List<IpAddress> | false | -- |
tunnelDstIps | List<IpAddress> | false | -- |
Used by
network → cloudAccounts → vpcs → vpnGateways → vpnConnections
See also
Data model path
- network:
Network- cloudAccounts: List<
CloudAccount>- vpcs: List<
VpcData>- vpnGateways: List<
VpnGateway>- vpnConnections: List<
VpnConnection>
- vpnConnections: List<
- vpnGateways: List<
- vpcs: List<
- cloudAccounts: List<