Interface MldpMp2mpLsp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MldpMp2mpLsp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Opaque

    public interface MldpMp2mpLsp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.Augmentable<MldpMp2mpLsp>, Opaque

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

     container mldp-mp2mp-lsp {
       uses opaque;
     }
     
    The schema path to identify an instance is pmsi-tunnel/pmsi-tunnel/pmsi-tunnel/tunnel-identifier/mldp-mp2mp-lsp/mldp-mp2mp-lsp

    To create instances of this class use MldpMp2mpLspBuilder.

    See Also:
    MldpMp2mpLspBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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