Interface CreateTunnelOutput
- All Superinterfaces:
BaseTunnelOutput
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,SubmitInstructionOutput
,TopologyInstructionOutput
- All Known Subinterfaces:
CreateP2pTunnelOutput
,PcepCreateP2pTunnelOutput
@Generated("mdsal-binding-generator")
public interface CreateTunnelOutput
extends org.opendaylight.yangtools.binding.Grouping, 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; } }
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId
Return linkId, ornull
if it is not present.default @NonNull org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId
Return linkId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.SubmitInstructionOutput
getResult
-
Method Details
-
getLinkId
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId getLinkId()Return linkId, ornull
if it is not present.- Returns:
LinkId
linkId, ornull
if 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:
LinkId
linkId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if linkId is not present
-