| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.tenantnetwork |
Service for interacting with the inventory of tenant networks.
|
| org.onosproject.vtnrsc.tenantnetwork.impl |
Implementation of service for interacting with the inventory of tenant networks.
|
| org.onosproject.vtnrsc.web |
Codecs for virtual tenant objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTenantNetwork
Default implementation of TenantNetwork interface.
|
| Modifier and Type | Method and Description |
|---|---|
TenantNetwork |
TenantNetworkService.getNetwork(TenantNetworkId networkId)
Returns the tenantNetwork with the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TenantNetwork> |
TenantNetworkService.getNetworks()
Returns an iterable collection of the currently known tenantNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkService.createNetworks(Iterable<TenantNetwork> networks)
Creates tenantNetworks by networks.
|
boolean |
TenantNetworkService.updateNetworks(Iterable<TenantNetwork> networks)
Updates tenantNetworks by tenantNetworks.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<TenantNetworkId,TenantNetwork> |
TenantNetworkManager.networkIdAsKeyStore |
| Modifier and Type | Method and Description |
|---|---|
TenantNetwork |
TenantNetworkManager.getNetwork(TenantNetworkId networkId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TenantNetwork> |
TenantNetworkManager.getNetworks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkManager.createNetworks(Iterable<TenantNetwork> networks) |
boolean |
TenantNetworkManager.updateNetworks(Iterable<TenantNetwork> networks) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
TenantNetworkCodec.encode(TenantNetwork network,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.