Interface AugmentBgpAfVpnConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Unicast1, Unicast2

    @Generated("mdsal-binding-generator")
    public interface AugmentBgpAfVpnConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    A set of configuration parameters that is applicable to both BGP-VPNv4 and BGP-VPNv6 address family.

    This class represents the following YANG schema fragment defined in module l3vpn

     grouping augment-bgp-af-vpn-config {
       leaf apply-label-per-nexthop {
         type boolean;
         default false;
       }
       leaf upeEnable {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is l3vpn/augment-bgp-af-vpn-config
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends AugmentBgpAfVpnConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getApplyLabelPerNexthop

        java.lang.Boolean getApplyLabelPerNexthop()
        Return applyLabelPerNexthop, or null if it is not present.
             
                 The apply-label per-nexthop command enables the ASBR to allocate labels for IPv4
                 VPN routes or IPv6 VPN routes based on the next hop.
             
         
        Returns:
        java.lang.Boolean applyLabelPerNexthop, or null if it is not present.
      • isApplyLabelPerNexthop

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isApplyLabelPerNexthop()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getUpeEnable

        java.lang.Boolean getUpeEnable()
        Return upeEnable, or null if it is not present.
             
                 Specify peer as UPE.
             
         
        Returns:
        java.lang.Boolean upeEnable, or null if it is not present.
      • isUpeEnable

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isUpeEnable()
        Deprecated, for removal: This API element is subject to removal in a future version.