DvsIpNetworkRuleQualifier
This class defines the IP Rule Qualifier.
Here IP addresses of source and destination will be used for classifying packets.
{
"_typeName": "string",
"key": "string",
"sourceAddress": {
"_typeName": "string",
"negate": false
},
"destinationAddress": {
"_typeName": "string",
"negate": false
},
"protocol": {
"_typeName": "string",
"negate": false,
"value": 0
},
"sourceIpPort": {
"_typeName": "string",
"negate": false
},
"destinationIpPort": {
"_typeName": "string",
"negate": false
},
"tcpFlags": {
"_typeName": "string",
"negate": false,
"value": 0
}
}
IP qualifier for source.
If this property is NULL, it will match "any IPv4 or any IPv6 address".
IP qualifier for destination.
If this property is NULL, it will match "any IPv4 or any IPv6 address".
Protocols like TCP, UDP, ICMP etc.
The valid value for a protocol is got from IANA assigned value for the protocol. This can be got from RFC 5237 and IANA website section related to protocol numbers.
Source IP Port.
Destination IP Port.
TCP flags.
The valid values can be found at RFC 3168. TCP flags are not supported by Traffic Filtering