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, ornull
if it is not present.default @NonNull NetworkTopologyRef
Return networkTopologyRef, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getNetworkTopologyRef
Return networkTopologyRef, ornull
if it is not present.- Returns:
NetworkTopologyRef
networkTopologyRef, ornull
if it is not present.
-
requireNetworkTopologyRef
Return networkTopologyRef, guaranteed to be non-null.- Returns:
NetworkTopologyRef
networkTopologyRef, guaranteed to be non-null.- Throws:
NoSuchElementException
- if networkTopologyRef is not present
-