public interface CordVtnNode
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CordVtnNode.Builder
Builder of cordvtn node entities.
|
| Modifier and Type | Method and Description |
|---|---|
String |
dataInterface()
Returns the data network interface name.
|
CidrAddr |
dataIp()
Returns the data network IP address of the node.
|
String |
hostManagementInterface()
Returns host management network interface name.
|
CidrAddr |
hostManagementIp()
Returns the host management IP address of the node.
|
String |
hostname()
Returns the hostname of the node.
|
org.onosproject.net.DeviceId |
integrationBridgeId()
Returns the integration bridge device identifier.
|
CidrAddr |
localManagementIp()
Returns the local management IP address of the node.
|
org.onosproject.net.DeviceId |
ovsdbId()
Returns the identifier of the OVSDB device.
|
org.onlab.packet.TpPort |
ovsdbPort()
Returns the port number of the OVSDB server.
|
SshAccessInfo |
sshInfo()
Returns the SSH access information.
|
CordVtnNodeState |
state()
Returns the state of the node.
|
Set<String> |
systemInterfaces()
Returns system interfaces of the node.
|
String hostname()
CidrAddr hostManagementIp()
CidrAddr localManagementIp()
CidrAddr dataIp()
org.onosproject.net.DeviceId integrationBridgeId()
String dataInterface()
String hostManagementInterface()
org.onlab.packet.TpPort ovsdbPort()
SshAccessInfo sshInfo()
CordVtnNodeState state()
org.onosproject.net.DeviceId ovsdbId()
Copyright © 2018. All rights reserved.