Interface GetEgressActionsForInterfaceOutput

  • All Superinterfaces:
    org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.ActionList, org.opendaylight.yangtools.yang.binding.Augmentable<GetEgressActionsForInterfaceOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetEgressActionsForInterfaceOutput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.ActionList, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetEgressActionsForInterfaceOutput>

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

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

    To create instances of this class use GetEgressActionsForInterfaceOutputBuilder.

    See Also:
    GetEgressActionsForInterfaceOutputBuilder
    • 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<GetEgressActionsForInterfaceOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.ActionList
        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.RpcOutput