Interface HwvtepAclAttributes

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

    @Generated("mdsal-binding-generator")
    public interface HwvtepAclAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    ACL attributes

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

     grouping hwvtep-acl-attributes {
       leaf acl-name {
         type string;
       }
       leaf acl-uuid {
         type yang:uuid;
       }
       list acl-entries {
         uses hwvtep-acl-entry-attributes;
       }
       list acl-fault-status {
         config false;
         key acl-fault-status-key;
         leaf acl-fault-status-key {
           type string;
         }
         leaf acl-fault-status-value {
           type hwvtep-acl-ref;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends HwvtepAclAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAclName

        String getAclName()
        Return aclName, or null if it is not present.
             
                 Name of the ACL
             
         
        Returns:
        String aclName, or null if it is not present.
      • requireAclName

        default @NonNull String requireAclName()
        Return aclName, guaranteed to be non-null.
             
                 Name of the ACL
             
         
        Returns:
        String aclName, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if aclName is not present
      • getAclUuid

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getAclUuid()
        Return aclUuid, or null if it is not present.
             
                 The unique identifier of the acl
             
         
        Returns:
        Uuid aclUuid, or null if it is not present.
      • requireAclUuid

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireAclUuid()
        Return aclUuid, guaranteed to be non-null.
             
                 The unique identifier of the acl
             
         
        Returns:
        Uuid aclUuid, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if aclUuid is not present
      • getAclEntries

        @Nullable List<AclEntries> getAclEntries()
        Return aclEntries, or null if it is not present.
        Returns:
        List<AclEntries> aclEntries, or null if it is not present.
      • nonnullAclEntries

        default @NonNull List<AclEntries> nonnullAclEntries()
        Return aclEntries, or an empty list if it is not present.
        Returns:
        List<AclEntries> aclEntries, or an empty list if it is not present.
      • getAclFaultStatus

        @Nullable Map<AclFaultStatusKey,​AclFaultStatus> getAclFaultStatus()
        Return aclFaultStatus, or null if it is not present.
        Returns:
        Map<AclFaultStatusKey, AclFaultStatus> aclFaultStatus, or null if it is not present.
      • nonnullAclFaultStatus

        default @NonNull Map<AclFaultStatusKey,​AclFaultStatus> nonnullAclFaultStatus()
        Return aclFaultStatus, or an empty list if it is not present.
        Returns:
        Map<AclFaultStatusKey, AclFaultStatus> aclFaultStatus, or an empty list if it is not present.