public interface AsPath extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<AsPath>, BestpathSelection
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
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isIgnoreAsPath() |
@Nullable Boolean isIgnoreAsPath()
java.lang.Boolean
ignoreAsPath
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.