Interface NetworkTopologyReference
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- 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.yang.binding.DataObject
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; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn networkTopologyRef, ornull
if it is not present.Class<? extends NetworkTopologyReference>
default @NonNull NetworkTopologyRef
Return networkTopologyRef, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends NetworkTopologyReference> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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
-