Interface Mvpn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Mvpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Mvpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.Augmentable<Mvpn>

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

     container mvpn {
       container bgp {
         uses bgp-af-mvpn-config;
       }
       leaf auto-summary {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/mvpn

    To create instances of this class use MvpnBuilder.

    See Also:
    MvpnBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Bgp getBgp()
        BGP specific commands for ipv4-mvpn address family/sub-addess family combination.
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv4.mvpn.Bgp bgp, or null if not present
      • isAutoSummary

        @Nullable java.lang.Boolean isAutoSummary()
        Enable automatic network number summarization.
        Returns:
        java.lang.Boolean autoSummary, or null if not present