| Package | Description |
|---|---|
| org.opencord.cordvtn.api |
API for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
static CordVtnNodeState |
CordVtnNodeState.noState()
Returns null for no state.
|
CordVtnNodeState |
CordVtnNode.state()
Returns the state of the node.
|
| Modifier and Type | Method and Description |
|---|---|
static CordVtnNode |
CordVtnNode.getUpdatedNode(CordVtnNode node,
CordVtnNodeState state)
Returns cordvtn node with new state.
|
| Constructor and Description |
|---|
CordVtnNode(String hostname,
NetworkAddress hostMgmtIp,
NetworkAddress localMgmtIp,
NetworkAddress dpIp,
org.onlab.packet.TpPort ovsdbPort,
SshAccessInfo sshInfo,
org.onosproject.net.DeviceId bridgeId,
String dpIntf,
CordVtnNodeState state)
Creates a new node.
|
Copyright © 2016. All rights reserved.