Interface AclStatsInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetAclPortStatisticsInput

    public interface AclStatsInput
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Input parameters for ACL port statistics

    This class represents the following YANG schema fragment defined in module acl-live-statistics

     grouping acl-stats-input {
       leaf direction {
         type direction;
       }
       leaf-list interface-names {
         type leafref {
           path /if:interfaces/if:interface/if:name;
         }
         min-elements 1;
       }
     }
     
    The schema path to identify an instance is acl-live-statistics/acl-stats-input
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends AclStatsInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDirection

        @Nullable Direction getDirection()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.acl.live.statistics.rev161129.Direction direction, or null if not present
      • getInterfaceNames

        @Nullable java.util.List<java.lang.String> getInterfaceNames()
        Returns:
        java.util.List interfaceNames, or null if not present