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 Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.Class<AsPath>implementedInterface()@Nullable java.lang.BooleanisIgnoreAsPath()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<AsPath> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
isIgnoreAsPath
@Nullable java.lang.Boolean isIgnoreAsPath()
- Returns:
java.lang.BooleanignoreAsPath, ornullif not present
-
-