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, 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 Details

    • getDestination

      Destination getDestination()
      Return destination, or null if it is not present.
      Returns:
      Destination destination, or null 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, or null if it is not present.
      Returns:
      Source source, or null 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.