Interface L3vpnIpv4Unicast

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

    public interface L3vpnIpv4Unicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnIpv4UnicastGroup>, org.opendaylight.yangtools.yang.binding.Augmentable<L3vpnIpv4Unicast>, L3vpnIpv4Ipv6UnicastCommon
    Unicast IPv4 L3VPN configuration options

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

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

    To create instances of this class use L3vpnIpv4UnicastBuilder.

    See Also:
    L3vpnIpv4UnicastBuilder
    • Field Detail

      • QNAME

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