Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109.PcepDestroyTunnelInput
-
Packages that use PcepDestroyTunnelInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 -
-
Uses of PcepDestroyTunnelInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type parameters of type PcepDestroyTunnelInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput>>
E$$PcepDestroyTunnelInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 that return PcepDestroyTunnelInput Modifier and Type Method Description PcepDestroyTunnelInputPcepDestroyTunnelInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 that return types with arguments of type PcepDestroyTunnelInput Modifier and Type Method Description default Class<PcepDestroyTunnelInput>PcepDestroyTunnelInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type PcepDestroyTunnelInput Modifier and Type Method Description static booleanPcepDestroyTunnelInput. bindingEquals(@NonNull PcepDestroyTunnelInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPcepDestroyTunnelInput. bindingHashCode(@NonNull PcepDestroyTunnelInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringPcepDestroyTunnelInput. bindingToString(@NonNull PcepDestroyTunnelInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>>TopologyTunnelPcepProgrammingService. pcepDestroyTunnel(PcepDestroyTunnelInput input)Invokepcep-destroy-tunnelRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type arguments of type PcepDestroyTunnelInput Modifier and Type Method Description PcepDestroyTunnelInputBuilderPcepDestroyTunnelInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput> augmentation)Add an augmentation to this builder's product.PcepDestroyTunnelInputBuilderPcepDestroyTunnelInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type PcepDestroyTunnelInput Constructor Description PcepDestroyTunnelInputBuilder(PcepDestroyTunnelInput base)
-