Interface RsvpTeP2mpLsp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RsvpTeP2mpLsp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, TunnelIdentifier

    public interface RsvpTeP2mpLsp
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RsvpTeP2mpLsp>, TunnelIdentifier

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

     case rsvp-te-p2mp-lsp {
       container rsvp-te-p2mp-lsp {
         leaf p2mp-id {
           type uint32;
         }
         leaf tunnel-id {
           type uint16;
         }
         leaf extended-tunnel-id {
           type inet:ip-address-no-zone;
         }
       }
     }
     
    The schema path to identify an instance is pmsi-tunnel/pmsi-tunnel/pmsi-tunnel/tunnel-identifier/rsvp-te-p2mp-lsp
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<RsvpTeP2mpLsp> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRsvpTeP2mpLsp

        @Nullable RsvpTeP2mpLsp getRsvpTeP2mpLsp()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier.rsvp.te.p2mp.lsp.RsvpTeP2mpLsp rsvpTeP2mpLsp, or null if not present