public interface ServiceNetwork
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceNetwork.Builder
Builder of new service network entities.
|
static class |
ServiceNetwork.DependencyType |
static class |
ServiceNetwork.NetworkType |
| Modifier and Type | Method and Description |
|---|---|
NetworkId |
id()
Returns the service network identifier.
|
String |
name()
Returns the service network name.
|
Map<NetworkId,ServiceNetwork.DependencyType> |
providers()
Returns the providers of the service network.
|
SegmentId |
segmentId()
Returns the service network segmentation identifier.
|
org.onlab.packet.IpAddress |
serviceIp()
Returns the service IP address of the service network.
|
org.onlab.packet.IpPrefix |
subnet()
Returns the subnet of the service network.
|
ServiceNetwork.NetworkType |
type()
Returns the type of the service network.
|
NetworkId id()
String name()
ServiceNetwork.NetworkType type()
SegmentId segmentId()
org.onlab.packet.IpPrefix subnet()
org.onlab.packet.IpAddress serviceIp()
Map<NetworkId,ServiceNetwork.DependencyType> providers()
Copyright © 2018. All rights reserved.