| 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.DependencyType |
Provider.type()
Returns direct access type between subscriber and provider networks.
|
static ServiceNetwork.DependencyType |
ServiceNetwork.DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNetwork.DependencyType[] |
ServiceNetwork.DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NetworkId,ServiceNetwork.DependencyType> |
ServiceNetwork.providers()
Returns the providers of the service network.
|
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
Provider.Builder.type(ServiceNetwork.DependencyType type)
Returns provider network with the supplied type.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.Builder |
ServiceNetwork.Builder.providers(Map<NetworkId,ServiceNetwork.DependencyType> providers)
Returns service network builder with the supplied providers.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NetworkId,ServiceNetwork.DependencyType> |
DefaultServiceNetwork.providers() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServiceNetwork.Builder |
DefaultServiceNetwork.Builder.providers(Map<NetworkId,ServiceNetwork.DependencyType> providers) |
Copyright © 2018. All rights reserved.