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, NetworkTopologyReference, SubmitInstructionInput, TopologyInstructionInput
All Known Subinterfaces:
DestroyTunnelInput, PcepDestroyTunnelInput, PcepUpdateTunnelInput

@Generated("mdsal-binding-generator") public interface BaseTunnelInput extends org.opendaylight.yangtools.yang.binding.DataObject, TopologyInstructionInput

This class represents the following YANG schema fragment defined in module topology-tunnel-programming

 grouping base-tunnel-input {
   uses tp:topology-instruction-input;
   leaf link-id {
     type nt:link-id;
   }
 }
 
  • 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 BaseTunnelInput> 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
      Specified by:
      implementedInterface in interface NetworkTopologyReference
      Specified by:
      implementedInterface in interface SubmitInstructionInput
      Specified by:
      implementedInterface in interface TopologyInstructionInput
    • getLinkId

      org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId getLinkId()
      Return linkId, or null if it is not present.
      Returns:
      LinkId linkId, or null if it is not present.
    • requireLinkId

      default @NonNull org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId requireLinkId()
      Return linkId, guaranteed to be non-null.
      Returns:
      LinkId linkId, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if linkId is not present