Package onep :: Package policy :: Module Acl
[frames] | no frames]

Module Acl

Classes
  Acl
Access Control List (ACL) Class.
Variables
  AclType = enum('ONEP_ACL_L2', 'ONEP_ACL_L3')
Enum AclFilter = enum('ONEP_ACL_FILTER_ANY', 'ONEP_ACL_FILTER_L2', ...
Enumeration of Access Control List(Acl) Type.
Enum Direction = enum('ONEP_DIRECTION_IN', 'ONEP_DIRECTION_OUT', 'O...
Enumeration of Acl direction.
Variables Details

AclFilter

Enumeration of Access Control List(Acl) Type.

ONEP_ACL_L2: L2 Acl

ONEP_ACL_L3: L3 Acl

Type:
Enum
Value:
enum('ONEP_ACL_FILTER_ANY', 'ONEP_ACL_FILTER_L2', 'ONEP_ACL_FILTER_L3'\
)

Direction

Enumeration of Acl direction.

ONEP_DIRECTION_IN: Inbound direction ONEP_DIRECTION_OUT: Outbound direction ONEP_DIRECTION_BOTH: Both inbound and outbound direction

Type:
Enum
Value:
enum('ONEP_DIRECTION_IN', 'ONEP_DIRECTION_OUT', 'ONEP_DIRECTION_BOTH')