Interface TunIpv4DstValues

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TunIpv4DstValues>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchTunIpv4DstGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface TunIpv4DstValues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchTunIpv4DstGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<TunIpv4DstValues>

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

     container tun-ipv4-dst-values {
       leaf value {
         type uint32;
       }
     }
     
    The schema path to identify an instance is nicira-match/ofj-nxm-nx-match-tun-ipv4-dst-grouping/tun-ipv4-dst-values

    To create instances of this class use TunIpv4DstValuesBuilder.

    See Also:
    TunIpv4DstValuesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<TunIpv4DstValues> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getValue

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getValue()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 value, or null if not present