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 Detail

      • QNAME

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

      • implementedInterface

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

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