FilterEntry¶
Keys
Children
destination_ip_address_cfg
destination_port_cfg
dscp_cfg
protocol_cfg
source_ip_address_cfg
source_port_cfg
-
class
Policies.PolicyEntry.ClassifierEntry.
FilterEntry
¶ Bases:
Entity
Class Hierarchy:
Policies
PolicyEntry
ClassifierEntry
FilterEntry
This class represents configuration data.
Filters configured inline in a policy
-
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
-