Interface UpdatedPort

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedPort>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PortUpdate>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PortMod

    public interface UpdatedPort
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PortUpdate>, org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedPort>, PortMod

    This class represents the following YANG schema fragment defined in module sal-port

     container updated-port {
       uses port-type:port-mod;
     }
     
    The schema path to identify an instance is sal-port/port-update/updated-port

    To create instances of this class use UpdatedPortBuilder.

    See Also:
    UpdatedPortBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UpdatedPort> 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 PortMod