| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Link.State |
Link.state()
Returns the link state.
|
Link.State |
DefaultLink.state() |
static Link.State |
Link.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Link.State[] |
Link.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultLink(ProviderId providerId,
ConnectPoint src,
ConnectPoint dst,
Link.Type type,
Link.State state,
boolean isDurable,
Annotations... annotations)
Creates an infrastructure link using the supplied information.
|
Copyright © 2015. All rights reserved.