Interface UpdatePortInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdatePortInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, PortUpdate, org.opendaylight.yangtools.yang.binding.RpcInput, TransactionAware

    public interface UpdatePortInput
    extends PortUpdate, TransactionAware, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdatePortInput>

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

     input input {
       uses port-update;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is sal-port/update-port/input

    To create instances of this class use UpdatePortInputBuilder.

    See Also:
    UpdatePortInputBuilder
    • 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<UpdatePortInput> 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 org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface PortUpdate
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
        Specified by:
        implementedInterface in interface TransactionAware