Interface LabelStack

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LabelStack>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LabeledUnicast>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Label

    public interface LabelStack
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LabeledUnicast>, org.opendaylight.yangtools.yang.binding.Augmentable<LabelStack>, Label
    The Label field carries one or more labels (that corresponds to the stack of labels). Each label is encoded as 3 octets, where the high-order 20 bits the label value, and the low order bit contains 'Bottom of Stack'.

    This class represents the following YANG schema fragment defined in module bgp-labeled-unicast

     list label-stack {
       uses label;
       ordered-by user;
     }
     
    The schema path to identify an instance is bgp-labeled-unicast/labeled-unicast/label-stack

    To create instances of this class use LabelStackBuilder.

    See Also:
    LabelStackBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LabelStack> 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 Label