Interface CreateP2pTunnelInput
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,CreateTunnelInput,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping,org.opendaylight.yangtools.binding.lib.ImplementedInterface<org.opendaylight.yangtools.binding.DataContainer>,NetworkTopologyReference,SubmitInstructionInput,TopologyInstructionInput
- All Known Subinterfaces:
PcepCreateP2pTunnelInput
@Generated("mdsal-binding-generator")
public interface CreateP2pTunnelInput
extends org.opendaylight.yangtools.binding.Grouping, 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;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn destination, ornullif it is not present.Return source, ornullif it is not present.@NonNull DestinationReturn destination, or an empty instance if it is not present.@NonNull SourceReturn source, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.NetworkTopologyReference
getNetworkTopologyRef, requireNetworkTopologyRefMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.SubmitInstructionInput
getDeadline, getId, getPreconditions, requireDeadline, requireId, requirePreconditions
-
Method Details
-
getDestination
Destination getDestination()Return destination, ornullif it is not present.- Returns:
Destinationdestination, ornullif it is not present.
-
nonnullDestination
@NonNull Destination nonnullDestination()Return destination, or an empty instance if it is not present.- Returns:
Destinationdestination, or an empty instance if it is not present.
-
getSource
Source getSource()Return source, ornullif it is not present.- Returns:
Sourcesource, ornullif it is not present.
-
nonnullSource
@NonNull Source nonnullSource()Return source, or an empty instance if it is not present.- Returns:
Sourcesource, or an empty instance if it is not present.
-