Interface BgpUseMultiplePathsEbgpAsOptionsConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpUseMultiplePathsEbgpConfig, Config, Config, State, State

    public interface BgpUseMultiplePathsEbgpAsOptionsConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration parameters specific to eBGP multipath applicable to all contexts

    This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol

     grouping bgp-use-multiple-paths-ebgp-as-options_config {
       leaf allow-multiple-as {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-use-multiple-paths-ebgp-as-options_config
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BgpUseMultiplePathsEbgpAsOptionsConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isAllowMultipleAs

        @Nullable Boolean isAllowMultipleAs()
        Allow multipath to use paths from different neighbouring ASes. The default is to only consider multiple paths from the same neighbouring AS.
        Returns:
        java.lang.Boolean allowMultipleAs, or null if not present