Interface CreateP2pTunnelInput
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,CreateTunnelInput
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,NetworkTopologyReference
,SubmitInstructionInput
,TopologyInstructionInput
- All Known Subinterfaces:
PcepCreateP2pTunnelInput
@Generated("mdsal-binding-generator")
public interface CreateP2pTunnelInput
extends org.opendaylight.yangtools.yang.binding.DataObject, CreateTunnelInput
This class represents the following YANG schema fragment defined in module topology-tunnel-programming
grouping create-p2p-tunnel-input { uses create-tunnel-input; container destination { uses tp-reference; } container source { uses tp-reference; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn destination, ornull
if it is not present.Return source, ornull
if it is not present.Class<? extends CreateP2pTunnelInput>
@NonNull Destination
Return destination, or an empty instance if it is not present.@NonNull Source
Return source, or an empty instance if it is not present.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 CreateP2pTunnelInput> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceCreateTunnelInput
- 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
-
getDestination
Destination getDestination()Return destination, ornull
if it is not present.- Returns:
Destination
destination, ornull
if it is not present.
-
nonnullDestination
@NonNull Destination nonnullDestination()Return destination, or an empty instance if it is not present.- Returns:
Destination
destination, or an empty instance if it is not present.
-
getSource
Source getSource()Return source, ornull
if it is not present.- Returns:
Source
source, ornull
if it is not present.
-
nonnullSource
@NonNull Source nonnullSource()Return source, or an empty instance if it is not present.- Returns:
Source
source, or an empty instance if it is not present.
-