DvsIpNetworkRuleQualifier

DvsIpNetworkRuleQualifier
DvsIpNetworkRuleQualifier

This class defines the IP Rule Qualifier.

Here IP addresses of source and destination will be used for classifying packets.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
    }
}
sourceAddress
Optional

This is the abstract base class for IP address.

destinationAddress
Optional

This is the abstract base class for IP address.

protocol
Optional

The integer type of setting or configuration that may get a negated value.

sourceIpPort
Optional

Base class for specifying Ports.

Objects of the base class represent any port (single/range/list).

destinationIpPort
Optional

Base class for specifying Ports.

Objects of the base class represent any port (single/range/list).

tcpFlags
Optional

The integer type of setting or configuration that may get a negated value.