| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Device
Representation of a network infrastructure device.
|
interface |
Host
Abstraction of an end-station host on the network, essentially a NIC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
Base implementation of network elements, i.e.
|
class |
DefaultDevice
Default infrastructure device model implementation.
|
class |
DefaultHost
A basic implementation of a Host.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Port.element()
Returns the parent network element to which this port belongs.
|
Element |
DefaultPort.element() |
| Constructor and Description |
|---|
DefaultPort(Element element,
PortNumber number,
boolean isEnabled,
Annotations... annotations)
Creates a network element attributed to the specified provider.
|
DefaultPort(Element element,
PortNumber number,
boolean isEnabled,
Port.Type type,
long portSpeed,
Annotations... annotations)
Creates a network element attributed to the specified provider.
|
Copyright © 2015. All rights reserved.