Interface CreateFibEntryInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CreateFibEntryInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FibEntryInputs, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface CreateFibEntryInput
    extends FibEntryInputs, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<CreateFibEntryInput>

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

     input input {
       uses fib-entry-inputs;
       uses offlow:instruction-list;
     }
     
    The schema path to identify an instance is fib-rpc/create-fib-entry/input

    To create instances of this class use CreateFibEntryInputBuilder.

    See Also:
    CreateFibEntryInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<CreateFibEntryInput> 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 FibEntryInputs
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput