CommonMatchConditions interface
Defines the common match conditions of the ACL and Network Tap Rule.
Properties
| ip |
IP condition that needs to be matched. |
| protocol |
List of the protocols that need to be matched. |
| vlan |
Vlan match condition that needs to be matched. |
Property Details
ipCondition
IP condition that needs to be matched.
ipCondition?: IpMatchCondition
Property Value
protocolTypes
List of the protocols that need to be matched.
protocolTypes?: string[]
Property Value
string[]
vlanMatchCondition
Vlan match condition that needs to be matched.
vlanMatchCondition?: VlanMatchCondition