Interface GetExternalTunnelInterfaceNameInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetExternalTunnelInterfaceNameInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface GetExternalTunnelInterfaceNameInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetExternalTunnelInterfaceNameInput>

    This class represents the following YANG schema fragment defined in module itm-rpc

     input input {
       leaf source-node {
         type string;
       }
       leaf destination-node {
         type string;
       }
       leaf tunnel-type {
         type identityref {
           base tunnel-type-base;
         }
       }
     }
     
    The schema path to identify an instance is itm-rpc/get-external-tunnel-interface-name/input

    To create instances of this class use GetExternalTunnelInterfaceNameInputBuilder.

    See Also:
    GetExternalTunnelInterfaceNameInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetExternalTunnelInterfaceNameInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getSourceNode

        @Nullable java.lang.String getSourceNode()
        Returns:
        java.lang.String sourceNode, or null if not present
      • getDestinationNode

        @Nullable java.lang.String getDestinationNode()
        Returns:
        java.lang.String destinationNode, or null if not present
      • getTunnelType

        @Nullable java.lang.Class<? extends TunnelTypeBase> getTunnelType()
        Returns:
        java.lang.Class tunnelType, or null if not present