Interface Ipv4AddressGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    NxmNxTunIpv4Dst, NxmNxTunIpv4Src, NxmOfArpSpa, NxmOfArpTpa, NxmOfIpDst, NxmOfIpSrc

    @Generated("mdsal-binding-generator")
    public interface Ipv4AddressGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match

     grouping ipv4-address-grouping {
       leaf ipv4-address {
         type inet:ipv4-address;
       }
     }
     
    • Field Summary

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

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpv4Address()
        Return ipv4Address, or null if it is not present.
        Returns:
        Ipv4Address ipv4Address, or null if it is not present.
      • requireIpv4Address

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address requireIpv4Address()
        Return ipv4Address, guaranteed to be non-null.
        Returns:
        Ipv4Address ipv4Address, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv4Address is not present