Interface CreateP2pTunnelOutput
- All Superinterfaces:
BaseTunnelOutput
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,CreateTunnelOutput
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,SubmitInstructionOutput
,TopologyInstructionOutput
- All Known Subinterfaces:
PcepCreateP2pTunnelOutput
@Generated("mdsal-binding-generator")
public interface CreateP2pTunnelOutput
extends org.opendaylight.yangtools.yang.binding.DataObject, CreateTunnelOutput
This class represents the following YANG schema fragment defined in module topology-tunnel-programming
grouping create-p2p-tunnel-output { uses create-tunnel-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.topology.tunnel.programming.rev130930.CreateTunnelOutput
getLinkId, requireLinkId
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 CreateP2pTunnelOutput> implementedInterface()- Specified by:
implementedInterface
in interfaceBaseTunnelOutput
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceCreateTunnelOutput
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceSubmitInstructionOutput
- Specified by:
implementedInterface
in interfaceTopologyInstructionOutput
-