protocolVersion property

String? protocolVersion
getter/setter pair

Internet protocol versions this policy-based route applies to.

For this version, only IPV4 is supported.

Required. Possible string values are:

  • "PROTOCOL_VERSION_UNSPECIFIED" : Default value.
  • "IPV4" : The PBR is for IPv4 internet protocol traffic.

Implementation

core.String? protocolVersion;