canIpForward property

  1. @TagNumber(39)
bool canIpForward

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);
  1. @TagNumber(39)
void canIpForward=(bool v)

Implementation

@$pb.TagNumber(39)
set canIpForward($core.bool v) { $_setBool(27, v); }