Interface InterfaceStatisticsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService

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