Interface NxmNxNshTtl

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

    public interface NxmNxNshTtl
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxNshTtlGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxNshTtl>

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

     container nxm-nx-nsh-ttl {
       leaf nsh-ttl {
         type uint8;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-nx-nsh-ttl-grouping/nxm-nx-nsh-ttl

    To create instances of this class use NxmNxNshTtlBuilder.

    See Also:
    NxmNxNshTtlBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint8 getNshTtl()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 nshTtl, or null if not present