FilterEntry¶
Keys
Children
destination_ip_address_cfgdestination_port_cfgdscp_cfgprotocol_cfgsource_ip_address_cfgsource_port_cfg
- 
class 
Classifiers.ClassifierEntry.FilterEntry¶ Bases:
EntityClass Hierarchy:
ClassifiersClassifierEntryFilterEntryThis class represents configuration data.
Filter configuration
- 
filter_logical_not(key)¶ - This is logical-not operator for a filter. When true, it indicates filter looks for absence of a pattern defined by the filter
type: bool
 
- 
source_ip_address_cfg¶ list of source ip address
type: list of
SourceIpAddressCfg
- 
destination_ip_address_cfg¶ list of destination ip address
type: list of
DestinationIpAddressCfg
- 
source_port_cfg¶ list of ranges of source port
type: list of
SourcePortCfg
- 
destination_port_cfg¶ list of ranges of destination port
type: list of
DestinationPortCfg
- 
protocol_cfg¶ list of ranges of protocol values
type: list of
ProtocolCfg
-