Interface NetworkTopologyReference
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
AddLspInput,BaseTunnelInput,CreateP2pTunnelInput,CreateTunnelInput,DestroyTunnelInput,EnsureLspOperationalInput,PcepCreateP2pTunnelInput,PcepDestroyTunnelInput,PcepUpdateTunnelInput,RemoveLspInput,SubmitAddLspInput,SubmitEnsureLspOperationalInput,SubmitRemoveLspInput,SubmitTriggerSyncInput,SubmitUpdateLspInput,TearDownSessionInput,TopologyInstructionInput,TriggerSyncInput,UpdateLspInput
@Generated("mdsal-binding-generator")
public interface NetworkTopologyReference
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-network-topology
grouping network-topology-reference {
leaf network-topology-ref {
type network-topology-ref;
ext:context-reference network-topology-context;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn networkTopologyRef, ornullif it is not present.default @NonNull NetworkTopologyRefReturn networkTopologyRef, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getNetworkTopologyRef
Return networkTopologyRef, ornullif it is not present.- Returns:
NetworkTopologyRefnetworkTopologyRef, ornullif it is not present.
-
requireNetworkTopologyRef
Return networkTopologyRef, guaranteed to be non-null.- Returns:
NetworkTopologyRefnetworkTopologyRef, guaranteed to be non-null.- Throws:
NoSuchElementException- if networkTopologyRef is not present
-