Interface CreateTunnelInput
- 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
,NetworkTopologyReference
,SubmitInstructionInput
,TopologyInstructionInput
- All Known Subinterfaces:
CreateP2pTunnelInput
,PcepCreateP2pTunnelInput
@Generated("mdsal-binding-generator")
public interface CreateTunnelInput
extends org.opendaylight.yangtools.yang.binding.DataObject, TopologyInstructionInput
This class represents the following YANG schema fragment defined in module topology-tunnel-programming
grouping create-tunnel-input { uses tp:topology-instruction-input; }
-
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.network.topology.rev140113.NetworkTopologyReference
getNetworkTopologyRef, requireNetworkTopologyRef
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.SubmitInstructionInput
getDeadline, getId, getPreconditions, requireDeadline, requireId, requirePreconditions
-
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 CreateTunnelInput> 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 interfaceNetworkTopologyReference
- Specified by:
implementedInterface
in interfaceSubmitInstructionInput
- Specified by:
implementedInterface
in interfaceTopologyInstructionInput
-