Interface AsPath

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AsPath>, 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 AsPath
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<AsPath>, BestpathSelection
    Configures a BGP routrer to not consider the autonomous system (AS) path during best path route selection.

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

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

      • QNAME

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

      • implementedInterface

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

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