Interface NxmNxIpv6DstGrouping

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

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

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

     grouping nxm-nx-ipv6-dst-grouping {
       leaf nx-ipv6-dst {
         type empty;
       }
     }
     
    • 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 NxmNxIpv6DstGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNxIpv6Dst

        org.opendaylight.yangtools.yang.common.Empty getNxIpv6Dst()
        Return nxIpv6Dst, or null if it is not present.
        Returns:
        Empty nxIpv6Dst, or null if it is not present.
      • requireNxIpv6Dst

        default @NonNull org.opendaylight.yangtools.yang.common.Empty requireNxIpv6Dst()
        Return nxIpv6Dst, guaranteed to be non-null.
        Returns:
        Empty nxIpv6Dst, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if nxIpv6Dst is not present