Interface AclBindings

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AclBindings>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalPortAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<AclBindingsKey>

    public interface AclBindings
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalPortAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<AclBindings>, org.opendaylight.yangtools.yang.binding.Identifiable<AclBindingsKey>

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

     list acl-bindings {
       key acl-binding-vlan-id;
       leaf acl-binding-vlan-id {
         type ethertype:vlan-id;
       }
       leaf acl-ref {
         type hwvtep-acl-ref;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-port-attributes/acl-bindings

    To create instances of this class use AclBindingsBuilder.

    See Also:
    AclBindingsBuilder, AclBindingsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AclBindings> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAclBindingVlanId

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId getAclBindingVlanId()
        vlan ids in the range 0 - 4095
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId aclBindingVlanId, or null if not present
      • getAclRef

        @Nullable HwvtepAclRef getAclRef()
        reference to ACL to be applied to this port
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepAclRef aclRef, or null if not present