VpnTunnelInfoResponse

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

Link copied to clipboard
fun VpnTunnelInfoResponse(displayName: String, networkUri: String, region: String, remoteGateway: String, remoteGatewayIp: String, routingType: String, sourceGateway: String, sourceGatewayIp: String, uri: String)

Types

Link copied to clipboard
object Companion

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

Name of a Google Cloud region where this 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.

Link copied to clipboard
val uri: String

URI of a VPN tunnel.