Interface Ipv4LabelledUnicastGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AfiSafi

    public interface Ipv4LabelledUnicastGroup
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Group for IPv4 Labelled Unicast configuration options

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

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

      • QNAME

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

      • implementedInterface

        Class<? extends Ipv4LabelledUnicastGroup> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpv4LabelledUnicast

        @Nullable Ipv4LabelledUnicast getIpv4LabelledUnicast()
        IPv4 Labelled Unicast configuration options
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv4.labelled.unicast.group.Ipv4LabelledUnicast ipv4LabelledUnicast, or null if not present