Reference documentation and code samples for the Compute V1 Client class VpnGatewayStatusTunnel.
Contains some information about a VPN tunnel.
Generated from protobuf message google.cloud.compute.v1.VpnGatewayStatusTunnel
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ local_gateway_interface
int
Output only. The VPN gateway interface this VPN tunnel is associated with.
↳ peer_gateway_interface
int
Output only. The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
↳ tunnel_url
string
Output only. URL reference to the VPN tunnel.
getLocalGatewayInterface
Output only. The VPN gateway interface this VPN tunnel is associated with.
int
hasLocalGatewayInterface
clearLocalGatewayInterface
setLocalGatewayInterface
Output only. The VPN gateway interface this VPN tunnel is associated with.
var
int
$this
getPeerGatewayInterface
Output only. The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
int
hasPeerGatewayInterface
clearPeerGatewayInterface
setPeerGatewayInterface
Output only. The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
var
int
$this
getTunnelUrl
Output only. URL reference to the VPN tunnel.
string
hasTunnelUrl
clearTunnelUrl
setTunnelUrl
Output only. URL reference to the VPN tunnel.
var
string
$this

