Interface Ipv6

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

    public interface Ipv6
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AfConfiguration>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6>

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

     container ipv6 {
       container multicast {
         container bgp {
           uses bgp-af-config;
         }
         uses router-af-config;
       }
       container unicast {
         container bgp {
           uses bgp-af-config;
         }
         uses router-af-config;
         leaf default-metric {
           type uint32;
         }
         uses maximum-paths;
         leaf synchronization {
           type boolean;
         }
       }
       container mvpn {
         container bgp {
           uses bgp-af-mvpn-config;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv6

    To create instances of this class use Ipv6Builder.

    See Also:
    Ipv6Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Multicast getMulticast()
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv6.Multicast multicast, or null if not present
      • getUnicast

        @Nullable Unicast getUnicast()
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv6.Unicast unicast, or null if not present
      • getMvpn

        @Nullable Mvpn getMvpn()
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv6.Mvpn mvpn, or null if not present