Interface CreateP2pTunnelInput

  • All Superinterfaces:
    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;
       }
     }
     
    The schema path to identify an instance is topology-tunnel-programming/create-p2p-tunnel-input
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • getDestination

        Destination getDestination()
        Return destination, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input.Destination destination, or null if it is not present.
      • getSource

        Source getSource()
        Return source, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input.Source source, or null if it is not present.