Interface Acls

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Acls>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepGlobalAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HwvtepAclAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<AclsKey>

    public interface Acls
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepGlobalAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Acls>, HwvtepAclAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<AclsKey>

    This class represents the following YANG schema fragment defined in module hwvtep

     list acls {
       key acl-name;
       uses hwvtep-acl-attributes;
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-global-attributes/acls

    To create instances of this class use AclsBuilder.

    See Also:
    AclsBuilder, AclsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Acls> 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 HwvtepAclAttributes
      • key

        AclsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<AclsKey>