public interface VirtualNetworkProviderService extends ProviderService<VirtualNetworkProvider>
Modifier and Type | Method and Description |
---|---|
void |
topologyChanged(java.util.Set<java.util.Set<ConnectPoint>> clusters)
Set of separate topology clusters expressed in terms of connect points which
belong to the same SCC of the underlying topology.
|
void |
tunnelDown(NetworkId networkId,
ConnectPoint src,
ConnectPoint dst,
TunnelId tunnelId)
This method is used to notify the VirtualNetwork service that a tunnel is now
FAILED or INACTIVE.
|
void |
tunnelUp(NetworkId networkId,
ConnectPoint src,
ConnectPoint dst,
TunnelId tunnelId)
This method is used to notify the VirtualNetwork service that a tunnel is now ACTIVE.
|
provider
void topologyChanged(java.util.Set<java.util.Set<ConnectPoint>> clusters)
clusters
- set of sets of mutually reachable connection points;
the outer sets are not mutually reachablevoid tunnelUp(NetworkId networkId, ConnectPoint src, ConnectPoint dst, TunnelId tunnelId)
networkId
- network identifiersrc
- source connection pointdst
- destination connection pointtunnelId
- tunnel identifiervoid tunnelDown(NetworkId networkId, ConnectPoint src, ConnectPoint dst, TunnelId tunnelId)
networkId
- network identifiersrc
- source connection pointdst
- destination connection pointtunnelId
- tunnel identifier