canIpForward property
Optional. Flag to enable ip forwarding or not, default false/off. https://cloud.google.com/vpc/docs/using-routes#canipforward
Implementation
@$pb.TagNumber(39)
$core.bool get canIpForward => $_getBF(27);
Implementation
@$pb.TagNumber(39)
set canIpForward($core.bool v) { $_setBool(27, v); }