Interface NetworkTopologyPcepProgrammingService

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

    public interface NetworkTopologyPcepProgrammingService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module network-topology-pcep-programming
     rpc submit-add-lsp {
       input input {
         uses ntp:topology-instruction-input;
         uses pcep:add-lsp-args;
       }
       output output {
         uses ntp:topology-instruction-output;
       }
     }
     rpc submit-remove-lsp {
       input input {
         uses ntp:topology-instruction-input;
         uses pcep:remove-lsp-args;
       }
       output output {
         uses ntp:topology-instruction-output;
       }
     }
     rpc submit-update-lsp {
       input input {
         uses ntp:topology-instruction-input;
         uses pcep:update-lsp-args;
       }
       output output {
         uses ntp:topology-instruction-output;
       }
     }
     rpc submit-ensure-lsp-operational {
       input input {
         uses ntp:topology-instruction-input;
         uses pcep:ensure-lsp-operational-args;
       }
       output output {
         uses ntp:topology-instruction-output;
       }
     }
     rpc submit-trigger-sync {
       input input {
         uses ntp:topology-instruction-input;
         uses pcep:trigger-sync-args;
       }
       output output {
         uses ntp:topology-instruction-output;
       }
     }