@Beta public interface OpticalTunnelEndPoint extends TunnelEndPoint, Annotated, Provided, NetworkResource
Modifier and Type | Interface and Description |
---|---|
static class |
OpticalTunnelEndPoint.Type
Represents coarse tunnel point type classification.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ElementId> |
elementId()
Returns the parent network element to which this tunnel point belongs.
|
OpticalLogicId |
id()
Returns the identifier.
|
boolean |
isGlobal()
Indicates whether or not the port is global significant.
|
java.util.Optional<OpticalTunnelEndPoint> |
parentPoint()
Returns the parent tunnel point to which this tunnel point belongs, optional.
|
java.util.Optional<PortNumber> |
portNumber()
Returns the parent network port to which this tunnel point belongs, can not be be null.
|
OpticalTunnelEndPoint.Type |
type()
Returns the tunnel point type.
|
annotations
providerId
OpticalLogicId id()
java.util.Optional<ElementId> elementId()
java.util.Optional<PortNumber> portNumber()
java.util.Optional<OpticalTunnelEndPoint> parentPoint()
boolean isGlobal()
OpticalTunnelEndPoint.Type type()