Interface GetEgressInstructionsForInterfaceInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetEgressInstructionsForInterfaceInput>, 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 GetEgressInstructionsForInterfaceInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetEgressInstructionsForInterfaceInput>

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

     input input {
       leaf intf-name {
         type string;
       }
       leaf tunnel-key {
         type uint32;
         mandatory false;
       }
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-egress-instructions-for-interface/input

    To create instances of this class use GetEgressInstructionsForInterfaceInputBuilder.

    See Also:
    GetEgressInstructionsForInterfaceInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetEgressInstructionsForInterfaceInput> 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
      • getIntfName

        @Nullable java.lang.String getIntfName()
        Returns:
        java.lang.String intfName, or null if not present
      • getTunnelKey

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getTunnelKey()
        It can be VNI for VxLAN tunnel ifaces, Gre Key for GRE tunnels, etc.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 tunnelKey, or null if not present