Interface SrAlgorithm

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SrAlgorithm>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NodeState>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SrAlgorithmsTlv

    public interface SrAlgorithm
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NodeState>, org.opendaylight.yangtools.yang.binding.Augmentable<SrAlgorithm>, SrAlgorithmsTlv

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

     container sr-algorithm {
       uses bgp-sr:sr-algorithms-tlv;
     }
     
    The schema path to identify an instance is bgp-linkstate/node-state/sr-algorithm

    To create instances of this class use SrAlgorithmBuilder.

    See Also:
    SrAlgorithmBuilder
    • 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<SrAlgorithm> 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 SrAlgorithmsTlv