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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends NetworkTopologyReference> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getNetworkTopologyRef

      @RoutingContext(NetworkTopologyContext.class) NetworkTopologyRef getNetworkTopologyRef()
      Return networkTopologyRef, or null if it is not present.
      Returns:
      NetworkTopologyRef networkTopologyRef, or null if it is not present.
    • requireNetworkTopologyRef

      default @NonNull NetworkTopologyRef requireNetworkTopologyRef()
      Return networkTopologyRef, guaranteed to be non-null.
      Returns:
      NetworkTopologyRef networkTopologyRef, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if networkTopologyRef is not present