VpnGatewayInfoResponse

data class VpnGatewayInfoResponse(val displayName: String, val ipAddress: String, val networkUri: String, val region: String, val uri: String, val vpnTunnelUri: String)

For display only. Metadata associated with a Compute Engine VPN gateway.

Constructors

Link copied to clipboard
constructor(displayName: String, ipAddress: String, networkUri: String, region: String, uri: String, vpnTunnelUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a VPN gateway.

Link copied to clipboard

IP address of the VPN gateway.

Link copied to clipboard

URI of a Compute Engine network where the VPN gateway is configured.

Link copied to clipboard

Name of a Google Cloud region where this VPN gateway is configured.

Link copied to clipboard
val uri: String

URI of a VPN gateway.

Link copied to clipboard

A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.