Interface RpcFailOpNotSupported

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BaseIdentity, RpcResultBase

    public interface RpcFailOpNotSupported
    extends RpcResultBase
    RPC failed: operation not supported for given parameters

    This class represents the following YANG schema fragment defined in module odl-srm-rpcs

     identity rpc-fail-op-not-supported {
       base rpc-result-base;
     }
     
    The schema path to identify an instance is odl-srm-rpcs/rpc-fail-op-not-supported
    • 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