public interface PcePath
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcePath.Builder
Builder for pce path.
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
bandwidthConstraint()
Returns the attribute bandwidth constraint.
|
PcePath |
copy(PcePath id)
Copies only non-null or non-zero member variables.
|
Constraint |
costConstraint()
Returns the attribute cost constraint.
|
String |
destination()
Returns the attribute egress.
|
void |
destination(String dst)
Sets the attribute egress.
|
Collection<ExplicitPathInfo> |
explicitPathInfo()
Returns the list of explicit path objects.
|
TunnelId |
id()
Returns the attribute path id.
|
void |
id(TunnelId id)
Sets the attribute path id.
|
LspType |
lspType()
Returns the attribute lspType.
|
String |
name()
Returns the attribute symbolic-path-name.
|
String |
source()
Returns the attribute ingress.
|
void |
source(String src)
Sets the attribute ingress.
|
TunnelId id()
void id(TunnelId id)
id - path idString source()
void source(String src)
src - pce sourceString destination()
void destination(String dst)
dst - pce destination.LspType lspType()
String name()
Constraint costConstraint()
Constraint bandwidthConstraint()
Collection<ExplicitPathInfo> explicitPathInfo()