Interface Segments

  • All Superinterfaces:
    AsPathSegment, org.opendaylight.yangtools.yang.binding.Augmentable<Segments>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AsPath>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Segments
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AsPath>, org.opendaylight.yangtools.yang.binding.Augmentable<Segments>, AsPathSegment

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

     list segments {
       uses bgp-t:as-path-segment;
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/as-path/segments

    To create instances of this class use SegmentsBuilder.

    See Also:
    SegmentsBuilder
    • 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<Segments> implementedInterface()
        Specified by:
        implementedInterface in interface AsPathSegment
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject