Interface BGPBestPathSelection
-
- All Superinterfaces:
AutoCloseable
,BgpTableType
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
public interface BGPBestPathSelection extends BgpTableType, AutoCloseable
-
-
Field Summary
-
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType
QNAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathSelectionMode
getStrategy()
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType
getAfi, getSafi, implementedInterface, requireAfi, requireSafi
-
-
-
-
Method Detail
-
getStrategy
PathSelectionMode getStrategy()
-
-