Interface TopologyTunnelPcepProgrammingService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    TunnelProgramming

    @Generated("mdsal-binding-generator")
    public interface TopologyTunnelPcepProgrammingService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module topology-tunnel-pcep-programming
     rpc pcep-create-p2p-tunnel {
       input input {
         uses ttp:create-p2p-tunnel-input;
         uses p2p:tunnel-p2p-path-cfg-attributes;
         uses ptp:tunnel-pcep-link-cfg-attributes;
       }
       output output {
         uses ttp:create-p2p-tunnel-output;
       }
     }
     rpc pcep-destroy-tunnel {
       input input {
         uses ttp:destroy-tunnel-input;
       }
       output output {
         uses ttp:destroy-tunnel-output;
       }
     }
     rpc pcep-update-tunnel {
       input input {
         uses ttp:base-tunnel-input;
         uses p2p:tunnel-p2p-path-cfg-attributes;
         uses ptp:tunnel-pcep-link-cfg-attributes;
       }
       output output {
         uses ttp:base-tunnel-output;
       }
     }
     
    • Method Detail

      • pcepCreateP2pTunnel

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>> pcepCreateP2pTunnel​(PcepCreateP2pTunnelInput input)
        Invoke pcep-create-p2p-tunnel RPC.
        Parameters:
        input - of pcep-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)
        Invoke pcep-destroy-tunnel RPC.
        Parameters:
        input - of pcep-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)
        Invoke pcep-update-tunnel RPC.
        Parameters:
        input - of pcep-update-tunnel
        Returns:
        output of pcep-update-tunnel