public static interface CordVtnNode.Builder
| Modifier and Type | Method and Description |
|---|---|
CordVtnNode |
build()
Returns new cordvtn node.
|
CordVtnNode.Builder |
dataInterface(String dataIface)
Returns cordvtn node builder with the supplied data interface.
|
CordVtnNode.Builder |
dataIp(CidrAddr dataIp)
Returns cordvtn node builder with the supplied data IP.
|
CordVtnNode.Builder |
hostManagementInterface(String hostMgmtIface)
Returns cordvtn node builder with the supplied host management interface.
|
CordVtnNode.Builder |
hostManagementIp(CidrAddr hostMgmtIp)
Returns cordvtn node builder with the supplied host management IP.
|
CordVtnNode.Builder |
hostname(String hostname)
Returns cordvtn node builder with the supplied hostname.
|
CordVtnNode.Builder |
integrationBridgeId(org.onosproject.net.DeviceId bridgeId)
Returns cordvtn node builder with the supplied integration bridge identifier.
|
CordVtnNode.Builder |
localManagementIp(CidrAddr localMgmtIp)
Returns cordvtn node builder with the supplied local management IP.
|
CordVtnNode.Builder |
ovsdbPort(org.onlab.packet.TpPort ovsdbPort)
Returns cordvtn node builder with the supplied OVSDB port.
|
CordVtnNode.Builder |
sshInfo(SshAccessInfo sshInfo)
Returns cordvtn node builder with the supplied SSH access information.
|
CordVtnNode.Builder |
state(CordVtnNodeState state)
Returns cordvtn node builder with the supplied initialize state.
|
CordVtnNode build()
CordVtnNode.Builder hostname(String hostname)
hostname - hostname of the nodeCordVtnNode.Builder hostManagementIp(CidrAddr hostMgmtIp)
hostMgmtIp - ip address with cidr notationCordVtnNode.Builder localManagementIp(CidrAddr localMgmtIp)
localMgmtIp - ip address with cidr notationCordVtnNode.Builder dataIp(CidrAddr dataIp)
dataIp - ip address with cidr notationCordVtnNode.Builder integrationBridgeId(org.onosproject.net.DeviceId bridgeId)
bridgeId - bridge identifierCordVtnNode.Builder dataInterface(String dataIface)
dataIface - interface nameCordVtnNode.Builder hostManagementInterface(String hostMgmtIface)
hostMgmtIface - interface nameCordVtnNode.Builder ovsdbPort(org.onlab.packet.TpPort ovsdbPort)
ovsdbPort - transport layer port numberCordVtnNode.Builder sshInfo(SshAccessInfo sshInfo)
sshInfo - ssh access informationCordVtnNode.Builder state(CordVtnNodeState state)
state - cordvtn node stateCopyright © 2018. All rights reserved.