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 Ipv4UnicastGroup extends org.opendaylight.yangtools.yang.binding.DataObject
Group for IPv4 Unicast configuration options

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

 grouping ipv4-unicast-group {
   container ipv4-unicast {
     when "../afi-safi-name = 'bgp-mp:ipv4-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 ipv4Unicast, or null if it is not present.
     
    @NonNull Ipv4Unicast
    Return ipv4Unicast, 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 Ipv4UnicastGroup> 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
    • getIpv4Unicast

      Ipv4Unicast getIpv4Unicast()
      Return ipv4Unicast, or null if it is not present.
           
               IPv4 unicast configuration options
           
       
      Returns:
      Ipv4Unicast ipv4Unicast, or null if it is not present.
    • nonnullIpv4Unicast

      @NonNull Ipv4Unicast nonnullIpv4Unicast()
      Return ipv4Unicast, or an empty instance if it is not present.
      Returns:
      Ipv4Unicast ipv4Unicast, or an empty instance if it is not present.