Interface BaseTunnelOutput
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,SubmitInstructionOutput
,TopologyInstructionOutput
- All Known Subinterfaces:
CreateP2pTunnelOutput
,CreateTunnelOutput
,DestroyTunnelOutput
,PcepCreateP2pTunnelOutput
,PcepDestroyTunnelOutput
,PcepUpdateTunnelOutput
@Generated("mdsal-binding-generator")
public interface BaseTunnelOutput
extends org.opendaylight.yangtools.yang.binding.DataObject, TopologyInstructionOutput
This class represents the following YANG schema fragment defined in module topology-tunnel-programming
grouping base-tunnel-output { uses tp:topology-instruction-output; }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.SubmitInstructionOutput
getResult
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BaseTunnelOutput> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceSubmitInstructionOutput
- Specified by:
implementedInterface
in interfaceTopologyInstructionOutput
-