Interface TopologyTunnelPcepProgrammingService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator")
public interface TopologyTunnelPcepProgrammingService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>>Invokepcep-create-p2p-tunnelRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>>Invokepcep-destroy-tunnelRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>>Invokepcep-update-tunnelRPC.
-
Method Details
-
pcepCreateP2pTunnel
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>> pcepCreateP2pTunnel(PcepCreateP2pTunnelInput input) Invokepcep-create-p2p-tunnelRPC.- Parameters:
input- ofpcep-create-p2p-tunnel- Returns:
- output of
pcep-create-p2p-tunnel
-
pcepDestroyTunnel
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>> pcepDestroyTunnel(PcepDestroyTunnelInput input) Invokepcep-destroy-tunnelRPC.- Parameters:
input- ofpcep-destroy-tunnel- Returns:
- output of
pcep-destroy-tunnel
-
pcepUpdateTunnel
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>> pcepUpdateTunnel(PcepUpdateTunnelInput input) Invokepcep-update-tunnelRPC.- Parameters:
input- ofpcep-update-tunnel- Returns:
- output of
pcep-update-tunnel
-