vpnTunnelUri property

  1. @TagNumber.new(5)
String get 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.new(5)
set vpnTunnelUri (String v)

Implementation

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