Package | Description |
---|---|
org.opendaylight.vtn.manager.internal | |
org.opendaylight.vtn.manager.internal.config |
This package contains classes that manages the global configurations for
the VTN Manager.
|
org.opendaylight.vtn.manager.internal.provider |
Modifier and Type | Method and Description |
---|---|
VTNConfig |
VTNManagerProvider.getVTNConfig()
Return a
VTNConfig instance that contains current configuration. |
Modifier and Type | Class and Description |
---|---|
class |
VTNConfigImpl
Implementation of
VTNConfig interface. |
class |
VTNConfigManager
VTN global configuration manager.
|
Modifier and Type | Method and Description |
---|---|
static String |
VTNConfigImpl.diff(VTNConfig oldConf,
VTNConfig newConf)
Create a diff of the given two configuration.
|
Modifier and Type | Method and Description |
---|---|
VTNConfig |
VTNManagerProviderImpl.getVTNConfig()
Return a
VTNConfig instance that contains current configuration. |
Copyright © 2018 OpenDaylight. All rights reserved.