EncapsulationConstraint
with Encasulation type EncapsulationType MPLS.@Beta @Deprecated public final class MplsIntent extends ConnectivityIntent
| Modifier and Type | Class and Description |
|---|---|
static class |
MplsIntent.Builder
Deprecated.
Builder of an MPLS intent.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
MplsIntent()
Deprecated.
Constructor for serializer.
|
| Modifier and Type | Method and Description |
|---|---|
static MplsIntent.Builder |
builder()
Deprecated.
Returns a new MPLS intent builder.
|
Optional<MplsLabel> |
egressLabel()
Deprecated.
Returns the MPLS label which the egress traffic should tagged.
|
ConnectPoint |
egressPoint()
Deprecated.
Returns the port on which the traffic should egress.
|
Optional<MplsLabel> |
ingressLabel()
Deprecated.
Returns the MPLS label which the ingress traffic should tagged.
|
ConnectPoint |
ingressPoint()
Deprecated.
Returns the port on which the ingress traffic should be connected to
the egress.
|
String |
toString()
Deprecated.
|
constraints, resources, resources, selector, treatmentappId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resourceGroup, resources, unbindIdGeneratorpublic static MplsIntent.Builder builder()
public ConnectPoint ingressPoint()
public ConnectPoint egressPoint()
public Optional<MplsLabel> ingressLabel()
public Optional<MplsLabel> egressLabel()