vpnTunnelUri property

  1. @TagNumber(5)
String vpnTunnelUri

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.

Implementation

@$pb.TagNumber(5)
$core.String get vpnTunnelUri => $_getSZ(4);
  1. @TagNumber(5)
void vpnTunnelUri=(String v)

Implementation

@$pb.TagNumber(5)
set vpnTunnelUri($core.String v) { $_setString(4, v); }