| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.virtualport |
Service for interacting with the inventory of virtual ports.
|
| org.onosproject.vtnrsc.virtualport.impl |
Implementation of service for interacting with the inventory of virtual ports.
|
| org.onosproject.vtnrsc.web |
Codecs for virtual tenant objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVirtualPort
Default implementation of VirtualPort interface .
|
| Modifier and Type | Method and Description |
|---|---|
VirtualPort |
VirtualPortService.getPort(VirtualPortId virtualPortId)
Returns the virtualPort with the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortService.getPorts()
Returns the collection of the currently known virtualPort.
|
Collection<VirtualPort> |
VirtualPortService.getPorts(org.onosproject.net.DeviceId deviceId)
Returns the collection of the virtualPorts associated with the deviceId.
|
Collection<VirtualPort> |
VirtualPortService.getPorts(TenantId tenantId)
Returns the collection of the virtualPorts associated with the tenantId.
|
Collection<VirtualPort> |
VirtualPortService.getPorts(TenantNetworkId networkId)
Returns the collection of the virtualPorts associated with the networkId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualPortService.createPorts(Iterable<VirtualPort> virtualPorts)
Creates virtualPorts by virtualPorts.
|
boolean |
VirtualPortService.updatePorts(Iterable<VirtualPort> virtualPorts)
Updates virtualPorts by virtualPorts.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<VirtualPortId,VirtualPort> |
VirtualPortManager.vPortStore |
| Modifier and Type | Method and Description |
|---|---|
VirtualPort |
VirtualPortManager.getPort(VirtualPortId vPortId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortManager.getPorts() |
Collection<VirtualPort> |
VirtualPortManager.getPorts(org.onosproject.net.DeviceId deviceId) |
Collection<VirtualPort> |
VirtualPortManager.getPorts(TenantId tenantId) |
Collection<VirtualPort> |
VirtualPortManager.getPorts(TenantNetworkId networkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualPortManager.createPorts(Iterable<VirtualPort> vPorts) |
boolean |
VirtualPortManager.updatePorts(Iterable<VirtualPort> vPorts) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
VirtualPortCodec.encode(VirtualPort vPort,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.