| Package | Description |
|---|---|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultServicePort.Builder |
DefaultServicePort.Builder.addressPairs(Set<AddressPair> addressPairs) |
static DefaultServicePort.Builder |
DefaultServicePort.builder()
Returns new service port builder instance.
|
static DefaultServicePort.Builder |
DefaultServicePort.builder(ServicePort sport)
Returns new builder instance with copy of the supplied service port.
|
static DefaultServicePort.Builder |
DefaultServicePort.builder(ServicePort existing,
ServicePort updated)
Returns service port builder instance with updated values.
|
DefaultServicePort.Builder |
DefaultServicePort.Builder.id(PortId id) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.ip(org.onlab.packet.IpAddress ip) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.mac(org.onlab.packet.MacAddress mac) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.name(String name) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.networkId(NetworkId networkId) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.vlanId(org.onlab.packet.VlanId vlanId) |
Copyright © 2018. All rights reserved.