@Beta public final class OpticalPathIntent extends Intent
Modifier and Type | Class and Description |
---|---|
static class |
OpticalPathIntent.Builder
Builder for optical path intents.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY
Modifier | Constructor and Description |
---|---|
protected |
OpticalPathIntent() |
Modifier and Type | Method and Description |
---|---|
static OpticalPathIntent.Builder |
builder()
Returns a new optical connectivity intent builder.
|
ConnectPoint |
dst() |
boolean |
isBidirectional() |
OchSignal |
lambda() |
Path |
path() |
OchSignalType |
signalType() |
ConnectPoint |
src() |
String |
toString() |
appId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resourceGroup, resources, unbindIdGenerator
public static OpticalPathIntent.Builder builder()
public ConnectPoint src()
public ConnectPoint dst()
public Path path()
public OchSignal lambda()
public OchSignalType signalType()
public boolean isBidirectional()