Interface Ipv6LabelledUnicast

  • All Superinterfaces:
    AllAfiSafiCommon, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6LabelledUnicast>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6LabelledUnicastGroup>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Ipv6LabelledUnicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6LabelledUnicastGroup>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6LabelledUnicast>, AllAfiSafiCommon
    IPv6 Labelled Unicast configuration options

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

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

    To create instances of this class use Ipv6LabelledUnicastBuilder.

    See Also:
    Ipv6LabelledUnicastBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Ipv6LabelledUnicast> implementedInterface()
        Specified by:
        implementedInterface in interface AllAfiSafiCommon
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject