Interface NetworkTopologyPcepProgrammingService

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

    @Generated("mdsal-binding-generator")
    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;
       }
     }
     
    • Method Detail

      • submitAddLsp

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitAddLspOutput>> submitAddLsp​(SubmitAddLspInput input)
        Invoke submit-add-lsp RPC.
        Parameters:
        input - of submit-add-lsp
        Returns:
        output of submit-add-lsp
      • submitRemoveLsp

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitRemoveLspOutput>> submitRemoveLsp​(SubmitRemoveLspInput input)
        Invoke submit-remove-lsp RPC.
        Parameters:
        input - of submit-remove-lsp
        Returns:
        output of submit-remove-lsp
      • submitUpdateLsp

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitUpdateLspOutput>> submitUpdateLsp​(SubmitUpdateLspInput input)
        Invoke submit-update-lsp RPC.
        Parameters:
        input - of submit-update-lsp
        Returns:
        output of submit-update-lsp
      • submitEnsureLspOperational

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitEnsureLspOperationalOutput>> submitEnsureLspOperational​(SubmitEnsureLspOperationalInput input)
        Invoke submit-ensure-lsp-operational RPC.
        Parameters:
        input - of submit-ensure-lsp-operational
        Returns:
        output of submit-ensure-lsp-operational
      • submitTriggerSync

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitTriggerSyncOutput>> submitTriggerSync​(SubmitTriggerSyncInput input)
        Invoke submit-trigger-sync RPC.
        Parameters:
        input - of submit-trigger-sync
        Returns:
        output of submit-trigger-sync