@Beta
public final class VirtualNetworkIntent
extends org.onosproject.net.intent.ConnectivityIntent
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualNetworkIntent.Builder
Builder of a point to point intent.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VirtualNetworkIntent()
Constructor for serializer.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualNetworkIntent.Builder |
builder()
Returns a new point to point intent builder.
|
org.onosproject.net.ConnectPoint |
egressPoint()
Returns the port on which the traffic should egress.
|
org.onosproject.net.ConnectPoint |
ingressPoint()
Returns the port on which the ingress traffic should be connected to
the egress.
|
NetworkId |
networkId()
Returns the virtual network identifier.
|
String |
toString() |
constraints, resources, selector, treatmentprotected VirtualNetworkIntent()
public static VirtualNetworkIntent.Builder builder()
public NetworkId networkId()
public org.onosproject.net.ConnectPoint ingressPoint()
public org.onosproject.net.ConnectPoint egressPoint()