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

@Generated("mdsal-binding-generator") public interface Ipv6UnicastGroup extends org.opendaylight.yangtools.yang.binding.DataObject
Group for IPv6 Unicast configuration options

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return ipv6Unicast, or null if it is not present.
     
    @NonNull Ipv6Unicast
    Return ipv6Unicast, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

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

      Ipv6Unicast getIpv6Unicast()
      Return ipv6Unicast, or null if it is not present.
           
               IPv6 unicast configuration options
           
       
      Returns:
      Ipv6Unicast ipv6Unicast, or null if it is not present.
    • nonnullIpv6Unicast

      @NonNull Ipv6Unicast nonnullIpv6Unicast()
      Return ipv6Unicast, or an empty instance if it is not present.
      Returns:
      Ipv6Unicast ipv6Unicast, or an empty instance if it is not present.