ipv4Src | List<IpSubnet> | false | The possible subnets to which the src address can be rewritten. An empty list indicates that the field is not rewritten. |
ipv4Dst | List<IpSubnet> | false | The possible subnets to which the dst address can be rewritten. An empty list indicates that the field is not rewritten. |
ipv6Src | List<IpSubnet> | false | The possible IPv6 subnets to which the src address can be rewritten. An empty list indicates that the field is not rewritten. |
ipv6Dst | List<IpSubnet> | false | The possible IPv6 subnets to which the dst address can be rewritten. An empty list indicates that the field is not rewritten. |
tpSrc | List<IntRange> | false | The possible ports to which the src port field can be rewritten. An empty list indicates that the field is not rewritten. |
tpDst | List<IntRange> | false | The possible ports to which the dst port field can be rewritten. An empty list indicates that the field is not rewritten. |
overApproximated | Bool | false | Whether any header field rewrite is overapproximated. In this case, the value for each overapproximated rewritten header field will be the set of all possible values for the field. |