Interface ElanStatisticsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    ElanStatisticsImpl

    public interface ElanStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module elan-statistics
     rpc get-elan-interface-statistics {
       input input {
         leaf interface-name {
           type leafref {
             path /if:interfaces/if:interface/if:name;
           }
         }
       }
       output output {
         container stat-result {
           uses if-stats:stat-reply;
         }
       }
     }