| Modifier and Type | Method and Description |
|---|---|
RequestType |
PcepTunnelData.requestType()
To get request type.
|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepTunnelData.setRequestType(RequestType requestType)
Request type for tunnel.
|
| Constructor and Description |
|---|
PcepTunnelData(org.onosproject.net.ElementId elementId,
org.onosproject.incubator.net.tunnel.Tunnel tunnel,
org.onosproject.net.Path path,
RequestType requestType)
Constructor to initialize ElemendId, Tunnel, Path and Request type.
|
PcepTunnelData(org.onosproject.net.ElementId elementId,
org.onosproject.incubator.net.tunnel.Tunnel tunnel,
RequestType requestType)
Constructor to initialize ElementId, Tunnel and Request type.
|
PcepTunnelData(org.onosproject.incubator.net.tunnel.Tunnel tunnel,
org.onosproject.net.Path path,
RequestType requestType)
Constructor to initialize Tunnel, Path and Request type.
|
PcepTunnelData(org.onosproject.incubator.net.tunnel.Tunnel tunnel,
RequestType requestType)
Constructor to initialize Tunnel and Request type.
|
Copyright © 2016. All rights reserved.