FilterEntry

Keys

Children

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_type(key)

This leaf defines type of the filter

type: one of the below values: Dscp

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

dscp_cfg

list of dscp ranges

type: list of DscpCfg

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