Interface HwvtepAclEntryAttributes

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

    public interface HwvtepAclEntryAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    ACL Entry attributes

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

     grouping hwvtep-acl-entry-attributes {
       leaf sequence {
         type uint32 {
           range 0..max;
         }
       }
       leaf acl-entry-uuid {
         type yang:uuid;
       }
       leaf acl-entry-ref {
         type ietf-acl-entry-ref;
       }
       list acle-fault-status {
         config false;
         key acle-fault-status-key;
         leaf acle-fault-status-key {
           type string;
         }
         leaf acle-fault-status-value {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-acl-entry-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getSequence()
        integer. Sequence number for ACL entry
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 sequence, or null if not present
      • getAclEntryUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getAclEntryUuid()
        The unique identifier of the acl-entry
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid aclEntryUuid, or null if not present
      • getAclEntryRef

        @Nullable IetfAclEntryRef getAclEntryRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.IetfAclEntryRef aclEntryRef, or null if not present
      • getAcleFaultStatus

        @Nullable List<AcleFaultStatus> getAcleFaultStatus()
        Returns:
        java.util.List acleFaultStatus, or null if not present
      • nonnullAcleFaultStatus

        default @NonNull List<AcleFaultStatus> nonnullAcleFaultStatus()
        Returns:
        java.util.List acleFaultStatus, or an empty list if it is not present