interface AclAction {
    redirect?: AclActionRedirect;
    type: AclActionType;
}

Properties

Properties

Redirection parameters when using an ACL with a redirect action.

Action to take when incoming traffic matches an ACL filter.