networkUri property
URI of a Compute Engine network where the VPN tunnel is configured.
Implementation
@$pb.TagNumber(7)
$core.String get networkUri => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set networkUri($core.String v) {
$_setString(6, v);
}