All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
AfiSafi

@Generated("mdsal-binding-generator") public interface Ipv6LabelledUnicastGroup extends org.opendaylight.yangtools.binding.Grouping
Group for IPv6 Labelled Unicast configuration options

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

 grouping ipv6-labelled-unicast-group {
   container ipv6-labelled-unicast {
     when "../afi-safi-name = 'bgp-mp:ipv6-labelled-unicast'" {
     }
     uses all-afi-safi-common;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return ipv6LabelledUnicast, or null if it is not present.
    Return ipv6LabelledUnicast, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getIpv6LabelledUnicast

      Ipv6LabelledUnicast getIpv6LabelledUnicast()
      Return ipv6LabelledUnicast, or null if it is not present.
           
               IPv6 Labelled Unicast configuration options
           
       
      Returns:
      Ipv6LabelledUnicast ipv6LabelledUnicast, or null if it is not present.
    • nonnullIpv6LabelledUnicast

      @NonNull Ipv6LabelledUnicast nonnullIpv6LabelledUnicast()
      Return ipv6LabelledUnicast, or an empty instance if it is not present.
      Returns:
      Ipv6LabelledUnicast ipv6LabelledUnicast, or an empty instance if it is not present.