State¶
Leafs
-
class
Acl.AclSets.AclSet.AclEntries.AclEntry.Transport.
State
¶ Bases:
Entity
Class Hierarchy :
Acl
AclSets
AclSet
AclEntries
AclEntry
Transport
State
This class represents state data.
State data
-
source_port
¶ Source port or range
type: union of the below types:
type: str
pattern: ^(6[0-5][0-5][0-3][0-5]|[0-5]?[0-9]?[0-9]?[0-9]?[0-9]?)\.\.(6[0-5][0-5][0-3][0-5]|[0-5]?[0-9]?[0-9]?[0-9]?[0-9]?)$type: int
range: 0..65535type:
PortNumRange
config: False
-
destination_port
¶ Destination port or range
type: union of the below types:
type: str
pattern: ^(6[0-5][0-5][0-3][0-5]|[0-5]?[0-9]?[0-9]?[0-9]?[0-9]?)\.\.(6[0-5][0-5][0-3][0-5]|[0-5]?[0-9]?[0-9]?[0-9]?[0-9]?)$type: int
range: 0..65535type:
PortNumRange
config: False
-
tcp_flags
¶ List of TCP flags to match
type: one of the below values:
config: False
-