Interface Deny

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Deny>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Actions>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PacketHandling

    public interface Deny
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Deny>, PacketHandling

    This class represents the following YANG schema fragment defined in module ietf-access-control-list

     case deny {
       leaf deny {
         type empty;
       }
     }
     
    The schema path to identify an instance is ietf-access-control-list/access-lists/acl/access-list-entries/ace/actions/packet-handling/deny
    • 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<Deny> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDeny

        org.opendaylight.yangtools.yang.common.Empty getDeny()
        Deny action.
        Returns:
        org.opendaylight.yangtools.yang.common.Empty deny, or null if not present