State¶
Leafs
-
class
Acl.AclSets.AclSet.AclEntries.AclEntry.Transport.State¶ Bases:
EntityClass Hierarchy:
AclAclSetsAclSetAclEntriesAclEntryTransportStateThis 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:
PortNumRangeconfig: 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:
PortNumRangeconfig: False
-
tcp_flags¶ List of TCP flags to match
type: one of the below values: list of
config: False
-