Interface CommonPort

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        PortNumberUni getPortNumber()
        Return portNumber, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortNumberUni portNumber, or null if it is not present.
      • getHardwareAddress

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getHardwareAddress()
        Return hardwareAddress, or null if it is not present.
             
                 MAC Address of the port
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress hardwareAddress, or null if it is not present.
      • getConfiguration

        PortConfig getConfiguration()
        Return configuration, or null if it is not present.
             
                 Bit map of OFPPC-* flags
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortConfig configuration, or null if it is not present.
      • getAdvertisedFeatures

        PortFeatures getAdvertisedFeatures()
        Return advertisedFeatures, or null if it is not present.
             
                 Features being advertised by the port
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures advertisedFeatures, or null if it is not present.