Package | Description |
---|---|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
Modifier and Type | Method and Description |
---|---|
DefaultNode |
DefaultNodeSerializer.deserialize(byte[] serialization) |
DefaultNode |
DefaultNode.setLocation(NodeLocation loc)
Sets the most recent node location.
|
DefaultNode |
DefaultNode.setMac(MacAddress mac)
Sets the node MAC address.
|
DefaultNode |
DefaultNode.setNetInterface(Interface intf)
Sets the node network interface.
|
DefaultNode |
DefaultNode.setSupplierId(SupplierId supplierId)
Sets the node supplier ID.
|
DefaultNode |
DefaultNode.setTimeout(long timeout)
Sets the node timeout.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DefaultNodeSerializer.serialize(DefaultNode subject) |
Copyright © 2015. All Rights Reserved.