Interface PcepDestroyTunnel
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<PcepDestroyTunnelInput,
,PcepDestroyTunnelOutput>> org.opendaylight.yangtools.binding.Rpc<PcepDestroyTunnelInput,
PcepDestroyTunnelOutput>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Generated("mdsal-binding-generator")
public interface PcepDestroyTunnel
extends org.opendaylight.yangtools.binding.Rpc<PcepDestroyTunnelInput,PcepDestroyTunnelOutput>
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep-programming
rpc pcep-destroy-tunnel { input input { uses ttp:destroy-tunnel-input; } output output { uses ttp:destroy-tunnel-output; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiondefault Class
<PcepDestroyTunnel> com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>> invoke
(PcepDestroyTunnelInput input)
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
invoke
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>> invoke(PcepDestroyTunnelInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<PcepDestroyTunnelInput,
PcepDestroyTunnelOutput>
-
implementedInterface
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<PcepDestroyTunnelInput,
PcepDestroyTunnelOutput>>
-