Interface IgpMetric

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IgpMetric>, BestpathSelection, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Bestpath>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface IgpMetric
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<IgpMetric>, BestpathSelection
    Configures the system to ignore the IGP metric during BGP best path selection.

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

     case igp-metric {
       leaf ignore-igp-metric {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-af-config/bestpath/bestpath-selection/igp-metric
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<IgpMetric> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isIgnoreIgpMetric

        @Nullable java.lang.Boolean isIgnoreIgpMetric()
        Returns:
        java.lang.Boolean ignoreIgpMetric, or null if not present