| Package | Description |
|---|---|
| org.opencord.cordvtn.api.net |
CORD VTN network API definitions.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePort.Builder |
ServicePort.Builder.addressPairs(Set<AddressPair> addressPairs)
Returns service port builder with the supplied address pairs.
|
ServicePort.Builder |
ServicePort.Builder.id(PortId id)
Returns service port builder with the supplied identifier.
|
ServicePort.Builder |
ServicePort.Builder.ip(org.onlab.packet.IpAddress ip)
Returns service port builder with the supplied IP address.
|
ServicePort.Builder |
ServicePort.Builder.mac(org.onlab.packet.MacAddress mac)
Returns service port builder with the supplied MAC address.
|
ServicePort.Builder |
ServicePort.Builder.name(String name)
Returns service port builder with the supplied name.
|
ServicePort.Builder |
ServicePort.Builder.networkId(NetworkId networkId)
Returns service port builder with the supplied network identifier.
|
ServicePort.Builder |
ServicePort.Builder.vlanId(org.onlab.packet.VlanId vlanId)
Returns service port builder with the supplied VLAN.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultServicePort.Builder |
Copyright © 2018. All rights reserved.