| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.subnet |
Service for interacting with the inventory of subnets.
|
| org.onosproject.vtnrsc.subnet.impl |
Provides implementation of the Subnet service.
|
| org.onosproject.vtnrsc.tunnel |
Service for interacting with the inventory of subnets.
|
| org.onosproject.vtnrsc.web |
Codecs for virtual tenant objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubnet
Default implementation of Subnet interface .
|
| Modifier and Type | Method and Description |
|---|---|
Subnet |
SubnetService.getSubnet(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Subnet> |
SubnetService.getSubnets()
Returns a collection of the currently known subnets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubnetService.createSubnets(Iterable<Subnet> subnets)
Creates new subnets.
|
boolean |
SubnetService.updateSubnets(Iterable<Subnet> subnets)
Updates existing subnets.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<SubnetId,Subnet> |
SubnetManager.subnetStore |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
SubnetManager.getSubnet(SubnetId subnetId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Subnet> |
SubnetManager.getSubnets() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubnetManager.createSubnets(Iterable<Subnet> subnets) |
boolean |
SubnetManager.updateSubnets(Iterable<Subnet> subnets) |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
TunnelConfigService.getSubnet(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Subnet> |
TunnelConfigService.getSubnets()
Returns a collection of the currently known subnets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TunnelConfigService.createSubnets(Iterable<Subnet> subnets)
Creates new subnets.
|
boolean |
TunnelConfigService.updateSubnets(Iterable<Subnet> subnets)
Updates existing subnets.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
SubnetCodec.encode(Subnet subnet,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.