Interface PhyPort

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PhyPort>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FeaturesReply>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PortGrouping

    public interface PhyPort
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FeaturesReply>, org.opendaylight.yangtools.yang.binding.Augmentable<PhyPort>, PortGrouping

    This class represents the following YANG schema fragment defined in module openflow-protocol

     list phy-port {
       uses port-grouping;
     }
     
    The schema path to identify an instance is openflow-protocol/features-reply/phy-port

    To create instances of this class use PhyPortBuilder.

    See Also:
    PhyPortBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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