public class OpticalConnectivityIntent extends Intent
| Modifier and Type | Field and Description |
|---|---|
protected ConnectPoint |
dst |
protected ConnectPoint |
src |
| Modifier | Constructor and Description |
|---|---|
protected |
OpticalConnectivityIntent()
Constructor for serializer.
|
|
OpticalConnectivityIntent(ApplicationId appId,
ConnectPoint src,
ConnectPoint dst)
Creates an optical connectivity intent between the specified
connection points.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectPoint |
getDst()
Returns the destination transponder port.
|
ConnectPoint |
getSrc()
Returns the source transponder port.
|
appId, bindIdGenerator, equals, hashCode, id, isInstallable, resources, unbindIdGeneratorprotected final ConnectPoint src
protected final ConnectPoint dst
public OpticalConnectivityIntent(ApplicationId appId, ConnectPoint src, ConnectPoint dst)
appId - application identificationsrc - the source transponder portdst - the destination transponder portprotected OpticalConnectivityIntent()
public ConnectPoint getSrc()
public ConnectPoint getDst()
Copyright © 2015. All rights reserved.