Interface NxmNxIpv6SrcGrouping

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

    @Generated("mdsal-binding-generator")
    public interface NxmNxIpv6SrcGrouping
    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-src-grouping {
       leaf nx-ipv6-src {
         type empty;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/nxm-nx-ipv6-src-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Empty getNxIpv6Src()
        Return nxIpv6Src, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Empty nxIpv6Src, or null if it is not present.