Interface L3vpnIpv6Unicast

  • All Superinterfaces:
    AllAfiSafiCommon, org.opendaylight.yangtools.yang.binding.Augmentable<L3vpnIpv6Unicast>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnIpv6UnicastGroup>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, L3vpnIpv4Ipv6UnicastCommon

    public interface L3vpnIpv6Unicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnIpv6UnicastGroup>, org.opendaylight.yangtools.yang.binding.Augmentable<L3vpnIpv6Unicast>, L3vpnIpv4Ipv6UnicastCommon
    Unicast IPv6 L3VPN configuration options

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

     container l3vpn-ipv6-unicast {
       when "../afi-safi-name = 'bgp-mp:l3vpn-ipv6-unicast'" {
       }
       uses l3vpn-ipv4-ipv6-unicast-common;
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/l3vpn-ipv6-unicast-group/l3vpn-ipv6-unicast

    To create instances of this class use L3vpnIpv6UnicastBuilder.

    See Also:
    L3vpnIpv6UnicastBuilder
    • Field Detail

      • QNAME

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