| Package | Description |
|---|---|
| org.onos.acl |
ACL application.
|
| Modifier and Type | Method and Description |
|---|---|
AclRule.Builder |
AclRule.Builder.action(AclRule.Action action)
Sets the action for the ACL rule that will be built.
|
static AclRule.Builder |
AclRule.builder()
Returns a new ACL rule builder.
|
AclRule.Builder |
AclRule.Builder.dstIp(String dstIp)
Sets the destination IP address for the ACL rule that will be built.
|
AclRule.Builder |
AclRule.Builder.dstTpPort(short dstTpPort)
Sets the destination transport layer port for the ACL rule that will be built.
|
AclRule.Builder |
AclRule.Builder.ipProto(byte ipProto)
Sets the IP protocol for the ACL rule that will be built.
|
AclRule.Builder |
AclRule.Builder.srcIp(String srcIp)
Sets the source IP address for the ACL rule that will be built.
|
Copyright © 2015. All rights reserved.