Interface CostCommunity
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<CostCommunity>,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 CostCommunity extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CostCommunity>, BestpathSelection
Configures a BGP router to not evaluate the cost community attribute during the best path selection process.This class represents the following YANG schema fragment defined in module bgp
case cost-community { leaf ignore-cost-community { type boolean; default false; } }The schema path to identify an instance is bgp/bgp-af-config/bestpath/bestpath-selection/cost-community
-
-
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<CostCommunity>implementedInterface()@Nullable java.lang.BooleanisIgnoreCostCommunity()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<CostCommunity> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
isIgnoreCostCommunity
@Nullable java.lang.Boolean isIgnoreCostCommunity()
- Returns:
java.lang.BooleanignoreCostCommunity, ornullif not present
-
-