Interface EthernetBaseAttributes

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

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

    This class represents the following YANG schema fragment defined in module v3po

     grouping ethernet-base-attributes {
       leaf mtu {
         type uint16 {
           range 64..9216;
         }
         units octets;
         default 9216;
       }
     }
     
    The schema path to identify an instance is v3po/ethernet-base-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends EthernetBaseAttributes> 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 size, in octets, of the largest packet that the hardware interface will send
                 and receive.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 mtu, or null if it is not present.