Interface CreateTunnelOutput
-
- All Superinterfaces:
BaseTunnelOutput,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,SubmitInstructionOutput,TopologyInstructionOutput
- All Known Subinterfaces:
CreateP2pTunnelOutput,PcepCreateP2pTunnelOutput
@Generated("mdsal-binding-generator") public interface CreateTunnelOutput extends org.opendaylight.yangtools.yang.binding.DataObject, BaseTunnelOutput
This class represents the following YANG schema fragment defined in module topology-tunnel-programming
grouping create-tunnel-output { uses base-tunnel-output; leaf link-id { type nt:link-id; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkIdgetLinkId()Return linkId, ornullif it is not present.Class<? extends CreateTunnelOutput>implementedInterface()default @NonNull org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkIdrequireLinkId()Return linkId, guaranteed to be non-null.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.SubmitInstructionOutput
getResult
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends CreateTunnelOutput> implementedInterface()
- Specified by:
implementedInterfacein interfaceBaseTunnelOutput- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceSubmitInstructionOutput- Specified by:
implementedInterfacein interfaceTopologyInstructionOutput
-
getLinkId
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId getLinkId()
Return linkId, ornullif it is not present.- Returns:
LinkIdlinkId, ornullif it is not present.
-
requireLinkId
default @NonNull org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId requireLinkId()
Return linkId, guaranteed to be non-null.- Returns:
LinkIdlinkId, guaranteed to be non-null.- Throws:
NoSuchElementException- if linkId is not present
-
-