Vpn Tunnel Info Response
data class VpnTunnelInfoResponse(val displayName: String, val networkUri: String, val region: String, val remoteGateway: String, val remoteGatewayIp: String, val routingType: String, val sourceGateway: String, val sourceGatewayIp: String, val uri: String)
For display only. Metadata associated with a Compute Engine VPN tunnel.
Constructors
Properties
Link copied to clipboard
Name of a VPN tunnel.
Link copied to clipboard
URI of a Compute Engine network where the VPN tunnel is configured.
Link copied to clipboard
URI of a VPN gateway at remote end of the tunnel.
Link copied to clipboard
Remote VPN gateway's IP address.
Link copied to clipboard
Type of the routing policy.
Link copied to clipboard
URI of the VPN gateway at local end of the tunnel.
Link copied to clipboard
Local VPN gateway's IP address.