Interface Unicast

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

    public interface Unicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Vpnv6>, org.opendaylight.yangtools.yang.binding.Augmentable<Unicast>

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

     container unicast {
       container bgp {
         uses bgp-af-vpn-config;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/vpnv6/unicast

    To create instances of this class use UnicastBuilder.

    See Also:
    UnicastBuilder
    • 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<Unicast> 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 vpnv6-unicast address family/sub-addess family combination.
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.vpnv6.unicast.Bgp bgp, or null if not present