Interface GetEgressInstructionsForInterfaceOutput

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

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

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

     output output {
       uses offlow:instruction-list;
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-egress-instructions-for-interface/output

    To create instances of this class use GetEgressInstructionsForInterfaceOutputBuilder.

    See Also:
    GetEgressInstructionsForInterfaceOutputBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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