DvsMacNetworkRuleQualifier
DvsMacNetworkRuleQualifier
This class defines the MAC Rule Qualifier.
Here MAC 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
},
"vlanId": {
"_typeName": "string",
"negate": false,
"value": 0
}
}
protocol
Optional
The integer type of setting or configuration that may get a negated value.
vlanId
Optional
The integer type of setting or configuration that may get a negated value.