Interface MtuAttributes

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

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

    This class represents the following YANG schema fragment defined in module neutron-mtu

     grouping mtu-attributes {
       leaf mtu {
         type uint16;
       }
     }
     
    The schema path to identify an instance is neutron-mtu/mtu-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint16 getMtu()
        Return mtu, or null if it is not present.
             
                 The maximum transmission unit (MTU) value to address fragmentation. Minimum
                 value is 68 for IPv4, and 1280 for IPv6.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 mtu, or null if it is not present.