Interface EthernetStateAttributes

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

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

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

     grouping ethernet-state-attributes {
       leaf manufacturer-description {
         type string;
         config false;
       }
       leaf duplex {
         type enumeration {
           enum half;
           enum full;
         }
         config false;
       }
     }
     
    The schema path to identify an instance is v3po/ethernet-state-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends EthernetStateAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getManufacturerDescription

        java.lang.String getManufacturerDescription()
        Return manufacturerDescription, or null if it is not present.
        Returns:
        java.lang.String manufacturerDescription, or null if it is not present.
      • getDuplex

        EthernetStateAttributes.Duplex getDuplex()
        Return duplex, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev170607.EthernetStateAttributes.Duplex duplex, or null if it is not present.