| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.routing | |
| org.opendaylight.vtn.manager.internal.util.pathmap | |
| org.opendaylight.vtn.manager.internal.util.vnode |
This package contains utility classes for virtual node management.
|
| org.opendaylight.vtn.manager.internal.vnode | |
| org.opendaylight.vtn.manager.internal.vnode.xml |
This package contains XML bindings to models for VTN tree.
|
| Constructor and Description |
|---|
PathMapTask(VTenantIdentifier ident,
List<T> tasks)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VtnPathMap> |
PathMapUtils.getIdentifier(VTenantIdentifier ident,
Integer index)
Create the instance identifier for the VTN path map specified by the
given VTN identifier and map index.
|
static VtnPathMap |
PathMapUtils.readPathMap(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx,
VTenantIdentifier ident,
Integer index)
Read the path map associated with the given index in the given VTN.
|
static List<VtnPathMap> |
PathMapUtils.readPathMaps(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx,
VTenantIdentifier ident)
Read the VTN path maps in the given VTN.
|
| Modifier and Type | Method and Description |
|---|---|
static VTenantIdentifier |
VTenantIdentifier.create(String tname,
boolean find)
Create a new identifier.
|
VTenantIdentifier |
VTenantIdentifier.getVNodeIdentifier()
Return a
VNodeIdentifier that specifies a virtual network
element. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateVtnTask.create(TxContext ctx,
VTenantIdentifier ident,
VtenantConfig cfg)
Create a new VTN.
|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VtenantConfig> |
UpdateVtnTask.getConfigPath(VTenantIdentifier ident)
Return the instance identifier for the configuration container in the
target VTN.
|
| Constructor and Description |
|---|
VTenant(PacketContext pctx,
VTenantIdentifier vtnId,
Vtn vtn)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
VTenantIdentifier |
XmlVTenant.getIdentifier()
Return the identifier for this VTN.
|
Copyright © 2018 OpenDaylight. All rights reserved.