Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
Interface NetworkTopologyPcepProgrammingService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator") public interface NetworkTopologyPcepProgrammingService extends org.opendaylight.yangtools.yang.binding.RpcService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitAddLspOutput>>submitAddLsp(SubmitAddLspInput input)Invokesubmit-add-lspRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitEnsureLspOperationalOutput>>submitEnsureLspOperational(SubmitEnsureLspOperationalInput input)Invokesubmit-ensure-lsp-operationalRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitRemoveLspOutput>>submitRemoveLsp(SubmitRemoveLspInput input)Invokesubmit-remove-lspRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitTriggerSyncOutput>>submitTriggerSync(SubmitTriggerSyncInput input)Invokesubmit-trigger-syncRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitUpdateLspOutput>>submitUpdateLsp(SubmitUpdateLspInput input)Invokesubmit-update-lspRPC.
-
-
-
Method Detail
-
submitAddLsp
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitAddLspOutput>> submitAddLsp(SubmitAddLspInput input)
Invokesubmit-add-lspRPC.- Parameters:
input- ofsubmit-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)
Invokesubmit-remove-lspRPC.- Parameters:
input- ofsubmit-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)
Invokesubmit-update-lspRPC.- Parameters:
input- ofsubmit-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)
Invokesubmit-ensure-lsp-operationalRPC.- Parameters:
input- ofsubmit-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)
Invokesubmit-trigger-syncRPC.- Parameters:
input- ofsubmit-trigger-sync- Returns:
- output of
submit-trigger-sync
-
-