| 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 |
|---|---|
ServiceNetwork.Builder |
ServiceNetwork.Builder.id(NetworkId networkId)
Returns service network builder with the supplied identifier.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.name(String name)
Returns service network builder with the supplied name.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.providers(Map<NetworkId,ServiceNetwork.DependencyType> providers)
Returns service network builder with the supplied providers.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.segmentId(SegmentId segmentId)
Returns service network builder with the supplied segmentation id.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.serviceIp(org.onlab.packet.IpAddress serviceIp)
Returns service network builder with the supplied service IP address.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.subnet(org.onlab.packet.IpPrefix subnet)
Returns service network builder with the supplied subnet.
|
ServiceNetwork.Builder |
ServiceNetwork.Builder.type(ServiceNetwork.NetworkType type)
Returns service network builder with the supplied type.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultServiceNetwork.Builder |
Copyright © 2018. All rights reserved.